HdRecValidation.h
Go to the documentation of this file.
1 #ifndef _HdRecValidation_h_
2 #define _HdRecValidation_h_
3 
4 #include <fwk/VModule.h>
5 #include <string>
6 #include <fstream>
7 
8 
9 namespace HdRecValidationNS {
10 
20  class HdRecValidation : public fwk::VModule {
21 
22  public:
23  virtual ~HdRecValidation() = default;
24 
28 
29  private:
30  std::string fOutputName;
31  std::ofstream* fOutput = nullptr;
32 
33  std::string fRefFileName;
34 
35  REGISTER_MODULE("HdRecValidation", HdRecValidation);
36 
37  };
38 
39 }
40 
41 
42 #endif
fwk::VModule::ResultFlag Finish()
Finish: invoked at end of the run (NOT end of the event)
checks a quintuple even reco
REGISTER_MODULE("HdRecValidation", HdRecValidation)
fwk::VModule::ResultFlag Init()
Initialize: invoked at beginning of run (NOT beginning of event)
Module interface.
Definition: VModule.h:53
ResultFlag
Flag returned by module methods to the RunController.
Definition: VModule.h:60
fwk::VModule::ResultFlag Run(evt::Event &event)
Run: invoked once per event.

, generated on Tue Sep 26 2023.