#include <CkfDebugTrackCandidateMaker.h>
Private Member Functions | |
void | countSeedsDebugger () override |
void | deleteAssocDebugger () override |
void | deleteDebugger () |
void | initDebugger (edm::EventSetup const &es) |
TrajectorySeedCollection::const_iterator | lastSeed (TrajectorySeedCollection const &theSeedColl) override |
void | printHitsDebugger (edm::Event &e) override |
Private Attributes | |
CkfDebugger * | dbg |
const CkfDebugTrajectoryBuilder * | myTrajectoryBuilder |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
Public Types inherited from edm::ProducerBase | |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex > > |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
static bool | wantsGlobalLuminosityBlocks () |
static bool | wantsGlobalRuns () |
static bool | wantsInputProcessBlocks () |
static bool | wantsProcessBlocks () |
static bool | wantsStreamLuminosityBlocks () |
static bool | wantsStreamRuns () |
Static Public Member Functions inherited from cms::CkfTrackCandidateMakerBase | |
static void | fillPSetDescription (edm::ParameterSetDescription &desc) |
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 edm::ProducerBase | |
template<Transition Tr = Transition::Event> | |
auto | produces (std::string instanceName) noexcept |
declare what type of product will make and with which optional label More... | |
template<Transition B> | |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<BranchType B> | |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<class ProductType > | |
BranchAliasSetterT< ProductType > | produces () |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces () |
template<class ProductType > | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces () |
template<Transition Tr = Transition::Event> | |
auto | produces () noexcept |
ProducesCollector | producesCollector () |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
template<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
void | resetItemsToGetFrom (BranchType iType) |
Protected Attributes inherited from cms::CkfTrackCandidateMakerBase | |
bool | cleanTrajectoryAfterInOut |
edm::InputTag const | clustersToSkipTag_ |
bool | doSeedingRegionRebuilding |
edm::EDGetTokenT< Phase2OTClusterMask > | maskPhase2OTs_ |
edm::EDGetTokenT< PixelClusterMask > | maskPixels_ |
edm::EDGetTokenT< StripClusterMask > | maskStrips_ |
unsigned int | maxSeedsBeforeCleaning_ |
edm::InputTag const | phase2ClustersToSkipTag_ |
bool | produceSeedStopReasons_ |
bool | reverseTrajectories |
bool const | skipClusters_ |
bool const | skipPhase2Clusters_ |
std::unique_ptr< TransientInitialStateEstimator > | theInitialState |
unsigned int | theMaxNSeeds |
edm::EDGetTokenT< MeasurementTrackerEvent > | theMTELabel |
const NavigationSchool * | theNavigationSchool |
edm::ESGetToken< NavigationSchool, NavigationSchoolRecord > | theNavigationSchoolToken |
edm::ESGetToken< Propagator, TrackingComponentsRecord > | thePropagatorToken |
std::unique_ptr< RedundantSeedCleaner > | theSeedCleaner |
edm::EDGetTokenT< edm::View< TrajectorySeed > > | theSeedLabel |
bool | theTrackCandidateOutput |
edm::ESGetToken< TrackerGeometry, TrackerDigiGeometryRecord > | theTrackerToken |
std::unique_ptr< BaseCkfTrajectoryBuilder > | theTrajectoryBuilder |
const TrajectoryCleaner * | theTrajectoryCleaner |
edm::ESGetToken< TrajectoryCleaner, TrajectoryCleaner::Record > | theTrajectoryCleanerToken |
bool | theTrajectoryOutput |
bool | useSplitting |
Definition at line 11 of file CkfDebugTrackCandidateMaker.h.
|
inline |
Definition at line 13 of file CkfDebugTrackCandidateMaker.h.
|
inlineoverridevirtual |
Reimplemented from edm::EDProducer.
Definition at line 18 of file CkfDebugTrackCandidateMaker.h.
References cms::CkfTrackCandidateMakerBase::beginRunBase(), initDebugger(), and writedatasetfile::run.
|
inlineoverrideprivatevirtual |
Reimplemented from cms::CkfTrackCandidateMakerBase.
Definition at line 42 of file CkfDebugTrackCandidateMaker.h.
References CkfDebugger::countSeed(), and dbg.
|
inlineoverrideprivatevirtual |
Reimplemented from cms::CkfTrackCandidateMakerBase.
Definition at line 43 of file CkfDebugTrackCandidateMaker.h.
References dbg, and CkfDebugger::deleteHitAssociator().
|
inlineprivate |
|
inlineoverridevirtual |
Reimplemented from edm::EDProducer.
Definition at line 24 of file CkfDebugTrackCandidateMaker.h.
References dbg.
|
inlineprivate |
Definition at line 31 of file CkfDebugTrackCandidateMaker.h.
References edm::EDConsumerBase::consumesCollector(), dbg, Exception, myTrajectoryBuilder, CkfDebugTrajectoryBuilder::setDebugger(), and cms::CkfTrackCandidateMakerBase::theTrajectoryBuilder.
Referenced by beginRun().
|
inlineoverrideprivatevirtual |
Reimplemented from cms::CkfTrackCandidateMakerBase.
Definition at line 27 of file CkfDebugTrackCandidateMaker.h.
|
inlineoverrideprivatevirtual |
Reimplemented from cms::CkfTrackCandidateMakerBase.
Definition at line 41 of file CkfDebugTrackCandidateMaker.h.
References dbg, MillePedeFileConverter_cfg::e, and CkfDebugger::printSimHits().
|
inlineoverridevirtual |
Implements edm::EDProducer.
Definition at line 23 of file CkfDebugTrackCandidateMaker.h.
References MillePedeFileConverter_cfg::e, and cms::CkfTrackCandidateMakerBase::produceBase().
|
private |
Definition at line 44 of file CkfDebugTrackCandidateMaker.h.
Referenced by countSeedsDebugger(), deleteAssocDebugger(), deleteDebugger(), endJob(), initDebugger(), and printHitsDebugger().
|
private |
Definition at line 46 of file CkfDebugTrackCandidateMaker.h.
Referenced by initDebugger().