#include <PixelTrackProducer.h>
Public Member Functions | |
PixelTrackProducer (const edm::ParameterSet &conf) | |
void | produce (edm::Event &ev, const edm::EventSetup &es) override |
~PixelTrackProducer () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Member Functions | |
void | store (edm::Event &ev, const pixeltrackfitting::TracksWithTTRHs &selectedTracks, const TrackerTopology &ttopo) |
Private Attributes | |
PixelTrackReconstruction | theReconstruction |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
typedef CacheContexts< T... > | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T... > | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Definition at line 11 of file PixelTrackProducer.h.
|
explicit |
Definition at line 25 of file PixelTrackProducer.cc.
|
override |
Definition at line 34 of file PixelTrackProducer.cc.
|
static |
Definition at line 36 of file PixelTrackProducer.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), PixelTrackReconstruction::fillDescriptions(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
Definition at line 45 of file PixelTrackProducer.cc.
References edm::EventSetup::get(), edm::EventBase::id(), LogDebug, PixelTrackReconstruction::run(), store(), theReconstruction, and l1t::tracks.
|
private |
Definition at line 59 of file PixelTrackProducer.cc.
References reco::TrackBase::appendHitPattern(), hfClusterShapes_cfi::hits, mps_fire::i, gen::k, LogDebug, eostools::move(), nTracks(), edm::Event::put(), SeedingHitSet::size(), HiIsolationCommonParameters_cff::track, l1t::tracks, and findQualityFiles::v.
Referenced by produce().
|
private |
Definition at line 24 of file PixelTrackProducer.h.
Referenced by produce().