[go: nahoru, domu]

Skip to content

Commit

Permalink
Return pt cut to 20 GeV.
Browse files Browse the repository at this point in the history
If you want to select pT ranges, I think by default this should be
done in the ROOT file analysis later.
  • Loading branch information
watson-ij committed Nov 27, 2017
1 parent a702b5b commit 5f80497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1-AnalyseJets/analysis.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

using std::string;

Double_t minJetPT = 100.0;
Double_t minJetPT = 20.0;
Double_t maxJetEta = 2.4;
Double_t dRCut = 0.3;
bool doHadMerge = false;
Expand Down

0 comments on commit 5f80497

Please sign in to comment.