#include <CtfSpecialSeedGenerator.h>
Public Types | |
typedef TrajectoryStateOnSurface | TSOS |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
typedef WorkerT< EDProducer > | WorkerType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Member Functions | |
virtual void | beginRun (edm::Run &, edm::EventSetup const &) |
CtfSpecialSeedGenerator (const edm::ParameterSet &conf) | |
virtual void | endRun (edm::Run &, edm::EventSetup const &) |
virtual void | produce (edm::Event &e, const edm::EventSetup &c) |
virtual | ~CtfSpecialSeedGenerator () |
Public Member Functions inherited from edm::EDProducer | |
EDProducer () | |
virtual | ~EDProducer () |
Public Member Functions inherited from edm::ProducerBase | |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
boost::function< void(const BranchDescription &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
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) |
bool | run (const edm::EventSetup &c, const edm::Event &e, TrajectorySeedCollection &output) |
Private Attributes | |
edm::ParameterSet | conf_ |
BoundPlane::BoundPlanePointer | lowerScintillator |
bool | requireBOFF |
edm::ESHandle < TransientTrackingRecHitBuilder > | theBuilder |
std::vector < 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::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDProducer | |
CurrentProcessingContext const * | currentContext () const |
Protected Member Functions inherited from edm::ProducerBase | |
template<class TProducer , class TMethod > | |
void | callWhenNewProductsRegistered (TProducer *iProd, TMethod iMethod) |
Definition at line 39 of file CtfSpecialSeedGenerator.h.
Definition at line 42 of file CtfSpecialSeedGenerator.h.
CtfSpecialSeedGenerator::CtfSpecialSeedGenerator | ( | const edm::ParameterSet & | conf | ) |
Definition at line 21 of file CtfSpecialSeedGenerator.cc.
References conf_, edm::ParameterSet::getParameter(), theRegionProducer, theSeedBuilder, and useScintillatorsConstraint.
|
virtual |
Definition at line 33 of file CtfSpecialSeedGenerator.cc.
|
virtual |
Reimplemented from edm::EDProducer.
Definition at line 46 of file CtfSpecialSeedGenerator.cc.
References alongMomentum, BoundPlane::build(), conf_, SurfaceDeformationFactory::create(), edm::EventSetup::get(), reco::get(), edm::ParameterSet::getParameter(), insideOut, lowerScintillator, oppositeToMomentum, outsideIn, AlCaHLTBitMon_ParallelJobs::p, edm::ESHandle< class >::product(), makeMuonMisalignmentScenario::rot, SeedFromGenericPairOrTriplet::setMomentumTo(), theBuilder, theGenerators, theMagfield, theNavDirs, thePropDirs, theRegionProducer, theSeedBuilder, theTracker, upperScintillator, useScintillatorsConstraint, PV3DBase< T, PVType, FrameType >::x(), PV3DBase< T, PVType, FrameType >::y(), and PV3DBase< T, PVType, FrameType >::z().
|
private |
Definition at line 192 of file CtfSpecialSeedGenerator.cc.
References i, postCheck(), preliminaryCheck(), SeedFromGenericPairOrTriplet::seed(), OrderedSeedingHits::size(), theMaxSeeds, and theSeedBuilder.
Referenced by run().
|
virtual |
Reimplemented from edm::EDProducer.
Definition at line 36 of file CtfSpecialSeedGenerator.cc.
References theGenerators, theRegionProducer, and theSeedBuilder.
|
private |
Definition at line 282 of file CtfSpecialSeedGenerator.cc.
References alongMomentum, PTrajectoryStateOnDet::detId(), TrajectoryStateOnSurface::freeState(), lowerScintillator, oppositeToMomentum, StraightLinePlaneCrossing::position(), TrajectorySeed::startingState(), evf::utils::state, theMagfield, theTracker, trajectoryStateTransform::transientState(), upperScintillator, and useScintillatorsConstraint.
Referenced by buildSeeds().
|
private |
Definition at line 225 of file CtfSpecialSeedGenerator.cc.
References conf_, edm::ParameterSet::getParameter(), TOBDetId::layer(), TIBDetId::layer(), SeedingHitSet::size(), StripSubdetector::TEC, theBuilder, StripSubdetector::TIB, StripSubdetector::TID, StripSubdetector::TOB, TIDDetId::wheel(), TECDetId::wheel(), and PV3DBase< T, PVType, FrameType >::y().
Referenced by buildSeeds().
|
virtual |
Implements edm::EDProducer.
Definition at line 143 of file CtfSpecialSeedGenerator.cc.
References CastorDataFrameFilter_impl::check(), conf_, convertSQLiteXML::ok, convertSQLitetoXML_cfg::output, edm::Event::put(), requireBOFF, run(), theMagfield, and ClusterChecker::tooManyClusters().
|
private |
Definition at line 163 of file CtfSpecialSeedGenerator.cc.
References buildSeeds(), 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 73 of file CtfSpecialSeedGenerator.h.
Referenced by beginRun(), CtfSpecialSeedGenerator(), preliminaryCheck(), and produce().
|
private |
Definition at line 92 of file CtfSpecialSeedGenerator.h.
Referenced by beginRun(), and postCheck().
|
private |
Definition at line 93 of file CtfSpecialSeedGenerator.h.
Referenced by produce().
|
private |
Definition at line 76 of file CtfSpecialSeedGenerator.h.
Referenced by beginRun(), and preliminaryCheck().
|
private |
Definition at line 84 of file CtfSpecialSeedGenerator.h.
Referenced by beginRun(), endRun(), and run().
|
private |
Definition at line 74 of file CtfSpecialSeedGenerator.h.
Referenced by beginRun(), postCheck(), and produce().
|
private |
Definition at line 94 of file CtfSpecialSeedGenerator.h.
Referenced by buildSeeds().
|
private |
Definition at line 86 of file CtfSpecialSeedGenerator.h.
Referenced by beginRun(), and run().
|
private |
Definition at line 85 of file CtfSpecialSeedGenerator.h.
Referenced by beginRun(), and run().
|
private |
Definition at line 87 of file CtfSpecialSeedGenerator.h.
Referenced by beginRun(), CtfSpecialSeedGenerator(), endRun(), and run().
|
private |
Definition at line 89 of file CtfSpecialSeedGenerator.h.
Referenced by beginRun(), buildSeeds(), CtfSpecialSeedGenerator(), endRun(), and run().
|
private |
Definition at line 75 of file CtfSpecialSeedGenerator.h.
Referenced by beginRun(), and postCheck().
|
private |
Definition at line 91 of file CtfSpecialSeedGenerator.h.
Referenced by beginRun(), and postCheck().
|
private |
Definition at line 90 of file CtfSpecialSeedGenerator.h.
Referenced by beginRun(), CtfSpecialSeedGenerator(), and postCheck().