HybridSimValidation.h
Go to the documentation of this file.
1 #ifndef _HybridSimValidation_h_
2 #define _HybridSimValidation_h_
3 
4 #include <fstream>
5 #include <sevt/StationConstants.h>
6 #include <fwk/VModule.h>
7 
8 
9 namespace HybridSimValidationNS {
10 
22 
23  public:
24  virtual ~HybridSimValidation() { }
25 
29 
30  private:
31  std::string fOutputName;
32  std::ofstream* fOutput;
33 
34  std::string fRefFileName;
35 
36  REGISTER_MODULE("HybridSimValidation", HybridSimValidation);
37 
38  };
39 
40 }
41 
42 
43 #endif
44 
45 // Configure (x)emacs for this file ...
46 // Local Variables:
47 // mode: c++
48 // End:
Checks that hybrid sim followed by rec is more-or-less sane.
fwk::VModule::ResultFlag Finish()
Finish: invoked at end of the run (NOT end of the event)
REGISTER_MODULE("HybridSimValidation", HybridSimValidation)
fwk::VModule::ResultFlag Run(evt::Event &event)
Run: invoked once per event.
Module interface.
Definition: VModule.h:53
fwk::VModule::ResultFlag Init()
Initialize: invoked at beginning of run (NOT beginning of event)
ResultFlag
Flag returned by module methods to the RunController.
Definition: VModule.h:60

, generated on Tue Sep 26 2023.