Open artlbv opened 2 weeks ago
We could do the same as was done here: https://github.com/p2l1pfp/FastPUPPI/pull/74
Gianluca has made this change to the Nano tables instead of defining separate tables: p2l1pfp/FastPUPPI/NtupleProducer/python/runPerformanceNTuple.py
process.staMuTable = cms.EDProducer("SimpleCandidateFlatTableProducer", src = cms.InputTag('l1tSAMuonsGmt','promptSAMuons'), cut = cms.string(""), name = cms.string("StaMu"), doc = cms.string("reco leptons"), singleton = cms.bool(False), # the number of entries is variable extension = cms.bool(False), # this is the main table variables = cms.PSet( pt = Var("pt", float,precision=8), phi = Var("phi", float,precision=8), eta = Var("eta", float,precision=8), ...
could be interesting to check that also for our case – should work for most as they use the same collections?
We could do the same as was done here: https://github.com/p2l1pfp/FastPUPPI/pull/74
Gianluca has made this change to the Nano tables instead of defining separate tables: p2l1pfp/FastPUPPI/NtupleProducer/python/runPerformanceNTuple.py
could be interesting to check that also for our case – should work for most as they use the same collections?