Skip to content

Commit

Permalink
fix typo to make ntop right
Browse files Browse the repository at this point in the history
  • Loading branch information
weihuacern committed Feb 27, 2015
1 parent 4a2a837 commit 746eabc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tool/LostLepton_ElCS_TTbar.cc
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ int main(int argc, char* argv[])
double metphi = trCS.getVar<double>("metphi");

int njets30 = trCS.getVar<int>("cntNJetsPt30Eta24");
int ntopjets = tr.getVar<int>("nTopCandSortedCnt");
int ntopjets = trCS.getVar<int>("nTopCandSortedCnt");
double MT2 = trCS.getVar<double>("MT22");
double bestTopJetMass = trCS.getVar<double>("bestTopJetMass2");
double ht = trCS.getVar<double>("ht");
Expand Down
2 changes: 1 addition & 1 deletion Tool/LostLepton_MuCS_TTbar.cc
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ int main(int argc, char* argv[])
double metphi = trCS.getVar<double>("metphi");

int njets30 = trCS.getVar<int>("cntNJetsPt30Eta24");
int ntopjets = tr.getVar<int>("nTopCandSortedCnt");
int ntopjets = trCS.getVar<int>("nTopCandSortedCnt");
double MT2 = trCS.getVar<double>("MT22");
double bestTopJetMass = trCS.getVar<double>("bestTopJetMass2");
double ht = trCS.getVar<double>("ht");
Expand Down

0 comments on commit 746eabc

Please sign in to comment.