RootCFMatrixOutput.h
Go to the documentation of this file.
1 #ifndef _FdProfileReconstructorKG_RootCFMatrixOutput_h_
2 #define _FdProfileReconstructorKG_RootCFMatrixOutput_h_
3 
4 #include <string>
5 
6 
7 class TFile;
8 
9 namespace FdProfileReconstructorKG {
10  class CherenkovFluorescenceMatrix;
11 }
12 
13 namespace fevt {
14  class Eye;
15 }
16 
17 namespace evt {
18  class Event;
19 }
20 
21 
22 namespace FdProfileReconstructorKG {
23 
25 
26  public:
29 
30  void Write(const evt::Event& event,
31  const fevt::Eye& eye,
33 
34  private:
35  void Init();
36  void WriteLateral(const fevt::Eye& eye,
38 
39  TFile* fOutputFile;
40 
42 
43  };
44 
45 }
46 
47 
48 #endif
void Write(const evt::Event &event, const fevt::Eye &eye, CherenkovFluorescenceMatrix chfl)
Fluorescence Detector Eye Event.
Definition: FEvent/Eye.h:29
void WriteLateral(const fevt::Eye &eye, CherenkovFluorescenceMatrix &chfl)
Calculation of Cherenkov and Fluorescence matrix.

, generated on Tue Sep 26 2023.