Meteo_ROOT.h
Go to the documentation of this file.
1 #ifndef _io_Meteo_ROOT_h_
2 #define _io_Meteo_ROOT_h_
3 
4 #include <io/EventIO.h>
5 #ifndef __CINT__
6 # include <sevt/Meteo.h>
7 #endif
8 #include <Rtypes.h>
9 #include <vector>
10 
11 
12 namespace io {
13 
23  class Meteo_ROOT {
24  public:
25  Meteo_ROOT() { }
26 #ifndef __CINT__
27  Meteo_ROOT(const sevt::Meteo& m);
28  void operator>>(sevt::Meteo& m) const;
29 #endif
30 
31  std::vector<float> fPressure;
32  std::vector<float> fTemperature;
33  std::vector<float> fHumidity;
34  std::vector<float> fDayPressure;
35  std::vector<float> fDayTemperature;
36  std::vector<float> fDayHumidity;
37 
39 
40  };
41 
42 }
43 
44 
45 #endif
ClassDefNV(Meteo_ROOT, DONT_CHANGE_THIS_NUMBER)
std::vector< float > fPressure
Definition: Meteo_ROOT.h:31
std::vector< float > fHumidity
Definition: Meteo_ROOT.h:33
Weather data from monitoring information.
Definition: Meteo.h:28
std::vector< float > fDayTemperature
Definition: Meteo_ROOT.h:35
#define DONT_CHANGE_THIS_NUMBER
Definition: EventIO.h:21
std::vector< float > fDayHumidity
Definition: Meteo_ROOT.h:36
std::vector< float > fTemperature
Definition: Meteo_ROOT.h:32
std::vector< float > fDayPressure
Definition: Meteo_ROOT.h:34
Persistent Meteo using ROOT.
Definition: Meteo_ROOT.h:23
constexpr double m
Definition: AugerUnits.h:121
void operator>>(sevt::Meteo &m) const
Definition: Meteo_ROOT.cc:21

, generated on Tue Sep 26 2023.