LaserData_ROOT.h
Go to the documentation of this file.
1 #ifndef _io_LaserData_ROOT_h_
2 #define _io_LaserData_ROOT_h_
3 
4 #ifndef __CINT__
5 # include <evt/LaserData.h>
6 #endif
7 #include <io/Vector_ROOT.h>
8 #include <Rtypes.h>
9 
10 
11 namespace io {
12 
25  public:
27 #ifndef __CINT__
28  LaserData_ROOT(const evt::LaserData& ld);
29  void operator>>(evt::LaserData& ld) const;
30 #endif
31 
32  double fLaserWavelength = 0;
33  bool fPolarizationStatus = false;
35 
37 
38  };
39 
40 }
41 
42 
43 #endif
Vector_ROOT fPolarizationVector
Data structure for Laser simulation and reconstruction.
Definition: LaserData.h:29
ROOT wise implementation of streaming for class LaserData.
void operator>>(evt::LaserData &ld) const
ROOT streamer implementation for utl::Vector.
Definition: Vector_ROOT.h:26
ClassDefNV(LaserData_ROOT, 1)

, generated on Tue Sep 26 2023.