Skip to content

Commit

Permalink
Merge pull request cms-sw#77 from arizzi/npnlo
Browse files Browse the repository at this point in the history
Add N partons at NLO and LO
  • Loading branch information
arizzi authored Nov 21, 2017
2 parents e75577e + 9dc3df0 commit daaa3b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PhysicsTools/NanoAOD/plugins/LHETablesProducer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ class LHETablesProducer : public edm::global::EDProducer<> {
out.addColumnValue<float>("HT", lheHT, "HT, scalar sum of parton pTs at LHE step", nanoaod::FlatTable::FloatColumn);
out.addColumnValue<float>("HTIncoming", lheHTIncoming, "HT, scalar sum of parton pTs at LHE step, restricted to partons", nanoaod::FlatTable::FloatColumn);
out.addColumnValue<float>("Vpt", lheVpt, "pT of the W or Z boson at LHE step", nanoaod::FlatTable::FloatColumn);
out.addColumnValue<uint8_t>("NpNLO", lheProd.npNLO(), "number of partons at NLO", nanoaod::FlatTable::UInt8Column);
out.addColumnValue<uint8_t>("NpLO", lheProd.npLO(), "number of partons at LO", nanoaod::FlatTable::UInt8Column);
}

static void fillDescriptions(edm::ConfigurationDescriptions & descriptions) {
Expand Down

0 comments on commit daaa3b5

Please sign in to comment.