RdLDFChargeExcessCorrector.h
Go to the documentation of this file.
1 #ifndef _RdLDFChargeExcessCorrector_h_
2 #define _RdLDFChargeExcessCorrector_h_
3 
4 #include <fwk/VModule.h>
5 
6 namespace evt {
7  class Event;
8 }
9 
10 namespace revt {
11  class Station;
12 }
13 
15 
16  enum InfoLevel {
17  eNone = 0, eFinal = 1, eIntermediate = 2, eObscure = 3, eDebug = 4
18  };
19 
33 
34  public:
35 
38 
42 
43  private:
44 
49  std::string fAsymmetryDefinition;
50 
51  REGISTER_MODULE("RdLDFChargeExcessCorrector", RdLDFChargeExcessCorrector);
52 
53  };
54 
55 }
56 
57 #endif
REGISTER_MODULE("RdLDFChargeExcessCorrector", RdLDFChargeExcessCorrector)
This module corrects measured amplitude taking into account geomagnetic and charge excess effects...
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
fwk::VModule::ResultFlag Run(evt::Event &event)
Run: invoked once per event.
fwk::VModule::ResultFlag Finish()
Finish: invoked at end of the run (NOT end of the event)
Definition: XbArray.h:7

, generated on Tue Sep 26 2023.