AtmosphereParameters_ROOT.cc
Go to the documentation of this file.
1 #include <io/AtmosphereParameters_ROOT.h>
2 #include <evt/AtmosphereParameters.h>
3 
4 using namespace io;
5 
6 
8 
9 
10 AtmosphereParameters_ROOT::AtmosphereParameters_ROOT(const evt::AtmosphereParameters& a)
11 {
12  fHLAY = a.GetLayerAltitudes();
13  fAATM = a.GetA();
14  fBATM = a.GetB();
15  fCATM = a.GetC();
16 }
17 
18 
19 void
21  const
22 {
24  a.SetA(fAATM);
25  a.SetB(fBATM);
26  a.SetC(fCATM);
27 }
void SetLayerAltitudes(const std::vector< double > &h)
Persistent class for AtmosphereParameters used in ShowerSimData.
void SetB(const std::vector< double > &b)
void operator>>(evt::AtmosphereParameters &a) const
void SetA(const std::vector< double > &a)
Class to hold the standard parameters used to specify an atmospheric profile.
void SetC(const std::vector< double > &c)

, generated on Tue Sep 26 2023.