Skip to content

Commit

Permalink
update validation region code, remove extra systematics after switchi…
Browse files Browse the repository at this point in the history
…ng to amc@nlo
  • Loading branch information
cmorgoth committed Jul 28, 2019
1 parent 3d9519e commit 5450e8f
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 5 deletions.
Binary file modified inputs/EleMuOSOFL_nSelectedAODCaloJetTag_GH.root
Binary file not shown.
Binary file modified inputs/EleMuOSOF_nSelectedAODCaloJetTag_GH.root
Binary file not shown.
Binary file removed inputs/OnePho_nSelectedAODCaloJetTag_GH.root
Binary file not shown.
Binary file modified inputs/TwoEleDY_nSelectedAODCaloJetTag_GH.root
Binary file not shown.
Binary file removed inputs/TwoEleSig_nSelectedAODCaloJetTag_GH.root
Binary file not shown.
Binary file modified inputs/TwoEleZH_nSelectedAODCaloJetTag_GH.root
Binary file not shown.
Binary file modified inputs/TwoMuDY_nSelectedAODCaloJetTag_GH.root
Binary file not shown.
Binary file removed inputs/TwoMuSig_nSelectedAODCaloJetTag_GH.root
Binary file not shown.
Binary file modified inputs/TwoMuZH_nSelectedAODCaloJetTag_GH.root
Binary file not shown.
10 changes: 5 additions & 5 deletions model/app/build_ws_validation_region.cc
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ using namespace std;
//Global options
TString dummy_syst = "0.5";
//TString xvar = "nSelectedAODCaloJetTag";
TString xvar = "nSelectedAODCaloJetTagSB7";
TString xvar_suffix = "_GH_log";
TString xvar = "nSelectedAODCaloJetTagSB5";
TString xvar_suffix = "_GH";
TString signal_string = "Sig_MS55ct1000";
//TString data_string = "bkgtotal"; //"Data";
TString data_string = "Data";
Expand Down Expand Up @@ -1008,9 +1008,9 @@ int main( int argc, char* argv[] ){

signal_string = signal_model.c_str();
//sys_vec.push_back("TagVars");
sys_vec.push_back("AMax");
sys_vec.push_back("IPSig");
sys_vec.push_back("TA");
sys_vec.push_back("AMax");//use
sys_vec.push_back("IPSig");//use
sys_vec.push_back("TA");//use
//sys_vec.push_back("EGS");
//sys_vec.push_back("MES");
//sys_vec.push_back("JES");
Expand Down

0 comments on commit 5450e8f

Please sign in to comment.