Skip to content
Snippets Groups Projects
Commit f840b973 authored by Guillermo Nicolas Hamity's avatar Guillermo Nicolas Hamity
Browse files

Removing commented code form TATExasmple

parent 2bbf23a5
No related branches found
No related tags found
No related merge requests found
Pipeline #4857907 passed
......@@ -131,7 +131,6 @@ int main( int argc, char* argv[] )
// preparation for control hisograms
TauSelTool->setOutFile( fOutputFile.get() );
CHECK(TauSelTool->setProperty("CreateControlPlots", true ));
//CHECK(TauSelTool->setProperty("MuonOLR", true ));
CHECK(TauSelTool->setProperty("JetIDWP", int(JETIDRNNMEDIUM) ));
CHECK(TauSelTool->setProperty("EleIDWP", int(ELEIDRNNLOOSE) ));
CHECK(TauSelTool->setProperty("EleIDVersion", 1 ));
......@@ -157,13 +156,6 @@ int main( int argc, char* argv[] )
vSmearingSystematicSet.push_back(CP::SystematicSet());
vSmearingSystematicSet.back().insert(SystematicsVariation);
}
// Example on how to switch on additional systematics
// CP::SystematicSet sTESAFIIDown;
// sTESAFIIDown.insert(CP::SystematicVariation("TAUS_TRUEHADTAU_SME_TES_AFII",-1));
// vSmearingSystematicSet.push_back(sTESAFIIDown);
// CP::SystematicSet sTESAFIIUp;
// sTESAFIIUp.insert(CP::SystematicVariation("TAUS_TRUEHADTAU_SME_TES_AFII",1));
// vSmearingSystematicSet.push_back(sTESAFIIUp);
// ===========================================================================
// TauEfficiencyCorrectionsTool
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment