#include <CtfSpecialSeedGenerator.h>
Public Types | |
typedef TrajectoryStateOnSurface | TSOS |
Public Types inherited from edm::stream::EDProducer<> | |
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 |
Public Member Functions | |
void | beginRun (edm::Run const &, edm::EventSetup const &) override |
CtfSpecialSeedGenerator (const edm::ParameterSet &conf) | |
void | endRun (edm::Run const &, edm::EventSetup const &) override |
void | produce (edm::Event &e, const edm::EventSetup &c) override |
~CtfSpecialSeedGenerator () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
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 |
std::unique_ptr< TrackingRegionProducer > | theRegionProducer |
std::unique_ptr< SeedFromGenericPairOrTriplet > | theSeedBuilder |
edm::ESHandle< TrackerGeometry > | theTracker |
BoundPlane::BoundPlanePointer | upperScintillator |
bool | useScintillatorsConstraint |
Definition at line 40 of file CtfSpecialSeedGenerator.h.
Definition at line 42 of file CtfSpecialSeedGenerator.h.
CtfSpecialSeedGenerator::CtfSpecialSeedGenerator | ( | const edm::ParameterSet & | conf | ) |
Definition at line 18 of file CtfSpecialSeedGenerator.cc.
References conf_, beamerCreator::create(), get, edm::ParameterSet::getParameter(), AlCaHLTBitMon_QueryRunRegistry::string, theGenerators, theRegionProducer, and useScintillatorsConstraint.
|
overridedefault |
|
override |
Definition at line 47 of file CtfSpecialSeedGenerator.cc.
References alongMomentum, newFWLiteAna::build, CosmicGenFilterHelix_cfi::charges, conf_, edm::EventSetup::get(), 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 157 of file CtfSpecialSeedGenerator.cc.
References DeadROC_duringRun::dir, mps_fire::i, convertSQLitetoXML_cfg::output, postCheck(), preliminaryCheck(), InitialStep_cff::seeds, OrderedSeedingHits::size(), theMaxSeeds, and theSeedBuilder.
Referenced by run().
|
override |
|
private |
Definition at line 242 of file CtfSpecialSeedGenerator.cc.
References alongMomentum, PTrajectoryStateOnDet::detId(), TrajectoryStateOnSurface::freeState(), TrackerGeometry::idToDet(), lowerScintillator, oppositeToMomentum, StraightLinePlaneCrossing::position(), fileCollector::seed, GeomDet::surface(), theMagfield, theTracker, trajectoryStateTransform::transientState(), upperScintillator, and useScintillatorsConstraint.
Referenced by buildSeeds().
|
private |
Definition at line 190 of file CtfSpecialSeedGenerator.cc.
References conf_, edm::EventSetup::get(), get, edm::ParameterSet::getParameter(), phase1PixelTopology::layer, TrackerTopology::layer(), nHits, rpcPointValidation_cfi::recHit, SeedingHitSet::size(), and PV3DBase< T, PVType, FrameType >::y().
Referenced by buildSeeds().
|
override |
Definition at line 117 of file CtfSpecialSeedGenerator.cc.
References check, MillePedeFileConverter_cfg::e, MagneticField::inTesla(), PV3DBase< T, PVType, FrameType >::mag(), eostools::move(), convertSQLiteXML::ok, convertSQLitetoXML_cfg::output, requireBOFF, run(), theMagfield, and ClusterChecker::tooManyClusters().
|
private |
Definition at line 136 of file CtfSpecialSeedGenerator.cc.
References buildSeeds(), MillePedeFileConverter_cfg::e, mps_fire::i, convertSQLiteXML::ok, convertSQLitetoXML_cfg::output, theGenerators, theNavDirs, thePropDirs, theRegionProducer, and theSeedBuilder.
Referenced by produce().
|
private |
Definition at line 91 of file CtfSpecialSeedGenerator.h.
Referenced by produce().
|
private |
Definition at line 69 of file CtfSpecialSeedGenerator.h.
Referenced by beginRun(), CtfSpecialSeedGenerator(), and preliminaryCheck().
|
private |
Definition at line 88 of file CtfSpecialSeedGenerator.h.
Referenced by beginRun(), and postCheck().
|
private |
Definition at line 89 of file CtfSpecialSeedGenerator.h.
Referenced by produce().
|
private |
Definition at line 72 of file CtfSpecialSeedGenerator.h.
Referenced by beginRun().
|
private |
Definition at line 80 of file CtfSpecialSeedGenerator.h.
Referenced by CtfSpecialSeedGenerator(), and run().
|
private |
Definition at line 70 of file CtfSpecialSeedGenerator.h.
Referenced by beginRun(), postCheck(), and produce().
|
private |
Definition at line 90 of file CtfSpecialSeedGenerator.h.
Referenced by buildSeeds().
|
private |
Definition at line 82 of file CtfSpecialSeedGenerator.h.
Referenced by beginRun(), and run().
|
private |
Definition at line 81 of file CtfSpecialSeedGenerator.h.
Referenced by beginRun(), and run().
|
private |
Definition at line 83 of file CtfSpecialSeedGenerator.h.
Referenced by CtfSpecialSeedGenerator(), and run().
|
private |
Definition at line 85 of file CtfSpecialSeedGenerator.h.
Referenced by beginRun(), buildSeeds(), endRun(), and run().
|
private |
Definition at line 71 of file CtfSpecialSeedGenerator.h.
Referenced by beginRun(), and postCheck().
|
private |
Definition at line 87 of file CtfSpecialSeedGenerator.h.
Referenced by beginRun(), and postCheck().
|
private |
Definition at line 86 of file CtfSpecialSeedGenerator.h.
Referenced by beginRun(), CtfSpecialSeedGenerator(), and postCheck().