FdProfileFinder.h
Go to the documentation of this file.
1 
9 #ifndef _FdProfileFinderOG_FdProfileFinder_h_
10 #define _FdProfileFinderOG_FdProfileFinder_h_
11 
12 #include <fwk/VModule.h>
13 #include <utl/Vector.h>
14 #include <utl/Point.h>
15 
16 namespace fevt{class Eye;}
17 namespace evt{class ShowerRecData;}
18 
19 
20 
21 
22 
23 namespace FdProfileFinderOG {
24 
37 
38  public:
40 
41 
45 
46  private:
47 
49 
50  double fRp;
51  double fT0;
52  double fChi0;
53  double fEnergyCutoff;
54 
58 
59  //evt::ShowerRecData* fRecShower; // unused. LN.
60 
61  REGISTER_MODULE("FdProfileFinderOG",FdProfileFinder);
62 
63 }; /*FdProfileFinder */
64 
65 
66 } // FdProfileFinderOG
67 
68 
69 #endif // _FdProfileFinderOG_FdProfileFinder_h_
70 
71 // Configure (x)emacs for this file ...
72 // Local Variables:
73 // mode:c++
74 // compile-command: "make -C .. -k"
75 // End:
A simple module to reconstruct the longitudinal profile.
Point object.
Definition: Point.h:32
fwk::VModule::ResultFlag Run(evt::Event &event)
Run: invoked once per event.
Fluorescence Detector Eye Event.
Definition: FEvent/Eye.h:29
Module interface.
Definition: VModule.h:53
ResultFlag
Flag returned by module methods to the RunController.
Definition: VModule.h:60
Vector object.
Definition: Vector.h:30
fwk::VModule::ResultFlag Finish()
Finish: invoked at end of the run (NOT end of the event)
fwk::VModule::ResultFlag Init()
Initialize: invoked at beginning of run (NOT beginning of event)
void LightAtApertureToSize(fevt::Eye &eye)
REGISTER_MODULE("FdProfileFinderOG", FdProfileFinder)

, generated on Tue Sep 26 2023.