#include <FastSimulation/MuonSimHitProducer/src/MuonSimHitProducer.cc>
Public Member Functions | |
MuonSimHitProducer (const edm::ParameterSet &) | |
~MuonSimHitProducer () | |
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< ConsumesInfo > | consumesInfo () 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 | applyMaterialEffects (TrajectoryStateOnSurface &tsosWithdEdx, TrajectoryStateOnSurface &tsos, double radPath, RandomEngineAndDistribution const *) |
Simulate material effects in iron (dE/dx, multiple scattering) More... | |
virtual void | beginRun (edm::Run const &run, const edm::EventSetup &es) override |
virtual void | produce (edm::Event &, const edm::EventSetup &) override |
void | readParameters (const edm::ParameterSet &, const edm::ParameterSet &, const edm::ParameterSet &) |
Private Attributes | |
const CSCGeometry * | cscGeom |
bool | doGL_ |
bool | doL1_ |
bool | doL3_ |
const DTGeometry * | dtGeom |
double | fCSC |
double | fDT |
bool | fullPattern_ |
double | kCSC |
double | kDT |
const MagneticField * | magfield |
const Propagator * | propagatorWithMaterial |
Propagator * | propagatorWithoutMaterial |
const RPCGeometry * | rpcGeom |
edm::InputTag | simMuonLabel |
edm::EDGetTokenT< std::vector < SimTrack > > | simMuonToken |
edm::InputTag | simVertexLabel |
edm::EDGetTokenT< std::vector < SimVertex > > | simVertexToken |
Chi2MeasurementEstimator | theEstimator |
MaterialEffects * | theMaterialEffects |
MuonServiceProxy * | theService |
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) |
Description: <one line="" class="" summary>="">
Implementation: <Notes on="" implementation>="">
Description: Fast simulation producer of Muon Sim Hits (to be used for realistic Muon reconstruction)
Implementation: <Notes on="" implementation>="">
Definition at line 58 of file MuonSimHitProducer.h.
|
explicit |
Definition at line 80 of file MuonSimHitProducer.cc.
MuonSimHitProducer::~MuonSimHitProducer | ( | ) |
Definition at line 138 of file MuonSimHitProducer.cc.
|
private |
Simulate material effects in iron (dE/dx, multiple scattering)
Definition at line 573 of file MuonSimHitProducer.cc.
|
overrideprivatevirtual |
Reimplemented from edm::stream::EDProducerBase.
Definition at line 109 of file MuonSimHitProducer.cc.
|
overrideprivatevirtual |
Implements edm::stream::EDProducerBase.
Definition at line 155 of file MuonSimHitProducer.cc.
Referenced by JSONExport.JsonExport::export().
|
private |
Definition at line 535 of file MuonSimHitProducer.cc.
|
private |
Definition at line 71 of file MuonSimHitProducer.h.
|
private |
Definition at line 99 of file MuonSimHitProducer.h.
|
private |
Definition at line 99 of file MuonSimHitProducer.h.
|
private |
Definition at line 99 of file MuonSimHitProducer.h.
|
private |
Definition at line 70 of file MuonSimHitProducer.h.
|
private |
Definition at line 88 of file MuonSimHitProducer.h.
|
private |
Definition at line 86 of file MuonSimHitProducer.h.
|
private |
Definition at line 98 of file MuonSimHitProducer.h.
|
private |
Definition at line 87 of file MuonSimHitProducer.h.
|
private |
Definition at line 85 of file MuonSimHitProducer.h.
|
private |
Definition at line 69 of file MuonSimHitProducer.h.
|
private |
Definition at line 73 of file MuonSimHitProducer.h.
|
private |
Definition at line 74 of file MuonSimHitProducer.h.
|
private |
Definition at line 72 of file MuonSimHitProducer.h.
|
private |
Definition at line 102 of file MuonSimHitProducer.h.
|
private |
Definition at line 106 of file MuonSimHitProducer.h.
|
private |
Definition at line 103 of file MuonSimHitProducer.h.
|
private |
Definition at line 107 of file MuonSimHitProducer.h.
|
private |
Definition at line 67 of file MuonSimHitProducer.h.
|
private |
Definition at line 76 of file MuonSimHitProducer.h.
|
private |
Definition at line 66 of file MuonSimHitProducer.h.