|
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 |
|
typedef EDProducerAdaptorBase | ModuleType |
|
typedef
ProductRegistryHelper::TypeLabelList | TypeLabelList |
|
static const std::string & | baseType () |
|
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
|
static void | prevalidate (ConfigurationDescriptions &descriptions) |
|
Protected Types inherited from cms::CkfTrackCandidateMakerBase |
typedef edm::ContainerMask
< edmNew::DetSetVector
< SiPixelCluster > > | PixelClusterMask |
|
typedef edm::ContainerMask
< edmNew::DetSetVector
< SiStripCluster > > | StripClusterMask |
|
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
|
template<typename ProductType , BranchType B = InEvent> |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
|
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 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) |
|
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 |
|
bool | doSeedingRegionRebuilding |
|
edm::EDGetTokenT
< PixelClusterMask > | maskPixels_ |
|
edm::EDGetTokenT
< StripClusterMask > | maskStrips_ |
|
unsigned int | maxSeedsBeforeCleaning_ |
|
bool | reverseTrajectories |
|
bool | skipClusters_ |
|
edm::ESHandle
< GeometricSearchTracker > | theGeomSearchTracker |
|
std::unique_ptr
< TransientInitialStateEstimator > | theInitialState |
|
edm::ESHandle< MagneticField > | theMagField |
|
const std::string | theMagFieldName |
|
unsigned int | theMaxNSeeds |
|
edm::EDGetTokenT
< MeasurementTrackerEvent > | theMTELabel |
|
const NavigationSchool * | theNavigationSchool |
|
std::string | theNavigationSchoolName |
|
RedundantSeedCleaner * | theSeedCleaner |
|
edm::EDGetTokenT< edm::View
< TrajectorySeed > > | theSeedLabel |
|
bool | theTrackCandidateOutput |
|
std::unique_ptr
< BaseCkfTrajectoryBuilder > | theTrajectoryBuilder |
|
const TrajectoryCleaner * | theTrajectoryCleaner |
|
std::string | theTrajectoryCleanerName |
|
bool | theTrajectoryOutput |
|
bool | useSplitting |
|