SdFootprintData_ROOT.h
Go to the documentation of this file.
1 #ifndef _io_SdFootprintData_ROOT_h_
2 #define _io_SdFootprintData_ROOT_h_
3 
4 #ifndef __CINT__
5 # include <sevt/SdFootprintData.h>
6 #endif
7 #include <Rtypes.h>
8 #include <map>
9 
10 
11 namespace io {
12 
14  public:
16 #ifndef __CINT__
17  SdFootprintData_ROOT(const sevt::SdFootprintData& theFootprintData);
18  void operator>>(sevt::SdFootprintData& theFootprintData) const;
19 #endif
20 
21  double fLength = 0;
22  double fWidth = 0;
23  double fSpeed = 0;
25  double fTOTFraction = 0;
27  int fAlignment = 0;
28 
29  std::map<int, double> fParameters;
30 
32 
33  };
34 
35 }
36 
37 
38 #endif
std::map< int, double > fParameters
ClassDefNV(SdFootprintData_ROOT, 1)
void operator>>(sevt::SdFootprintData &theFootprintData) const
Class to hold simple parameters describing the footprint of an SD event.

, generated on Tue Sep 26 2023.