Skip to content

Commit

Permalink
Update PrintMetadata
Browse files Browse the repository at this point in the history
  • Loading branch information
JPorron committed May 8, 2024
1 parent d6e5ad2 commit 243eac5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions inc/TRestDetectorHitsSmearingProcess.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,10 @@ class TRestDetectorHitsSmearingProcess : public TRestEventProcess {
void PrintMetadata() override {
BeginPrintProcess();

RESTMetadata << " reference energy (ERef): " << fEnergyRef << RESTendl;
RESTMetadata << " resolution at ERef : " << fResolutionAtERef << RESTendl;
RESTMetadata << "Channel type: " << fChannelType << RESTendl;

RESTMetadata << "Reference energy (ERef): " << fEnergyRef << RESTendl;
RESTMetadata << "Resolution at ERef : " << fResolutionAtERef << RESTendl;

EndPrintProcess();
}
Expand Down

0 comments on commit 243eac5

Please sign in to comment.