TrackAssociatorEDProducer::TrackAssociatorEDProducer |
( |
const edm::ParameterSet & |
pset | ) |
|
|
explicit |
Definition at line 51 of file TrackAssociatorEDProducer.cc.
58 produces<reco::SimToRecoCollection>();
59 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 |
| ) |
|
|
inlineprivatevirtual |
void TrackAssociatorEDProducer::endJob |
( |
void |
| ) |
|
|
privatevirtual |
Implements edm::EDProducer.
Definition at line 74 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.
86 std::auto_ptr<reco::RecoToSimCollection> rts;
87 std::auto_ptr<reco::SimToRecoCollection> str;
94 LogTrace(
"TrackValidator") <<
"Calling associateRecoToSim method" <<
"\n";
98 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 |