AtmosphereParameters_ROOT.h
Go to the documentation of this file.
1 #ifndef _io_AtmosphereParameters_ROOT_h_
2 #define _io_AtmosphereParameters_ROOT_h_
3 
4 #ifndef __CINT__
5 # include <evt/AtmosphereParameters.h>
6 #endif
7 #include <Rtypes.h>
8 #include <vector>
9 
10 
11 namespace io {
12 
24  public:
26 #ifndef __CINT__
30 #endif
31 
32  std::vector<double> fHLAY;
33  std::vector<double> fAATM;
34  std::vector<double> fBATM;
35  std::vector<double> fCATM;
36 
38 
39  };
40 
41 }
42 
43 
44 #endif
Persistent class for AtmosphereParameters used in ShowerSimData.
evt::AtmosphereParameters Convert() const
ClassDefNV(AtmosphereParameters_ROOT, 1)
void operator>>(evt::AtmosphereParameters &a) const
Class to hold the standard parameters used to specify an atmospheric profile.

, generated on Tue Sep 26 2023.