MultipleGaisserHillasParameters_ROOT.h
Go to the documentation of this file.
1 #ifndef _io_MultipleGaisserHillasParameters_ROOT_h_
2 #define _io_MultipleGaisserHillasParameters_ROOT_h_
3 
4 #ifndef __CINT__
5 # include <evt/MultipleGaisserHillasParameters.h>
6 #endif
7 #include <io/GaisserHillasParameters_ROOT.h>
8 #include <Rtypes.h>
9 #include <vector>
10 
11 
12 namespace io {
13 
15 
17  public:
19 #ifndef __CINT__
22  explicit operator bool() const { return !fGHParameters.empty(); }
23 #endif
24 
25  double fChi2Improvement = 1e99;
26  std::vector<GaisserHillasParameters_ROOT> fGHParameters;
27 
29 
30  };
31 
32 }
33 
34 
35 #endif
ClassDefNV(MultipleGaisserHillasParameters_ROOT, 1)
Class to access parameters that were fitted by more than one Gaisser-Hillas function.
std::vector< GaisserHillasParameters_ROOT > fGHParameters
void operator>>(evt::MultipleGaisserHillasParameters &gh) const

, generated on Tue Sep 26 2023.