CombineHarvester
HttSystematics.h
Go to the documentation of this file.
1 #ifndef CombineTools_HttSystematics_h
2 #define CombineTools_HttSystematics_h
4 
5 namespace ch {
6 
7 // Legacy SM analysis systematics
8 // Implemented in src/HttSystematics_SMLegacy.cc
9 void AddSystematics_et_mt(CombineHarvester& cb);
10 void AddSystematics_et_mt(CombineHarvester& cb);
11 void AddSystematics_em(CombineHarvester& cb);
12 void AddSystematics_ee_mm(CombineHarvester& cb);
13 void AddSystematics_tt(CombineHarvester& cb);
14 
15 // Legacy MSSM analysis systematics
16 // Implemented in src/HttSystematics_MSSMLegacy.cc
17 void AddMSSMSystematics(CombineHarvester& cb, CombineHarvester src);
18 void AddMSSMSystematics(CombineHarvester& cb);
19 
20 // Update MSSM analysis systematics
21 // Implemented in src/HttSystematics_MSSMUpdate.cc
22 void AddMSSMUpdateSystematics_et_mt(CombineHarvester& cb, CombineHarvester src);
23 void AddMSSMUpdateSystematics_et_mt(CombineHarvester& cb);
24 void AddMSSMUpdateSystematics_em(CombineHarvester& cb, CombineHarvester src);
25 void AddMSSMUpdateSystematics_em(CombineHarvester& cb);
26 void AddMSSMUpdateSystematics_mm(CombineHarvester& cb, CombineHarvester src);
27 void AddMSSMUpdateSystematics_mm(CombineHarvester& cb);
28 void AddMSSMUpdateSystematics_tt(CombineHarvester& cb, CombineHarvester src);
29 void AddMSSMUpdateSystematics_tt(CombineHarvester& cb);
30 
31 // Hhh systematics
32 // Implemented in src/HhhSystematics.cc
33 void AddSystematics_hhh_et_mt(CombineHarvester& cb, CombineHarvester src);
34 void AddSystematics_hhh_et_mt(CombineHarvester& cb);
35 void AddSystematics_hhh_tt(CombineHarvester& cb, CombineHarvester src);
36 void AddSystematics_hhh_tt(CombineHarvester& cb);
37 // AZh systematics
38 // Implemented in src/AZhSystematics.cc
39 void AddSystematics_AZh(CombineHarvester& cb, CombineHarvester src);
40 void AddSystematics_AZh(CombineHarvester& cb);
41 }
42 
43 #endif
Definition: Algorithm.h:10
void AddMSSMUpdateSystematics_et_mt(CombineHarvester &cb, CombineHarvester src)
void AddMSSMUpdateSystematics_mm(CombineHarvester &cb, CombineHarvester src)
void AddSystematics_ee_mm(CombineHarvester &cb)
void AddSystematics_hhh_et_mt(CombineHarvester &cb, CombineHarvester src)
void AddSystematics_AZh(CombineHarvester &cb, CombineHarvester src)
void AddMSSMSystematics(CombineHarvester &cb, CombineHarvester src)
void AddSystematics_et_mt(CombineHarvester &cb)
void AddSystematics_tt(CombineHarvester &cb)
void AddMSSMUpdateSystematics_tt(CombineHarvester &cb, CombineHarvester src)
void AddSystematics_hhh_tt(CombineHarvester &cb, CombineHarvester src)
void AddMSSMUpdateSystematics_em(CombineHarvester &cb, CombineHarvester src)
void AddSystematics_em(CombineHarvester &cb)