From c5a07d8ce76e27696f6e5e7264bfcea04fb0b9bc Mon Sep 17 00:00:00 2001 From: Nick Amin Date: Thu, 21 May 2020 20:48:45 -0700 Subject: [PATCH] syntax error --- cpp/ScanChain_jec.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/ScanChain_jec.C b/cpp/ScanChain_jec.C index 657d31e..62c6fe9 100644 --- a/cpp/ScanChain_jec.C +++ b/cpp/ScanChain_jec.C @@ -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; }