Skip to content

Commit

Permalink
syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
aminnj committed May 22, 2020
1 parent 650587f commit c5a07d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/ScanChain_jec.C
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ int ScanChain(TChain *ch, int nevents_to_process=-1) {
float rawmet = RawMET_pt();
float nanomet = MET_pt();
float recalct1met = getT1CHSMET(jetCorr).first;
debug(rawmet, nanomet, recalct1met)
debug(rawmet, nanomet, recalct1met);

if (nevents_to_process > 0 and nEventsTotal > nevents_to_process) break;
}
Expand Down

0 comments on commit c5a07d8

Please sign in to comment.