|
| TrackAssociatorEDProducer (const edm::ParameterSet &) |
|
| ~TrackAssociatorEDProducer () |
|
| EDProducer () |
|
ModuleDescription const & | moduleDescription () const |
|
virtual | ~EDProducer () |
|
| ProducerBase () |
|
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
|
std::function< void(BranchDescription
const &)> | registrationCallback () const |
| used by the fwk to register list of products More...
|
|
virtual | ~ProducerBase () |
|
| EDConsumerBase () |
|
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
|
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
|
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
|
std::vector
< ProductHolderIndexAndSkipBit >
const & | itemsToGetFromEvent () const |
|
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
|
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
|
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
|
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
|
virtual | ~EDConsumerBase () |
|
TrackAssociatorEDProducer::TrackAssociatorEDProducer |
( |
const edm::ParameterSet & |
pset | ) |
|
|
explicit |
Definition at line 50 of file TrackAssociatorEDProducer.cc.
57 produces<reco::SimToRecoCollection>();
58 produces<reco::RecoToSimCollection>();
T getParameter(std::string const &) const
T getUntrackedParameter(std::string const &, T const &) const
bool theIgnoremissingtrackcollection
TrackAssociatorEDProducer::~TrackAssociatorEDProducer |
( |
| ) |
|
virtual void TrackAssociatorEDProducer::beginJob |
( |
void |
| ) |
|
|
inlineoverrideprivatevirtual |
void TrackAssociatorEDProducer::endJob |
( |
void |
| ) |
|
|
overrideprivatevirtual |
Implements edm::EDProducer.
Definition at line 73 of file TrackAssociatorEDProducer.cc.
References associator, first, edm::EventSetup::get(), edm::Event::getByLabel(), label_tp, label_tr, LogTrace, edm::Event::put(), theAssociator, theIgnoremissingtrackcollection, and ecalTPGAnalyzer_cfg::TPCollection.
85 std::auto_ptr<reco::RecoToSimCollection> rts;
86 std::auto_ptr<reco::SimToRecoCollection> str;
93 LogTrace(
"TrackValidator") <<
"Calling associateRecoToSim method" <<
"\n";
97 LogTrace(
"TrackValidator") <<
"Calling associateSimToReco method" <<
"\n";
edm::ESHandle< TrackAssociatorBase > theAssociator
OrphanHandle< PROD > put(std::auto_ptr< PROD > product)
Put a new product.
bool getByLabel(InputTag const &tag, Handle< PROD > &result) const
bool theIgnoremissingtrackcollection
std::string TrackAssociatorEDProducer::associator |
|
private |
bool TrackAssociatorEDProducer::first |
|
private |
bool TrackAssociatorEDProducer::theIgnoremissingtrackcollection |
|
private |