Skip to content

Commit

Permalink
Update Nano.h
Browse files Browse the repository at this point in the history
Increase LHEReweighting to 200
  • Loading branch information
sgnoohc authored Apr 19, 2024
1 parent ea33c2d commit 05a67cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NanoCORE/Nano.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ typedef ROOT::Math::LorentzVector<ROOT::Math::PtEtaPhiM4D<float> > LorentzVector
#define NJET_MAX 250 // for Jet_* collection
#define NLHEPART_MAX 24 // for LHEPart_* collection
#define NLHEPDFWEIGHT_MAX 312 // for LHEPdfWeight_* collection
#define NLHEREWEIGHTINGWEIGHT_MAX 50 // for LHEReweightingWeight_* collection
#define NLHEREWEIGHTINGWEIGHT_MAX 200 // for LHEReweightingWeight_* collection
#define NLHESCALEWEIGHT_MAX 30 // for LHEScaleWeight_* collection
#define NLOWPTELECTRON_MAX 18 // for LowPtElectron_* collection
#define NMUON_MAX 90 // for Muon_* collection
Expand Down Expand Up @@ -25506,4 +25506,4 @@ namespace tas {
bool GetB(const string &name);
vector<LorentzVector> GetVLV(const string &name);
}
#endif
#endif

0 comments on commit 05a67cb

Please sign in to comment.