#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 | |
std::unique_ptr< CkfDebugger > | dbg |
const CkfDebugTrajectoryBuilder * | myTrajectoryBuilder |
Additional Inherited Members | |
Public Types inherited from edm::one::EDProducerBase | |
typedef EDProducerBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
template<typename T > | |
using | BranchAliasSetterT = ProductRegistryHelper::BranchAliasSetterT< T > |
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::one::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
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 13 of file CkfDebugTrackCandidateMaker.h.
|
inline |
Definition at line 16 of file CkfDebugTrackCandidateMaker.h.
References edm::EDConsumerBase::consumesCollector(), and dbg.
|
inlineoverride |
Definition at line 22 of file CkfDebugTrackCandidateMaker.h.
References cms::CkfTrackCandidateMakerBase::beginRunBase(), initDebugger(), and writedatasetfile::run.
|
inlineoverrideprivatevirtual |
Reimplemented from cms::CkfTrackCandidateMakerBase.
Definition at line 46 of file CkfDebugTrackCandidateMaker.h.
References dbg.
|
inlineoverrideprivatevirtual |
Reimplemented from cms::CkfTrackCandidateMakerBase.
Definition at line 47 of file CkfDebugTrackCandidateMaker.h.
References dbg.
|
inlineprivate |
Definition at line 48 of file CkfDebugTrackCandidateMaker.h.
References dbg.
|
inlineoverride |
Definition at line 26 of file CkfDebugTrackCandidateMaker.h.
|
inlineprivate |
Definition at line 35 of file CkfDebugTrackCandidateMaker.h.
References dbg, Exception, myTrajectoryBuilder, CkfDebugTrajectoryBuilder::setDebugger(), and cms::CkfTrackCandidateMakerBase::theTrajectoryBuilder.
Referenced by beginRun().
|
inlineoverrideprivatevirtual |
Reimplemented from cms::CkfTrackCandidateMakerBase.
Definition at line 31 of file CkfDebugTrackCandidateMaker.h.
|
inlineoverrideprivatevirtual |
Reimplemented from cms::CkfTrackCandidateMakerBase.
Definition at line 45 of file CkfDebugTrackCandidateMaker.h.
References dbg, and MillePedeFileConverter_cfg::e.
|
inlineoverridevirtual |
Implements edm::one::EDProducerBase.
Definition at line 28 of file CkfDebugTrackCandidateMaker.h.
References MillePedeFileConverter_cfg::e, and cms::CkfTrackCandidateMakerBase::produceBase().
|
private |
Definition at line 48 of file CkfDebugTrackCandidateMaker.h.
Referenced by CkfDebugTrackCandidateMaker(), countSeedsDebugger(), deleteAssocDebugger(), deleteDebugger(), initDebugger(), and printHitsDebugger().
|
private |
Definition at line 50 of file CkfDebugTrackCandidateMaker.h.
Referenced by initDebugger().