FdCherenkovSubtracter.h
Go to the documentation of this file.
1 
9 #ifndef _FdCherenkovSubtracterOG_FdCherenkovSubtracter_h_
10 #define _FdCherenkovSubtracterOG_FdCherenkovSubtracter_h_
11 
12 #include <fwk/VModule.h>
13 #include <utl/Vector.h>
14 
15 namespace fevt{class Eye;}
16 namespace evt{class ShowerRecData;}
17 
18 
19 
20 
21 namespace FdCherenkovSubtracterOG {
22 
33 
34  public:
35 
37 
38 
42 
43  private:
44 
46  void SubtractCherenkov(fevt::Eye& eye);
47 
48  REGISTER_MODULE("FdCherenkovSubtracterOG",FdCherenkovSubtracter);
49 
50  };
51 
52 } // FdCherenkovSubtracterOG
53 
54 
55 #endif // _FdCherenkovSubtracterOG_FdCherenkovSubtracter_h_
56 
57 // Configure (x)emacs for this file ...
58 // Local Variables:
59 // mode:c++
60 // compile-command: "make -C .. -k"
61 // End:
REGISTER_MODULE("FdCherenkovSubtracterOG", FdCherenkovSubtracter)
fwk::VModule::ResultFlag Finish()
Finish: invoked at end of the run (NOT end of the event)
Fluorescence Detector Eye Event.
Definition: FEvent/Eye.h:29
Subtracts the Cherenkov light contamination.
fwk::VModule::ResultFlag Run(evt::Event &event)
Run: invoked once per event.
Module interface.
Definition: VModule.h:53
ResultFlag
Flag returned by module methods to the RunController.
Definition: VModule.h:60
void SubtractCherenkov(fevt::Eye &eye)
Sutract the Cherenkov light components.
fwk::VModule::ResultFlag Init()
Initialize: invoked at beginning of run (NOT beginning of event)

, generated on Tue Sep 26 2023.