#include <CtfSpecialSeedGenerator.h>
Private Member Functions | |
bool | buildSeeds (const edm::EventSetup &iSetup, const edm::Event &e, const OrderedSeedingHits &osh, const NavigationDirection &navdir, const PropagationDirection &dir, TrajectorySeedCollection &output) |
bool | postCheck (const TrajectorySeed &seed) |
bool | preliminaryCheck (const SeedingHitSet &shs, const edm::EventSetup &es) |
bool | run (const edm::EventSetup &c, const edm::Event &e, TrajectorySeedCollection &output) |
Private Attributes | |
ClusterChecker | check |
edm::ParameterSet | conf_ |
BoundPlane::BoundPlanePointer | lowerScintillator |
bool | requireBOFF |
edm::ESHandle< TransientTrackingRecHitBuilder > | theBuilder |
std::vector< std::unique_ptr< OrderedHitsGenerator > > | theGenerators |
edm::ESHandle< MagneticField > | theMagfield |
int32_t | theMaxSeeds |
std::vector< NavigationDirection > | theNavDirs |
std::vector< PropagationDirection > | thePropDirs |
TrackingRegionProducer * | theRegionProducer |
SeedFromGenericPairOrTriplet * | theSeedBuilder |
edm::ESHandle< TrackerGeometry > | theTracker |
BoundPlane::BoundPlanePointer | upperScintillator |
bool | useScintillatorsConstraint |
Additional Inherited Members | |
Static Public Member Functions inherited from edm::stream::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDConsumerBase | |
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) |
Definition at line 40 of file CtfSpecialSeedGenerator.h.
Definition at line 43 of file CtfSpecialSeedGenerator.h.
CtfSpecialSeedGenerator::CtfSpecialSeedGenerator | ( | const edm::ParameterSet & | conf | ) |
Definition at line 18 of file CtfSpecialSeedGenerator.cc.
References conf_, edm::EDConsumerBase::consumesCollector(), beamerCreator::create(), reco::get(), edm::ParameterSet::getParameter(), AlCaHLTBitMon_QueryRunRegistry::string, theGenerators, theRegionProducer, theSeedBuilder, and useScintillatorsConstraint.
|
override |
Definition at line 44 of file CtfSpecialSeedGenerator.cc.
References theRegionProducer.
|
overridevirtual |
Reimplemented from edm::stream::EDProducerBase.
Definition at line 52 of file CtfSpecialSeedGenerator.cc.
References alongMomentum, conf_, edm::EventSetup::get(), edm::ParameterSet::getParameter(), insideOut, lowerScintillator, oppositeToMomentum, outsideIn, AlCaHLTBitMon_ParallelJobs::p, edm::ESHandle< T >::product(), makeMuonMisalignmentScenario::rot, AlCaHLTBitMon_QueryRunRegistry::string, theBuilder, theMagfield, theNavDirs, thePropDirs, theSeedBuilder, theTracker, upperScintillator, useScintillatorsConstraint, PV3DBase< T, PVType, FrameType >::x(), PV3DBase< T, PVType, FrameType >::y(), and PV3DBase< T, PVType, FrameType >::z().
|
private |
Definition at line 166 of file CtfSpecialSeedGenerator.cc.
References mps_fire::i, postCheck(), preliminaryCheck(), SeedFromGenericPairOrTriplet::seed(), OrderedSeedingHits::size(), theMaxSeeds, and theSeedBuilder.
Referenced by run().
|
overridevirtual |
Reimplemented from edm::stream::EDProducerBase.
Definition at line 48 of file CtfSpecialSeedGenerator.cc.
References theSeedBuilder.
|
private |
Definition at line 247 of file CtfSpecialSeedGenerator.cc.
References alongMomentum, PTrajectoryStateOnDet::detId(), TrajectoryStateOnSurface::freeState(), TrackerGeometry::idToDet(), lowerScintillator, oppositeToMomentum, StraightLinePlaneCrossing::position(), TrajectorySeed::startingState(), GeomDet::surface(), theMagfield, theTracker, trajectoryStateTransform::transientState(), upperScintillator, and useScintillatorsConstraint.
Referenced by buildSeeds().
|
private |
Definition at line 199 of file CtfSpecialSeedGenerator.cc.
References conf_, edm::EventSetup::get(), edm::ParameterSet::getParameter(), TrackerTopology::layer(), rpcPointValidation_cfi::recHit, SeedingHitSet::size(), and PV3DBase< T, PVType, FrameType >::y().
Referenced by buildSeeds().
|
override |
Definition at line 124 of file CtfSpecialSeedGenerator.cc.
References check, MagneticField::inTesla(), PV3DBase< T, PVType, FrameType >::mag(), eostools::move(), convertSQLiteXML::ok, convertSQLitetoXML_cfg::output, edm::Event::put(), requireBOFF, run(), theMagfield, and ClusterChecker::tooManyClusters().
|
private |
Definition at line 143 of file CtfSpecialSeedGenerator.cc.
References buildSeeds(), mps_fire::i, SeedFromGenericPairOrTriplet::momentumFromPSet(), convertSQLiteXML::ok, convertSQLitetoXML_cfg::output, TrackingRegionProducer::regions(), edm::Event::run(), SeedFromGenericPairOrTriplet::setMomentumTo(), theGenerators, theNavDirs, thePropDirs, theRegionProducer, and theSeedBuilder.
Referenced by produce().
|
private |
Definition at line 96 of file CtfSpecialSeedGenerator.h.
Referenced by produce().
|
private |
Definition at line 74 of file CtfSpecialSeedGenerator.h.
Referenced by beginRun(), CtfSpecialSeedGenerator(), and preliminaryCheck().
|
private |
Definition at line 93 of file CtfSpecialSeedGenerator.h.
Referenced by beginRun(), and postCheck().
|
private |
Definition at line 94 of file CtfSpecialSeedGenerator.h.
Referenced by produce().
|
private |
Definition at line 77 of file CtfSpecialSeedGenerator.h.
Referenced by beginRun().
|
private |
Definition at line 85 of file CtfSpecialSeedGenerator.h.
Referenced by CtfSpecialSeedGenerator(), and run().
|
private |
Definition at line 75 of file CtfSpecialSeedGenerator.h.
Referenced by beginRun(), postCheck(), and produce().
|
private |
Definition at line 95 of file CtfSpecialSeedGenerator.h.
Referenced by buildSeeds().
|
private |
Definition at line 87 of file CtfSpecialSeedGenerator.h.
Referenced by beginRun(), and run().
|
private |
Definition at line 86 of file CtfSpecialSeedGenerator.h.
Referenced by beginRun(), and run().
|
private |
Definition at line 88 of file CtfSpecialSeedGenerator.h.
Referenced by CtfSpecialSeedGenerator(), run(), and ~CtfSpecialSeedGenerator().
|
private |
Definition at line 90 of file CtfSpecialSeedGenerator.h.
Referenced by beginRun(), buildSeeds(), CtfSpecialSeedGenerator(), endRun(), and run().
|
private |
Definition at line 76 of file CtfSpecialSeedGenerator.h.
Referenced by beginRun(), and postCheck().
|
private |
Definition at line 92 of file CtfSpecialSeedGenerator.h.
Referenced by beginRun(), and postCheck().
|
private |
Definition at line 91 of file CtfSpecialSeedGenerator.h.
Referenced by beginRun(), CtfSpecialSeedGenerator(), and postCheck().