Produces an ic::EventInfo object.
More...
#include "UserCode/ICHiggsTauTau/plugins/ICEventInfoProducer.hh"
Produces an ic::EventInfo object.
Example usage
1 icEventInfoProducer = cms.EDProducer(
'ICEventInfoProducer',
2 branch = cms.string(
"eventInfo"),
3 lheProducer = cms.InputTag(
"externalLHEProducer"),
4 includeLHEWeights = cms.bool(
False),
5 includeEmbeddingWeights = cms.bool(
False),
6 includeJetRho = cms.bool(
False),
7 inputJetRho = cms.InputTag(
"fixedGridRhoFastjetAll"),
8 includeLeptonRho = cms.bool(
False),
9 inputLeptonRho = cms.InputTag(
"fixedGridRhoFastjetAll"),
10 includeHT = cms.bool(
False),
11 includeVertexCount = cms.bool(
False),
12 inputVertices = cms.InputTag(
"offlinePrimaryVertices"),
13 includeCSCFilter = cms.bool(
False),
14 inputCSCFilter = cms.InputTag(
"BeamHaloSummary"),
18 genFilterWeights = cms.PSet(
20 includeFiltersFromTrig = cms.bool(
False),
21 filtersfromtrig = cms.vstring(
"Flag_CSCTightHaloFilter",
"Flag_hcalLaserEventFilter",
"Flag_EcalDeadCellTriggerPrimitiveFilter",
"Flag_goodVertices",
"Flag_eeBadScFilter",
"Flag_ecalLaserCorrFilter",
"Flag_trkPOGFilters",
"Flag_trkPOG_manystripclus53X",
"Flag_trkPOG_toomanystripclus53X",
"Flag_trkPOG_logErrorTooManyClusters",
"Flag_METFilters"),
22 inputfiltersfromtrig = cms.InputTag(
"TriggerResults")
- Examples:
- plugins/ICEventInfoProducer.cc.
Definition at line 21 of file ICEventInfoProducer.hh.
ICEventInfoProducer::ICEventInfoProducer |
( |
const edm::ParameterSet & |
config | ) |
|
|
explicit |
ICEventInfoProducer::~ICEventInfoProducer |
( |
| ) |
|
The documentation for this class was generated from the following files: