Skip to content

Commit

Permalink
TRestRawBiPoAnalysisProcess.h removal of the comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Ana Quintanagarcia committed Nov 6, 2023
1 parent 1f461c4 commit 32c49e1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions inc/TRestRawBiPoAnalysisProcess.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,15 @@ class TRestRawBiPoAnalysisProcess : public TRestEventProcess {

void EndProcess() override;

/// It prints out the process parameters stored in the metadata structure
void PrintMetadata() override {
BeginPrintProcess();

// Write here how to print the added process members and parameters.

EndPrintProcess();
}

TRestRawBiPoAnalysisProcess();
~TRestRawBiPoAnalysisProcess();

// ROOT class definition helper. Increase the number in it every time
// you add/rename/remove the process parameters
ClassDefOverride(TRestRawBiPoAnalysisProcess, 1);
};
#endif

0 comments on commit 32c49e1

Please sign in to comment.