Imperial Analysis
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ICEventInfoProducer Class Reference

Produces an ic::EventInfo object. More...

#include "UserCode/ICHiggsTauTau/plugins/ICEventInfoProducer.hh"

+ Inheritance diagram for ICEventInfoProducer:

Public Member Functions

 ICEventInfoProducer (const edm::ParameterSet &)
 
 ~ICEventInfoProducer ()
 

Detailed Description

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"),
15  filters = cms.PSet(),
16  weights = cms.PSet(
17  ),
18  genFilterWeights = cms.PSet(
19  ),
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")
23 )
Examples:
plugins/ICEventInfoProducer.cc.

Definition at line 21 of file ICEventInfoProducer.hh.

Constructor & Destructor Documentation

ICEventInfoProducer::ICEventInfoProducer ( const edm::ParameterSet &  config)
explicit
Examples:
plugins/ICEventInfoProducer.cc.

Definition at line 33 of file ICEventInfoProducer.cc.

ICEventInfoProducer::~ICEventInfoProducer ( )
Examples:
plugins/ICEventInfoProducer.cc.

Definition at line 119 of file ICEventInfoProducer.cc.


The documentation for this class was generated from the following files: