CMS 3D CMS Logo

List of all members | Public Types | Public Member Functions | Static Public Member Functions
cms::CkfTrajectoryMaker Class Reference

#include <CkfTrajectoryMaker.h>

Inheritance diagram for cms::CkfTrajectoryMaker:
edm::stream::EDProducer<> cms::CkfTrackCandidateMakerBase

Public Types

typedef std::vector< TrajectoryTrajectoryCollection
 
- Public Types inherited from edm::stream::EDProducer<>
using CacheTypes = CacheContexts< T... >
 
using GlobalCache = typename CacheTypes::GlobalCache
 
using HasAbility = AbilityChecker< T... >
 
using InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache
 
using LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache
 
using LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache >
 
using LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache
 
using RunCache = typename CacheTypes::RunCache
 
using RunContext = RunContextT< RunCache, GlobalCache >
 
using RunSummaryCache = typename CacheTypes::RunSummaryCache
 

Public Member Functions

void beginRun (edm::Run const &run, edm::EventSetup const &es) override
 
 CkfTrajectoryMaker (const edm::ParameterSet &conf)
 
void produce (edm::Event &e, const edm::EventSetup &es) override
 
 ~CkfTrajectoryMaker () override
 
- Public Member Functions inherited from edm::stream::EDProducer<>
 EDProducer ()=default
 
 EDProducer (const EDProducer &)=delete
 
bool hasAbilityToProduceInBeginLumis () const final
 
bool hasAbilityToProduceInBeginProcessBlocks () const final
 
bool hasAbilityToProduceInBeginRuns () const final
 
bool hasAbilityToProduceInEndLumis () const final
 
bool hasAbilityToProduceInEndProcessBlocks () const final
 
bool hasAbilityToProduceInEndRuns () const final
 
const EDProduceroperator= (const EDProducer &)=delete
 
- Public Member Functions inherited from cms::CkfTrackCandidateMakerBase
virtual void beginRunBase (edm::Run const &, edm::EventSetup const &es)
 
 CkfTrackCandidateMakerBase (const edm::ParameterSet &conf, edm::ConsumesCollector &&iC)
 
virtual void produceBase (edm::Event &e, const edm::EventSetup &es)
 
virtual ~CkfTrackCandidateMakerBase () noexcept(false)
 

Static Public Member Functions

static void fillDescriptions (edm::ConfigurationDescriptions &descriptions)
 
- Static Public Member Functions inherited from cms::CkfTrackCandidateMakerBase
static void fillPSetDescription (edm::ParameterSetDescription &desc)
 

Additional Inherited Members

- Protected Types inherited from cms::CkfTrackCandidateMakerBase
typedef edm::ContainerMask< edmNew::DetSetVector< Phase2TrackerCluster1D > > Phase2OTClusterMask
 
typedef edm::ContainerMask< edmNew::DetSetVector< SiPixelCluster > > PixelClusterMask
 
typedef edm::ContainerMask< edmNew::DetSetVector< SiStripCluster > > StripClusterMask
 
- Protected Member Functions inherited from cms::CkfTrackCandidateMakerBase
virtual void countSeedsDebugger ()
 
virtual void deleteAssocDebugger ()
 
virtual TrajectorySeedCollection::const_iterator lastSeed (TrajectorySeedCollection const &theSeedColl)
 
virtual void printHitsDebugger (edm::Event &e)
 
- Protected Attributes inherited from cms::CkfTrackCandidateMakerBase
bool cleanTrajectoryAfterInOut
 
edm::InputTag const clustersToSkipTag_
 
bool doSeedingRegionRebuilding
 
edm::EDGetTokenT< Phase2OTClusterMaskmaskPhase2OTs_
 
edm::EDGetTokenT< PixelClusterMaskmaskPixels_
 
edm::EDGetTokenT< StripClusterMaskmaskStrips_
 
unsigned int maxSeedsBeforeCleaning_
 
edm::InputTag const phase2ClustersToSkipTag_
 
bool produceSeedStopReasons_
 
bool reverseTrajectories
 
bool const skipClusters_
 
bool const skipPhase2Clusters_
 
std::unique_ptr< TransientInitialStateEstimatortheInitialState
 
unsigned int theMaxNSeeds
 
edm::EDGetTokenT< MeasurementTrackerEventtheMTELabel
 
const NavigationSchooltheNavigationSchool
 
edm::ESGetToken< NavigationSchool, NavigationSchoolRecordtheNavigationSchoolToken
 
edm::ESGetToken< Propagator, TrackingComponentsRecordthePropagatorToken
 
std::unique_ptr< RedundantSeedCleanertheSeedCleaner
 
edm::EDGetTokenT< edm::View< TrajectorySeed > > theSeedLabel
 
bool theTrackCandidateOutput
 
edm::ESGetToken< TrackerGeometry, TrackerDigiGeometryRecordtheTrackerToken
 
std::unique_ptr< BaseCkfTrajectoryBuildertheTrajectoryBuilder
 
const TrajectoryCleanertheTrajectoryCleaner
 
edm::ESGetToken< TrajectoryCleaner, TrajectoryCleaner::RecordtheTrajectoryCleanerToken
 
bool theTrajectoryOutput
 
bool useSplitting
 

Detailed Description

Definition at line 24 of file CkfTrajectoryMaker.h.

Member Typedef Documentation

◆ TrajectoryCollection

Definition at line 26 of file CkfTrajectoryMaker.h.

Constructor & Destructor Documentation

◆ CkfTrajectoryMaker()

cms::CkfTrajectoryMaker::CkfTrajectoryMaker ( const edm::ParameterSet conf)
inlineexplicit

Definition at line 28 of file CkfTrajectoryMaker.h.

References edm::ParameterSet::getParameter().

28  : CkfTrackCandidateMakerBase(conf, consumesCollector()) {
29  theTrackCandidateOutput = conf.getParameter<bool>("trackCandidateAlso");
30  theTrajectoryOutput = true;
32  produces<TrackCandidateCollection>();
33  produces<TrajectoryCollection>();
34  produces<std::vector<SeedStopInfo> >();
35  }
CkfTrackCandidateMakerBase(const edm::ParameterSet &conf, edm::ConsumesCollector &&iC)
T getParameter(std::string const &) const
Definition: ParameterSet.h:303

◆ ~CkfTrajectoryMaker()

cms::CkfTrajectoryMaker::~CkfTrajectoryMaker ( )
inlineoverride

Definition at line 37 of file CkfTrajectoryMaker.h.

37 { ; }

Member Function Documentation

◆ beginRun()

void cms::CkfTrajectoryMaker::beginRun ( edm::Run const &  run,
edm::EventSetup const &  es 
)
inlineoverride

Definition at line 47 of file CkfTrajectoryMaker.h.

References writedatasetfile::run.

47 { beginRunBase(run, es); }
virtual void beginRunBase(edm::Run const &, edm::EventSetup const &es)

◆ fillDescriptions()

static void cms::CkfTrajectoryMaker::fillDescriptions ( edm::ConfigurationDescriptions descriptions)
inlinestatic

Definition at line 39 of file CkfTrajectoryMaker.h.

References edm::ConfigurationDescriptions::addWithDefaultLabel(), submitPVResolutionJobs::desc, and cms::CkfTrackCandidateMakerBase::fillPSetDescription().

39  {
41  desc.setComment("Make CKF trajectories");
42  desc.add<bool>("trackCandidateAlso", false);
44  descriptions.addWithDefaultLabel(desc);
45  }
void addWithDefaultLabel(ParameterSetDescription const &psetDescription)
static void fillPSetDescription(edm::ParameterSetDescription &desc)

◆ produce()

void cms::CkfTrajectoryMaker::produce ( edm::Event e,
const edm::EventSetup es 
)
inlineoverride

Definition at line 49 of file CkfTrajectoryMaker.h.

References MillePedeFileConverter_cfg::e.

49 { produceBase(e, es); }
virtual void produceBase(edm::Event &e, const edm::EventSetup &es)