From 32c49e111444f348d11f509f6e3fa9fe8d8e0ec7 Mon Sep 17 00:00:00 2001 From: Ana Quintanagarcia Date: Mon, 6 Nov 2023 10:01:39 +0100 Subject: [PATCH] TRestRawBiPoAnalysisProcess.h removal of the comments --- inc/TRestRawBiPoAnalysisProcess.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/inc/TRestRawBiPoAnalysisProcess.h b/inc/TRestRawBiPoAnalysisProcess.h index 528ee321..2fd9c496 100644 --- a/inc/TRestRawBiPoAnalysisProcess.h +++ b/inc/TRestRawBiPoAnalysisProcess.h @@ -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