51 LogTrace(
"Muon|RecoMuon|L2MuonProducer")<<
"constructor called"<<endl;
73 produces<reco::TrackCollection>();
74 produces<reco::TrackCollection>(
"UpdatedAtVtx");
75 produces<TrackingRecHitCollection>();
76 produces<reco::TrackExtraCollection>();
77 produces<reco::TrackToTrackMap>();
79 produces<std::vector<Trajectory> >();
80 produces<TrajTrackAssociationCollection>();
82 produces<edm::AssociationMap<edm::OneToMany<std::vector<L2MuonTrajectorySeed>, std::vector<L2MuonTrajectorySeed> > > >();
87 LogTrace(
"Muon|RecoMuon|L2eMuonProducer")<<
"L2MuonProducer destructor called"<<endl;
89 delete theTrackFinder;
96 const std::string
metname =
"Muon|RecoMuon|L2MuonProducer";
99 LogTrace(metname)<<
"L2 Muon Reconstruction Started"<<endl;
102 LogTrace(metname)<<
"Taking the seeds: "<<theSeedCollectionLabel.label()<<endl;
104 event.getByLabel(theSeedCollectionLabel,seeds);
107 theService->update(eventSetup);
111 LogTrace(metname)<<
"Track Reconstruction"<<endl;
112 theTrackFinder->reconstruct(seeds,event);
115 <<
"================================"
T getParameter(std::string const &) const
const std::string metname
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision and the trigger will pass if any such matching triggers are FAIL or EXCEPTION A wildcarded negative criterion that matches more than one trigger in the trigger but the state exists so we define the behavior If all triggers are the negative crieriion will lead to accepting the event(this again matches the behavior of"!*"before the partial wildcard feature was incorporated).The per-event"cost"of each negative criterion with multiple relevant triggers is about the same as!*was in the past
L2MuonProducer(const edm::ParameterSet &)
constructor with config
virtual ~L2MuonProducer()
destructor
virtual void produce(edm::Event &, const edm::EventSetup &)
reconstruct muons