ATLAS Offline Software
LhoodMMFitInfo.h
Go to the documentation of this file.
1 #ifndef Lhood_MM_FitInfo_h
2 #define Lhood_MM_FitInfo_h
3 
4 #include <vector>
5 #include <string>
7 
8 class TDirectory;
9 class TTree;
10 
11 namespace CP
12 {
14 
15  LhoodMMFitInfo(int nlep = 1);
16 
17  std::vector< std::vector < std::vector< FakeBkgTools::Efficiency> > > coeffs_num;
18  std::vector < std::vector< FakeBkgTools::Efficiency> > normterms;
19  std::vector<std::vector<double> > event_cat;
20  std::vector<std::vector<double> > event_sumw2;
21  std::vector< std::vector < double > > OSfrac_num;
22  std::vector< std::vector < double > > OSfrac_denom;
23  int totEvents;
24  std::vector<double> eventCount;
25  void add(LhoodMMFitInfo& rhs, int nLepMax);
26  void resizeVectors(unsigned nlep);
27  void reset();
28 
29  };
30 
31 }
32 
33 #endif
CP::LhoodMMFitInfo::totEvents
int totEvents
Definition: LhoodMMFitInfo.h:23
CP::LhoodMMFitInfo::OSfrac_denom
std::vector< std::vector< double > > OSfrac_denom
Definition: LhoodMMFitInfo.h:22
CP::LhoodMMFitInfo::add
void add(LhoodMMFitInfo &rhs, int nLepMax)
Definition: LhoodMMFitInfo.cxx:35
CP::LhoodMMFitInfo::LhoodMMFitInfo
LhoodMMFitInfo(int nlep=1)
Definition: LhoodMMFitInfo.cxx:12
CP::LhoodMMFitInfo::resizeVectors
void resizeVectors(unsigned nlep)
Definition: LhoodMMFitInfo.cxx:73
CP
Select isolated Photons, Electrons and Muons.
Definition: Control/xAODRootAccess/xAODRootAccess/TEvent.h:48
CP::LhoodMMFitInfo::eventCount
std::vector< double > eventCount
Definition: LhoodMMFitInfo.h:24
CP::LhoodMMFitInfo::OSfrac_num
std::vector< std::vector< double > > OSfrac_num
Definition: LhoodMMFitInfo.h:21
CP::LhoodMMFitInfo::event_sumw2
std::vector< std::vector< double > > event_sumw2
Definition: LhoodMMFitInfo.h:20
CP::LhoodMMFitInfo::event_cat
std::vector< std::vector< double > > event_cat
Definition: LhoodMMFitInfo.h:19
CP::LhoodMMFitInfo::coeffs_num
std::vector< std::vector< std::vector< FakeBkgTools::Efficiency > > > coeffs_num
Definition: LhoodMMFitInfo.h:17
CP::LhoodMMFitInfo
Definition: LhoodMMFitInfo.h:13
FakeBkgInternals.h
CP::LhoodMMFitInfo::reset
void reset()
Definition: LhoodMMFitInfo.cxx:17
CP::LhoodMMFitInfo::normterms
std::vector< std::vector< FakeBkgTools::Efficiency > > normterms
Definition: LhoodMMFitInfo.h:18