Skip to content
Snippets Groups Projects
Commit d1d90c0f authored by Michael Donald Hank's avatar Michael Donald Hank
Browse files

SUSYTools: Fix CI test

parent 84f544f0
No related branches found
No related tags found
No related merge requests found
Pipeline #8501628 passed
......@@ -321,7 +321,7 @@ int main( int argc, char* argv[] ) {
// ============================================================================================
// Guess shower type for btagging MC/MC SFs
if(!isData){
int ishower = objTool.getMCShowerType("PhPy8EG"); //get your sample name here!
int ishower = objTool.getMCShowerType("PhPy8EG","GN2v01"); //get your sample name here!
ANA_CHECK( objTool.setProperty("ShowerType", (int)ishower) );
}
......
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