TelescopeSimData_ROOT.h
Go to the documentation of this file.
1 #ifndef _fevt_TelescopeSimData_ROOT_h_
2 #define _fevt_TelescopeSimData_ROOT_h_
3 
4 #ifndef __CINT__
5 # include <fevt/TelescopeSimData.h>
6 #endif
7 #include <io/EventIO.h>
8 #include <io/TimeStamp_ROOT.h>
9 #include <io/MultiTrace_ROOT.h>
10 #include <io/Trace_ROOT.h>
11 #include <Rtypes.h>
12 #include <map>
13 #include <string>
14 
15 
16 namespace io {
17 
30 
31  public:
33 #ifndef __CINT__
35  void operator>>(fevt::TelescopeSimData& sim) const;
36 #endif
37 
40  std::map<int, MultiTraceD_ROOT> fPhotonTraces;
42 
43  int fNFltPixels = 0;
47  int fNReadOutPixels = 0;
48  int fSltTriggerTime = 0;
49  int fSltTimeShift = 0;
50 
51  std::string fConfigSignatureStr;
52 
54 
55  };
56 
57 }
58 
59 
60 #endif
void operator>>(fevt::TelescopeSimData &sim) const
Description of simulated data for one Telescope.
streaming class for TelescopeSimData_ROOT
ClassDefNV(TelescopeSimData_ROOT, DONT_CHANGE_THIS_NUMBER)
#define DONT_CHANGE_THIS_NUMBER
Definition: EventIO.h:21
std::map< int, MultiTraceD_ROOT > fPhotonTraces

, generated on Tue Sep 26 2023.