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
ch::AddMSSMUpdateSystematics_et_mt
void AddMSSMUpdateSystematics_et_mt(CombineHarvester &cb, CombineHarvester src)
Definition: HttSystematics_MSSMUpdate.cc:18
ch::AddMSSMUpdateSystematics_mm
void AddMSSMUpdateSystematics_mm(CombineHarvester &cb, CombineHarvester src)
Definition: HttSystematics_MSSMUpdate.cc:475
ch::AddMSSMUpdateSystematics_tt
void AddMSSMUpdateSystematics_tt(CombineHarvester &cb, CombineHarvester src)
Definition: HttSystematics_MSSMUpdate.cc:589
ch::AddSystematics_tt
void AddSystematics_tt(CombineHarvester &cb)
Definition: HttSystematics_SMLegacy.cc:860
ch::AddSystematics_ee_mm
void AddSystematics_ee_mm(CombineHarvester &cb)
Definition: HttSystematics_SMLegacy.cc:18
ch::AddSystematics_hhh_tt
void AddSystematics_hhh_tt(CombineHarvester &cb, CombineHarvester src)
Definition: HhhSystematics.cc:235
ch::AddSystematics_AZh
void AddSystematics_AZh(CombineHarvester &cb, CombineHarvester src)
Definition: AZhSystematics.cc:20
ch::AddSystematics_hhh_et_mt
void AddSystematics_hhh_et_mt(CombineHarvester &cb, CombineHarvester src)
Definition: HhhSystematics.cc:19
ch::AddMSSMUpdateSystematics_em
void AddMSSMUpdateSystematics_em(CombineHarvester &cb, CombineHarvester src)
Definition: HttSystematics_MSSMUpdate.cc:342
ch
Definition: Algorithm.h:10
ch::AddSystematics_et_mt
void AddSystematics_et_mt(CombineHarvester &cb)
Definition: HttSystematics_SMLegacy.cc:416
ch::AddMSSMSystematics
void AddMSSMSystematics(CombineHarvester &cb, CombineHarvester src)
Definition: HttSystematics_MSSMLegacy.cc:18
CombineHarvester.h
ch::AddSystematics_em
void AddSystematics_em(CombineHarvester &cb)
Definition: HttSystematics_SMLegacy.cc:222