#include <RecoTracker/DeDxEstimatorProducer/src/DeDxEstimatorProducer.cc>
Classes | |
class | isEqual |
struct | stModInfo |
Private Member Functions | |
virtual void | beginRun (edm::Run const &run, const edm::EventSetup &) override |
int | getCharge (const SiStripCluster *Cluster, int &Saturating_Strips, const uint32_t &) |
void | MakeCalibrationMap () |
virtual void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
std::string | m_calibrationPath |
BaseDeDxEstimator * | m_estimator |
edm::EDGetTokenT < reco::TrackCollection > | m_tracksTag |
edm::EDGetTokenT < TrajTrackAssociationCollection > | m_trajTrackAssociationTag |
unsigned int | MaxNrStrips |
double | MeVperADCPixel |
double | MeVperADCStrip |
unsigned int | MinTrackHits |
__gnu_cxx::hash_map< unsigned int, stModInfo *, __gnu_cxx::hash< unsigned int >, isEqual > | MODsColl |
bool | shapetest |
bool | useCalibration |
bool | usePixel |
bool | useStrip |
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 |
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::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
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>="">
Definition at line 34 of file DeDxEstimatorProducer.h.
|
explicit |
Definition at line 50 of file DeDxEstimatorProducer.cc.
References edm::ParameterSet::getParameter(), and edm::ParameterSet::getUntrackedParameter().
DeDxEstimatorProducer::~DeDxEstimatorProducer | ( | ) |
Definition at line 82 of file DeDxEstimatorProducer.cc.
|
overrideprivatevirtual |
Reimplemented from edm::stream::EDProducerBase.
Definition at line 88 of file DeDxEstimatorProducer.cc.
References compareJSON::const, DeDxEstimatorProducer::stModInfo::DetId, DeDxEstimatorProducer::stModInfo::Distance, DeDxEstimatorProducer::stModInfo::Gain, edm::EventSetup::get(), i, DeDxEstimatorProducer::stModInfo::Normalization, DetId::rawId(), and DeDxEstimatorProducer::stModInfo::Thickness.
|
private |
Definition at line 282 of file DeDxEstimatorProducer.cc.
References SiStripCluster::amplitudes(), DeDxEstimatorProducer::stModInfo::Gain, and i.
|
private |
Definition at line 254 of file DeDxEstimatorProducer.cc.
References DeDxEstimatorProducer::stModInfo::Gain.
|
overrideprivatevirtual |
Implements edm::stream::EDProducerBase.
Definition at line 128 of file DeDxEstimatorProducer.cc.
References funct::abs(), DeDxTools::RawHits::angleCosine, edm::AssociationMap< Tag >::begin(), DeDxTools::RawHits::charge, DeDxDiscriminatorTools::charge(), edm::AssociationMap< edm::OneToOne< std::vector< Trajectory >, reco::TrackCollection, unsigned short > >::const_iterator, DeDxTools::RawHits::detId, DeDxEstimatorProducer::stModInfo::Distance, edm::AssociationMap< Tag >::end(), edm::helper::Filler< Map >::fill(), edm::Event::getByToken(), DeDxTools::GetCluster(), i, edm::helper::Filler< Map >::insert(), TrajectoryStateOnSurface::isValid(), j, edm::Ref< C, T, F >::key(), TrajectoryStateOnSurface::localDirection(), PV3DBase< T, PVType, FrameType >::mag(), n, DeDxEstimatorProducer::stModInfo::Normalization, DeDxTools::RawHits::NSaturating, edm::Handle< T >::product(), edm::Event::put(), DeDxTools::shapeSelection(), edm::AssociationMap< Tag >::size(), python.multivaluedict::sort(), DeDxEstimatorProducer::stModInfo::Thickness, DeDxTools::RawHits::trajectoryMeasurement, and PV3DBase< T, PVType, FrameType >::z().
|
private |
Definition at line 64 of file DeDxEstimatorProducer.h.
|
private |
Definition at line 51 of file DeDxEstimatorProducer.h.
|
private |
Definition at line 54 of file DeDxEstimatorProducer.h.
|
private |
Definition at line 53 of file DeDxEstimatorProducer.h.
|
private |
Definition at line 61 of file DeDxEstimatorProducer.h.
|
private |
Definition at line 58 of file DeDxEstimatorProducer.h.
|
private |
Definition at line 59 of file DeDxEstimatorProducer.h.
|
private |
Definition at line 62 of file DeDxEstimatorProducer.h.
|
private |
Definition at line 76 of file DeDxEstimatorProducer.h.
|
private |
Definition at line 66 of file DeDxEstimatorProducer.h.
|
private |
Definition at line 65 of file DeDxEstimatorProducer.h.
|
private |
Definition at line 56 of file DeDxEstimatorProducer.h.
|
private |
Definition at line 57 of file DeDxEstimatorProducer.h.