CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Member Functions | Private Attributes
OutsideInMuonSeeder Class Reference
Inheritance diagram for OutsideInMuonSeeder:
edm::stream::EDProducer<> edm::stream::EDProducerBase edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

 OutsideInMuonSeeder (const edm::ParameterSet &iConfig)
 
virtual void produce (edm::Event &iEvent, const edm::EventSetup &iSetup) override
 
virtual ~OutsideInMuonSeeder ()
 
- Public Member Functions inherited from edm::stream::EDProducer<>
 EDProducer ()=default
 
- Public Member Functions inherited from edm::stream::EDProducerBase
 EDProducerBase ()
 
ModuleDescription const & moduleDescription () const
 
virtual ~EDProducerBase ()
 
- Public Member Functions inherited from edm::ProducerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 ProducerBase ()
 
void registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &)
 
std::function< void(BranchDescription
const &)> 
registrationCallback () const
 used by the fwk to register list of products More...
 
virtual ~ProducerBase ()
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
 EDConsumerBase ()
 
ProductHolderIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const
 
std::vector
< ProductHolderIndexAndSkipBit >
const & 
itemsToGetFromEvent () const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesDependentUpon (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &oModuleLabels) const
 
void modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
bool registeredToConsume (ProductHolderIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
void updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &)
 
virtual ~EDConsumerBase ()
 

Private Member Functions

void doDebug (const reco::Track &tk) const
 
int doLayer (const GeometricSearchDet &layer, const TrajectoryStateOnSurface &state, std::vector< TrajectorySeed > &out, const Propagator &muon_propagator, const Propagator &tracker_propagator, const MeasurementTrackerEvent &mte) const
 

Private Attributes

bool debug_
 Dump deug information. More...
 
Plane::PlanePointer dummyPlane_
 Surface used to make a TSOS at the PCA to the beamline. More...
 
double errorRescaling_
 How much to rescale errors from STA. More...
 
edm::ESHandle
< Chi2MeasurementEstimatorBase
estimator_
 
std::string estimatorName_
 
bool fromVertex_
 Do inside-out. More...
 
edm::ESHandle
< GlobalTrackingGeometry
geometry_
 
int hitsToTry_
 How many hits to try on same layer. More...
 
int layersToTry_
 How many layers to try. More...
 
edm::ESHandle< MagneticFieldmagfield_
 
double maxEtaForTOB_
 
std::string measurementTrackerName_
 
edm::EDGetTokenT
< MeasurementTrackerEvent
measurementTrackerTag_
 
double minEtaForTEC_
 
edm::ESHandle< PropagatormuonPropagator_
 
std::string muonPropagatorName_
 
StringCutObjectSelector
< reco::Muon
selector_
 Muon selection. More...
 
edm::EDGetTokenT< edm::View
< reco::Muon > > 
src_
 Labels for input collections. More...
 
edm::ESHandle< PropagatortrackerPropagator_
 
std::string trackerPropagatorName_
 
edm::ESHandle
< TrajectoryStateUpdator
updator_
 
std::string updatorName_
 

Additional Inherited Members

- 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 Types inherited from edm::stream::EDProducerBase
typedef EDProducerAdaptorBase ModuleType
 
- Public Types inherited from edm::ProducerBase
typedef
ProductRegistryHelper::TypeLabelList 
TypeLabelList
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- 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)
 

Detailed Description

Definition at line 44 of file OutsideInMuonSeeder.cc.

Constructor & Destructor Documentation

OutsideInMuonSeeder::OutsideInMuonSeeder ( const edm::ParameterSet iConfig)
explicit

Definition at line 102 of file OutsideInMuonSeeder.cc.

virtual OutsideInMuonSeeder::~OutsideInMuonSeeder ( )
inlinevirtual

Definition at line 47 of file OutsideInMuonSeeder.cc.

Member Function Documentation

void OutsideInMuonSeeder::doDebug ( const reco::Track tk) const
private

Definition at line 265 of file OutsideInMuonSeeder.cc.

int OutsideInMuonSeeder::doLayer ( const GeometricSearchDet layer,
const TrajectoryStateOnSurface state,
std::vector< TrajectorySeed > &  out,
const Propagator muon_propagator,
const Propagator tracker_propagator,
const MeasurementTrackerEvent mte 
) const
private

Definition at line 214 of file OutsideInMuonSeeder.cc.

void OutsideInMuonSeeder::produce ( edm::Event iEvent,
const edm::EventSetup iSetup 
)
overridevirtual

Implements edm::stream::EDProducerBase.

Definition at line 123 of file OutsideInMuonSeeder.cc.

Member Data Documentation

bool OutsideInMuonSeeder::debug_
private

Dump deug information.

Definition at line 87 of file OutsideInMuonSeeder.cc.

Plane::PlanePointer OutsideInMuonSeeder::dummyPlane_
private

Surface used to make a TSOS at the PCA to the beamline.

Definition at line 90 of file OutsideInMuonSeeder.cc.

double OutsideInMuonSeeder::errorRescaling_
private

How much to rescale errors from STA.

Definition at line 68 of file OutsideInMuonSeeder.cc.

edm::ESHandle<Chi2MeasurementEstimatorBase> OutsideInMuonSeeder::estimator_
private

Definition at line 83 of file OutsideInMuonSeeder.cc.

std::string OutsideInMuonSeeder::estimatorName_
private

Definition at line 74 of file OutsideInMuonSeeder.cc.

bool OutsideInMuonSeeder::fromVertex_
private

Do inside-out.

Definition at line 65 of file OutsideInMuonSeeder.cc.

edm::ESHandle<GlobalTrackingGeometry> OutsideInMuonSeeder::geometry_
private

Definition at line 82 of file OutsideInMuonSeeder.cc.

int OutsideInMuonSeeder::hitsToTry_
private

How many hits to try on same layer.

Definition at line 62 of file OutsideInMuonSeeder.cc.

int OutsideInMuonSeeder::layersToTry_
private

How many layers to try.

Definition at line 59 of file OutsideInMuonSeeder.cc.

edm::ESHandle<MagneticField> OutsideInMuonSeeder::magfield_
private

Definition at line 79 of file OutsideInMuonSeeder.cc.

double OutsideInMuonSeeder::maxEtaForTOB_
private

Definition at line 77 of file OutsideInMuonSeeder.cc.

std::string OutsideInMuonSeeder::measurementTrackerName_
private

Definition at line 73 of file OutsideInMuonSeeder.cc.

edm::EDGetTokenT<MeasurementTrackerEvent> OutsideInMuonSeeder::measurementTrackerTag_
private

Definition at line 72 of file OutsideInMuonSeeder.cc.

double OutsideInMuonSeeder::minEtaForTEC_
private

Definition at line 77 of file OutsideInMuonSeeder.cc.

edm::ESHandle<Propagator> OutsideInMuonSeeder::muonPropagator_
private

Definition at line 80 of file OutsideInMuonSeeder.cc.

std::string OutsideInMuonSeeder::muonPropagatorName_
private

Definition at line 71 of file OutsideInMuonSeeder.cc.

StringCutObjectSelector<reco::Muon> OutsideInMuonSeeder::selector_
private

Muon selection.

Definition at line 56 of file OutsideInMuonSeeder.cc.

edm::EDGetTokenT<edm::View<reco::Muon> > OutsideInMuonSeeder::src_
private

Labels for input collections.

Definition at line 53 of file OutsideInMuonSeeder.cc.

edm::ESHandle<Propagator> OutsideInMuonSeeder::trackerPropagator_
private

Definition at line 81 of file OutsideInMuonSeeder.cc.

std::string OutsideInMuonSeeder::trackerPropagatorName_
private

Definition at line 70 of file OutsideInMuonSeeder.cc.

edm::ESHandle<TrajectoryStateUpdator> OutsideInMuonSeeder::updator_
private

Definition at line 84 of file OutsideInMuonSeeder.cc.

std::string OutsideInMuonSeeder::updatorName_
private

Definition at line 75 of file OutsideInMuonSeeder.cc.