53 label_tr(pset.getParameter< edm::InputTag >(
"label_tr")),
54 label_tp(pset.getParameter< edm::InputTag >(
"label_tp")),
55 associator(pset.getParameter< std::
string >(
"associator")),
56 theIgnoremissingtrackcollection(pset.getUntrackedParameter<bool>(
"ignoremissingtrackcollection",
false))
58 produces<reco::SimToRecoCollection>();
59 produces<reco::RecoToSimCollection>();
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";
#define DEFINE_FWK_MODULE(type)
~TrackAssociatorEDProducer()
TrackAssociatorEDProducer(const edm::ParameterSet &)
virtual void produce(edm::Event &, const edm::EventSetup &)
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