File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1110,7 +1110,7 @@ struct kstarInOO {
11101110 int nJets = 0 ;
11111111 for (auto chargedjet : chargedjets) {
11121112 if (std::abs (chargedjet.eta ()) > cfgJetMaxEta - cfgJetdR)
1113- return ;
1113+ return ;
11141114
11151115 jetpT.push_back (chargedjet.pt ());
11161116 jetEta.push_back (chargedjet.eta ());
@@ -1197,7 +1197,7 @@ struct kstarInOO {
11971197 int nJets = 0 ;
11981198 for (auto mcdjet : mcdjets) {
11991199 if (std::abs (mcdjet.eta ()) > cfgJetMaxEta - cfgJetdR)
1200- return ;
1200+ return ;
12011201
12021202 mcdjetpT.push_back (mcdjet.pt ());
12031203 mcdjetEta.push_back (mcdjet.eta ());
@@ -1438,8 +1438,8 @@ struct kstarInOO {
14381438 nEventsMC++;
14391439 if ((nEventsMC + 1 ) % 10000 == 0 ) {
14401440 double histmem = histos.getSize ();
1441- LOG (info) << histmem;
1442- LOG (info) << " process_SameEvent_MC: " << nEventsMC;
1441+ LOG (info) << histmem;
1442+ LOG (info) << " process_SameEvent_MC: " << nEventsMC;
14431443 }
14441444 }
14451445 histos.fill (HIST (" nEvents" ), 0.5 );
You can’t perform that action at this time.
0 commit comments