#include <RecoTrackAccumulator.h>
Public Member Functions | |
virtual void | accumulate (edm::Event const &e, edm::EventSetup const &c) |
virtual void | accumulate (PileUpEventPrincipal const &e, edm::EventSetup const &c, edm::StreamID const &) override |
virtual void | finalizeEvent (edm::Event &e, edm::EventSetup const &c) |
virtual void | initializeEvent (edm::Event const &e, edm::EventSetup const &c) |
RecoTrackAccumulator (const edm::ParameterSet &conf, edm::one::EDProducerBase &mixMod, edm::ConsumesCollector &iC) | |
virtual | ~RecoTrackAccumulator () |
Public Member Functions inherited from DigiAccumulatorMixMod | |
virtual void | beginLuminosityBlock (edm::LuminosityBlock const &lumi, edm::EventSetup const &setup) |
virtual void | beginRun (edm::Run const &run, edm::EventSetup const &setup) |
DigiAccumulatorMixMod () | |
virtual void | endLuminosityBlock (edm::LuminosityBlock const &lumi, edm::EventSetup const &setup) |
virtual void | endRun (edm::Run const &run, edm::EventSetup const &setup) |
virtual void | finalizeBunchCrossing (edm::Event &event, edm::EventSetup const &setup, int bunchCrossing) |
virtual PileupMixingContent * | getEventPileupInfo () |
virtual void | initializeBunchCrossing (edm::Event const &event, edm::EventSetup const &setup, int bunchCrossing) |
virtual void | StorePileupInformation (std::vector< int > &numInteractionList, std::vector< int > &bunchCrossingList, std::vector< float > &TrueInteractionList, std::vector< edm::EventID > &eventList, int bunchSpace) |
virtual | ~DigiAccumulatorMixMod () |
Private Member Functions | |
template<class T > | |
void | accumulateEvent (const T &e, edm::EventSetup const &c, const edm::InputTag &label, const edm::InputTag &MVALabel) |
Private Attributes | |
std::string | MVAOutputLabel |
std::auto_ptr < TrackingRecHitCollection > | newHits_ |
std::vector< float > | newMVAVals_ |
std::auto_ptr < reco::TrackExtraCollection > | newTrackExtras_ |
std::auto_ptr < reco::TrackCollection > | newTracks_ |
std::string | outputLabel |
edm::InputTag | pileUpMVAValuesTag |
edm::InputTag | pileUpTracksTag |
TrackingRecHitRefProd | rNewHits |
reco::TrackExtraRefProd | rNewTrackExtras |
reco::TrackRefProd | rNewTracks |
edm::InputTag | signalMVAValuesTag |
edm::InputTag | signalTracksTag |
RecoTrackAccumulator accumulates generalTracks from the hard and the pileup events
Definition at line 36 of file RecoTrackAccumulator.h.
|
explicit |
Definition at line 9 of file RecoTrackAccumulator.cc.
References edm::ConsumesCollector::consumes(), MVAOutputLabel, outputLabel, signalMVAValuesTag, and signalTracksTag.
|
virtual |
Definition at line 28 of file RecoTrackAccumulator.cc.
|
virtual |
Implements DigiAccumulatorMixMod.
Definition at line 45 of file RecoTrackAccumulator.cc.
References accumulateEvent(), signalMVAValuesTag, and signalTracksTag.
|
overridevirtual |
Implements DigiAccumulatorMixMod.
Definition at line 49 of file RecoTrackAccumulator.cc.
References accumulateEvent(), PileUpEventPrincipal::bunchCrossing(), pileUpMVAValuesTag, and pileUpTracksTag.
|
private |
Definition at line 69 of file RecoTrackAccumulator.cc.
References cmsRelvalreport::exit, reco::Track::extra(), i, edm::HandleBase::id(), edm::Ref< C, T, F >::key(), diffTwoXMLs::label, newHits_, newMVAVals_, newTrackExtras_, newTracks_, rNewHits, rNewTrackExtras, tree::t, and testEve_cfg::tracks.
Referenced by accumulate().
|
virtual |
Implements DigiAccumulatorMixMod.
Definition at line 55 of file RecoTrackAccumulator.cc.
References edm::helper::Filler< Map >::fill(), edm::RefProd< T >::id(), edm::helper::Filler< Map >::insert(), MVAOutputLabel, newHits_, newMVAVals_, newTrackExtras_, newTracks_, outputLabel, edm::Event::put(), and rNewTracks.
|
virtual |
Implements DigiAccumulatorMixMod.
Definition at line 32 of file RecoTrackAccumulator.cc.
References alignCSCRings::e, newHits_, newMVAVals_, newTrackExtras_, newTracks_, outputLabel, rNewHits, rNewTrackExtras, and rNewTracks.
|
private |
Definition at line 65 of file RecoTrackAccumulator.h.
Referenced by finalizeEvent(), and RecoTrackAccumulator().
|
private |
Definition at line 52 of file RecoTrackAccumulator.h.
Referenced by accumulateEvent(), finalizeEvent(), and initializeEvent().
|
private |
Definition at line 53 of file RecoTrackAccumulator.h.
Referenced by accumulateEvent(), finalizeEvent(), and initializeEvent().
|
private |
Definition at line 51 of file RecoTrackAccumulator.h.
Referenced by accumulateEvent(), finalizeEvent(), and initializeEvent().
|
private |
Definition at line 50 of file RecoTrackAccumulator.h.
Referenced by accumulateEvent(), finalizeEvent(), and initializeEvent().
|
private |
Definition at line 64 of file RecoTrackAccumulator.h.
Referenced by finalizeEvent(), initializeEvent(), and RecoTrackAccumulator().
|
private |
Definition at line 62 of file RecoTrackAccumulator.h.
Referenced by accumulate().
|
private |
Definition at line 61 of file RecoTrackAccumulator.h.
Referenced by accumulate().
|
private |
Definition at line 57 of file RecoTrackAccumulator.h.
Referenced by accumulateEvent(), and initializeEvent().
|
private |
Definition at line 56 of file RecoTrackAccumulator.h.
Referenced by accumulateEvent(), and initializeEvent().
|
private |
Definition at line 55 of file RecoTrackAccumulator.h.
Referenced by finalizeEvent(), and initializeEvent().
|
private |
Definition at line 60 of file RecoTrackAccumulator.h.
Referenced by accumulate(), and RecoTrackAccumulator().
|
private |
Definition at line 59 of file RecoTrackAccumulator.h.
Referenced by accumulate(), and RecoTrackAccumulator().