#include <SiStripMonitorTrack.h>
Classes | |
struct | Det2MEs |
struct | LayerMEs |
struct | ModMEs |
struct | RingMEs |
struct | SubDetMEs |
Public Types | |
typedef TrackingRecHit::ConstRecHitPointer | ConstRecHitPointer |
enum | RecHitType { Single =0, Matched =1, Projected =2, Null =3 } |
Public Types inherited from edm::stream::EDAnalyzer< edm::RunSummaryCache< dqmDetails::NoCache >, edm::LuminosityBlockSummaryCache< dqmDetails::NoCache > > | |
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::EDAnalyzerBase | |
typedef EDAnalyzerAdaptorBase | ModuleType |
Private Types | |
enum | ClusterFlags { OffTrack, OnTrack } |
Private Member Functions | |
void | AllClusters (const edm::Event &ev, const edm::EventSetup &es) |
void | book (DQMStore::IBooker &, const TrackerTopology *tTopo) |
void | bookLayerMEs (DQMStore::IBooker &, const uint32_t, std::string &) |
MonitorElement * | bookME1D (DQMStore::IBooker &, const char *, const char *) |
MonitorElement * | bookME2D (DQMStore::IBooker &, const char *, const char *) |
MonitorElement * | bookME3D (DQMStore::IBooker &, const char *, const char *) |
MonitorElement * | bookMEProfile (DQMStore::IBooker &, const char *, const char *) |
MonitorElement * | bookMETrend (DQMStore::IBooker &, const char *) |
void | bookModMEs (DQMStore::IBooker &, const uint32_t) |
void | bookRing (DQMStore::IBooker &, const uint32_t, std::string &) |
void | bookRingMEs (DQMStore::IBooker &, const uint32_t, std::string &) |
void | bookSubDetMEs (DQMStore::IBooker &, std::string &name) |
bool | clusterInfos (SiStripClusterInfo *cluster, const uint32_t detid, enum ClusterFlags flags, LocalVector LV, const Det2MEs &MEs) |
void | fillME (MonitorElement *ME, float value1) |
void | fillME (MonitorElement *ME, float value1, float value2) |
void | fillME (MonitorElement *ME, float value1, float value2, float value3) |
void | fillME (MonitorElement *ME, float value1, float value2, float value3, float value4) |
void | fillMEs (SiStripClusterInfo *, const uint32_t detid, float, enum ClusterFlags, const LocalVector LV, const Det2MEs &MEs) |
void | fillModMEs (SiStripClusterInfo *cluster, std::string name, float cos, const uint32_t detid, const LocalVector LV) |
Det2MEs | findMEs (const TrackerTopology *tTopo, const uint32_t detid) |
MonitorElement * | handleBookMEs (DQMStore::IBooker &, std::string &, std::string &, std::string &, std::string &) |
void | hitStudy (const edm::EventSetup &es, const ProjectedSiStripRecHit2D *projhit, const SiStripMatchedRecHit2D *matchedhit, const SiStripRecHit2D *hit2D, const SiStripRecHit1D *hit1D, LocalVector localMomentum) |
template<class T > | |
void | RecHitInfo (const T *tkrecHit, LocalVector LV, const edm::EventSetup &) |
void | trackStudy (const edm::Event &ev, const edm::EventSetup &es) |
void | trackStudyFromTrack (edm::Handle< reco::TrackCollection > trackCollectionHandle, const edm::EventSetup &es) |
void | trackStudyFromTrajectory (edm::Handle< TrajTrackAssociationCollection > TItkAssociatorCollection, const edm::EventSetup &es) |
void | trajectoryStudy (const edm::Ref< std::vector< Trajectory > > traj, const edm::EventSetup &es) |
Additional Inherited Members | |
Static Public Member Functions inherited from DQMEDAnalyzer | |
static std::shared_ptr < dqmDetails::NoCache > | globalBeginLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, LuminosityBlockContext const *) |
static std::shared_ptr < dqmDetails::NoCache > | globalBeginRunSummary (edm::Run const &, edm::EventSetup const &, RunContext const *) |
static void | globalEndLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, LuminosityBlockContext const *, dqmDetails::NoCache *) |
static void | globalEndRunSummary (edm::Run const &, edm::EventSetup const &, RunContext const *, dqmDetails::NoCache *) |
Static Public Member Functions inherited from edm::stream::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::stream::EDAnalyzerBase | |
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) |
Definition at line 61 of file SiStripMonitorTrack.h.
Definition at line 63 of file SiStripMonitorTrack.h.
|
private |
|
explicit |
Definition at line 24 of file SiStripMonitorTrack.cc.
References applyClusterQuality_, Cluster_src_, clusterToken_, conf_, edm::EDConsumerBase::consumesCollector(), dcsStatus_, edm::ParameterSet::getParameter(), HLT_25ns14e33_v1_cff::InputTag, Mod_On_, sToNLowerLimit_, sToNUpperLimit_, AlCaHLTBitMon_QueryRunRegistry::string, TkHistoMap_On_, topFolderName_, TrackLabel_, TrackProducer_, trackToken_, trackTrajToken_, Trend_On_, widthLowerLimit_, and widthUpperLimit_.
SiStripMonitorTrack::~SiStripMonitorTrack | ( | ) |
Definition at line 60 of file SiStripMonitorTrack.cc.
References dcsStatus_, and genTriggerEventFlag_.
|
private |
Definition at line 891 of file SiStripMonitorTrack.cc.
References clusterInfos(), clusterToken_, cond::rpcobgas::detid, findMEs(), edm::EventSetup::get(), edm::Event::getByToken(), edm::HandleBase::isValid(), LogDebug, OffTrack, edm::ESHandle< class >::product(), and vPSiStripCluster.
Referenced by analyze().
|
virtual |
Implements edm::stream::EDAnalyzerBase.
Definition at line 89 of file SiStripMonitorTrack.cc.
References GenericTriggerEventFlag::accept(), AllClusters(), dcsStatus_, edm::EventID::event(), eventNb, fillME(), genTriggerEventFlag_, SiStripDCSStatus::getStatus(), edm::EventBase::id(), iLumisection, LogDebug, SiStripMonitorTrack::SubDetMEs::nClustersOffTrack, SiStripMonitorTrack::SubDetMEs::nClustersOnTrack, SiStripMonitorTrack::SubDetMEs::nClustersTrendOffTrack, SiStripMonitorTrack::SubDetMEs::nClustersTrendOnTrack, GenericTriggerEventFlag::on(), edm::EventBase::orbitNumber(), edm::EventID::run(), SubDetMEsMap, SiStripMonitorTrack::SubDetMEs::totNClustersOffTrack, SiStripMonitorTrack::SubDetMEs::totNClustersOnTrack, trackStudy(), Trend_On_, and vPSiStripCluster.
|
private |
Definition at line 137 of file SiStripMonitorTrack.cc.
References bookLayerMEs(), bookModMEs(), bookRingMEs(), bookSubDetMEs(), cond::rpcobgas::detid, SiStripFolderOrganizer::GetSubDetAndLayer(), SiStripFolderOrganizer::getSubDetFolderAndTag(), SiStripHistoId::getSubdetid(), LayerMEsMap, Mod_On_, mergeVDriftHistosByStation::name, alignCSCRings::ring_id, RingMEsMap, DQMStore::IBooker::setCurrentFolder(), SiStripFolderOrganizer::setDetectorFolder(), SiStripFolderOrganizer::setLayerFolder(), SiStripFolderOrganizer::setSiStripFolderName(), SiStripDetCabling_, AlCaHLTBitMon_QueryRunRegistry::string, SubDetMEsMap, tkhisto_NumOffTrack, tkhisto_NumOnTrack, tkhisto_StoNCorrOnTrack, TkHistoMap_On_, and topFolderName_.
Referenced by bookHistograms().
|
overridevirtual |
Implements DQMEDAnalyzer.
Definition at line 79 of file SiStripMonitorTrack.cc.
References book(), edm::EventSetup::get(), and edm::ESHandle< class >::product().
|
private |
Definition at line 274 of file SiStripMonitorTrack.cc.
References DQMStore::IBooker::book1D(), SiStripMonitorTrack::LayerMEs::ClusterChargeCorrOnTrack, SiStripMonitorTrack::LayerMEs::ClusterChargeOffTrack, SiStripMonitorTrack::LayerMEs::ClusterChargeOnTrack, SiStripMonitorTrack::LayerMEs::ClusterChargePerCMfromOriginOffTrack, SiStripMonitorTrack::LayerMEs::ClusterChargePerCMfromOriginOnTrack, SiStripMonitorTrack::LayerMEs::ClusterChargePerCMfromTrack, SiStripMonitorTrack::LayerMEs::ClusterNoiseOffTrack, SiStripMonitorTrack::LayerMEs::ClusterNoiseOnTrack, SiStripMonitorTrack::LayerMEs::ClusterPosOffTrack, SiStripMonitorTrack::LayerMEs::ClusterPosOnTrack, SiStripMonitorTrack::LayerMEs::ClusterStoNCorrOnTrack, SiStripMonitorTrack::LayerMEs::ClusterWidthOffTrack, SiStripMonitorTrack::LayerMEs::ClusterWidthOnTrack, SiStripHistoId::createHistoLayer(), handleBookMEs(), LayerMEsMap, mergeVDriftHistosByStation::name, SiStripDetCabling_, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by book().
|
private |
Definition at line 514 of file SiStripMonitorTrack.cc.
References DQMStore::IBooker::book1D(), conf_, and edm::ParameterSet::getParameter().
Referenced by bookModMEs(), bookSubDetMEs(), and handleBookMEs().
|
private |
Definition at line 525 of file SiStripMonitorTrack.cc.
References DQMStore::IBooker::book2D(), conf_, and edm::ParameterSet::getParameter().
|
private |
Definition at line 539 of file SiStripMonitorTrack.cc.
References DQMStore::IBooker::book3D(), conf_, and edm::ParameterSet::getParameter().
|
private |
Definition at line 556 of file SiStripMonitorTrack.cc.
References DQMStore::IBooker::bookProfile(), conf_, and edm::ParameterSet::getParameter().
Referenced by bookModMEs().
|
private |
Definition at line 570 of file SiStripMonitorTrack.cc.
References DQMStore::IBooker::bookProfile(), conf_, MonitorElement::DQM_KIND_TPROFILE, edm::ParameterSet::getParameter(), and MonitorElement::getTH1().
Referenced by bookSubDetMEs().
|
private |
Definition at line 207 of file SiStripMonitorTrack.cc.
References DQMStore::IBooker::book1D(), bookME1D(), bookMEProfile(), SiStripMonitorTrack::ModMEs::ClusterCharge, SiStripMonitorTrack::ModMEs::ClusterChargeCorr, SiStripMonitorTrack::ModMEs::ClusterChargePerCMfromOrigin, SiStripMonitorTrack::ModMEs::ClusterChargePerCMfromTrack, SiStripMonitorTrack::ModMEs::ClusterPGV, SiStripMonitorTrack::ModMEs::ClusterPos, SiStripMonitorTrack::ModMEs::ClusterStoNCorr, SiStripMonitorTrack::ModMEs::ClusterWidth, SiStripHistoId::createHistoId(), ModMEsMap, mergeVDriftHistosByStation::name, SiStripDetCabling_, AlCaHLTBitMon_QueryRunRegistry::string, and DQMStore::IBooker::tag().
Referenced by book().
|
private |
|
private |
Definition at line 362 of file SiStripMonitorTrack.cc.
References SiStripMonitorTrack::RingMEs::ClusterChargeCorrOnTrack, SiStripMonitorTrack::RingMEs::ClusterChargeOffTrack, SiStripMonitorTrack::RingMEs::ClusterChargeOnTrack, SiStripMonitorTrack::RingMEs::ClusterChargePerCMfromOriginOffTrack, SiStripMonitorTrack::RingMEs::ClusterChargePerCMfromOriginOnTrack, SiStripMonitorTrack::RingMEs::ClusterChargePerCMfromTrack, SiStripMonitorTrack::RingMEs::ClusterNoiseOffTrack, SiStripMonitorTrack::RingMEs::ClusterNoiseOnTrack, SiStripMonitorTrack::RingMEs::ClusterStoNCorrOnTrack, SiStripMonitorTrack::RingMEs::ClusterWidthOffTrack, SiStripMonitorTrack::RingMEs::ClusterWidthOnTrack, SiStripHistoId::createHistoLayer(), handleBookMEs(), mergeVDriftHistosByStation::name, alignCSCRings::ring_id, RingMEsMap, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by book().
|
private |
Definition at line 441 of file SiStripMonitorTrack.cc.
References bookME1D(), bookMETrend(), SiStripMonitorTrack::SubDetMEs::ClusterChargeOffTrack, SiStripMonitorTrack::SubDetMEs::ClusterChargeOnTrack, SiStripMonitorTrack::SubDetMEs::ClusterChargePerCMfromOriginOffTrack, SiStripMonitorTrack::SubDetMEs::ClusterChargePerCMfromOriginOnTrack, SiStripMonitorTrack::SubDetMEs::ClusterChargePerCMfromTrack, SiStripMonitorTrack::SubDetMEs::ClusterStoNCorrOnTrack, SiStripMonitorTrack::SubDetMEs::ClusterStoNOffTrack, MonitorElement::getTH1(), mergeVDriftHistosByStation::name, SiStripMonitorTrack::SubDetMEs::nClustersOffTrack, SiStripMonitorTrack::SubDetMEs::nClustersOnTrack, SiStripMonitorTrack::SubDetMEs::nClustersTrendOffTrack, SiStripMonitorTrack::SubDetMEs::nClustersTrendOnTrack, AlCaHLTBitMon_QueryRunRegistry::string, xuti::subdet_tag(), SubDetMEsMap, SiStripMonitorTrack::SubDetMEs::totNClustersOffTrack, SiStripMonitorTrack::SubDetMEs::totNClustersOnTrack, and Trend_On_.
Referenced by book().
|
private |
Definition at line 964 of file SiStripMonitorTrack.cc.
References TkHistoMap::add(), applyClusterQuality_, SiStripClusterInfo::charge(), SiStripHistoId::createHistoId(), SiStripClusterInfo::detId(), eventNb, TkHistoMap::fill(), fillMEs(), fillModMEs(), SiStripMonitorTrack::Det2MEs::iSubdet, LogDebug, PV3DBase< T, PVType, FrameType >::mag(), Mod_On_, mergeVDriftHistosByStation::name, HLT_25ns14e33_v1_cff::noise, SiStripClusterInfo::noiseRescaledByGain(), NULL, OffTrack, OnTrack, SiStripClusterInfo::signalOverNoise(), sToNLowerLimit_, sToNUpperLimit_, AlCaHLTBitMon_QueryRunRegistry::string, tkhisto_NumOffTrack, tkhisto_NumOnTrack, tkhisto_StoNCorrOnTrack, TkHistoMap_On_, SiStripMonitorTrack::SubDetMEs::totNClustersOffTrack, SiStripMonitorTrack::SubDetMEs::totNClustersOnTrack, SiStripClusterInfo::width(), widthLowerLimit_, widthUpperLimit_, PV3DBase< T, PVType, FrameType >::x(), PV3DBase< T, PVType, FrameType >::y(), and PV3DBase< T, PVType, FrameType >::z().
Referenced by AllClusters(), and RecHitInfo().
|
virtual |
Reimplemented from DQMEDAnalyzer.
Definition at line 66 of file SiStripMonitorTrack.cc.
References genTriggerEventFlag_, edm::EventSetup::get(), GenericTriggerEventFlag::initRun(), LogDebug, GenericTriggerEventFlag::on(), SiStripDetCabling_, and tkgeom_.
|
inlineprivate |
Definition at line 112 of file SiStripMonitorTrack.h.
References MonitorElement::Fill().
Referenced by analyze(), fillMEs(), and fillModMEs().
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
private |
Definition at line 1070 of file SiStripMonitorTrack.cc.
References SiStripClusterInfo::baryStrip(), SiStripClusterInfo::charge(), siStripClusterTools::chargePerCM(), SiStripMonitorTrack::LayerMEs::ClusterChargeCorrOnTrack, SiStripMonitorTrack::RingMEs::ClusterChargeCorrOnTrack, SiStripMonitorTrack::LayerMEs::ClusterChargeOffTrack, SiStripMonitorTrack::RingMEs::ClusterChargeOffTrack, SiStripMonitorTrack::SubDetMEs::ClusterChargeOffTrack, SiStripMonitorTrack::LayerMEs::ClusterChargeOnTrack, SiStripMonitorTrack::RingMEs::ClusterChargeOnTrack, SiStripMonitorTrack::SubDetMEs::ClusterChargeOnTrack, SiStripMonitorTrack::LayerMEs::ClusterChargePerCMfromOriginOffTrack, SiStripMonitorTrack::RingMEs::ClusterChargePerCMfromOriginOffTrack, SiStripMonitorTrack::SubDetMEs::ClusterChargePerCMfromOriginOffTrack, SiStripMonitorTrack::LayerMEs::ClusterChargePerCMfromOriginOnTrack, SiStripMonitorTrack::RingMEs::ClusterChargePerCMfromOriginOnTrack, SiStripMonitorTrack::SubDetMEs::ClusterChargePerCMfromOriginOnTrack, SiStripMonitorTrack::LayerMEs::ClusterChargePerCMfromTrack, SiStripMonitorTrack::RingMEs::ClusterChargePerCMfromTrack, SiStripMonitorTrack::SubDetMEs::ClusterChargePerCMfromTrack, SiStripMonitorTrack::LayerMEs::ClusterNoiseOffTrack, SiStripMonitorTrack::RingMEs::ClusterNoiseOffTrack, SiStripMonitorTrack::LayerMEs::ClusterNoiseOnTrack, SiStripMonitorTrack::RingMEs::ClusterNoiseOnTrack, SiStripMonitorTrack::LayerMEs::ClusterPosOffTrack, SiStripMonitorTrack::LayerMEs::ClusterPosOnTrack, SiStripMonitorTrack::LayerMEs::ClusterStoNCorrOnTrack, SiStripMonitorTrack::RingMEs::ClusterStoNCorrOnTrack, SiStripMonitorTrack::SubDetMEs::ClusterStoNCorrOnTrack, SiStripMonitorTrack::SubDetMEs::ClusterStoNOffTrack, SiStripMonitorTrack::LayerMEs::ClusterWidthOffTrack, SiStripMonitorTrack::RingMEs::ClusterWidthOffTrack, SiStripMonitorTrack::LayerMEs::ClusterWidthOnTrack, SiStripMonitorTrack::RingMEs::ClusterWidthOnTrack, eventNb, fillME(), SiStripMonitorTrack::Det2MEs::iLayer, SiStripMonitorTrack::Det2MEs::iRing, SiStripMonitorTrack::Det2MEs::iSubdet, LogDebug, HLT_25ns14e33_v1_cff::noise, SiStripClusterInfo::noiseRescaledByGain(), OnTrack, position, SiStripClusterInfo::signalOverNoise(), tkgeom_, GeomDet::toLocal(), SiStripClusterInfo::width(), create_public_lumi_plots::width, PV3DBase< T, PVType, FrameType >::x(), PV3DBase< T, PVType, FrameType >::y(), and PV3DBase< T, PVType, FrameType >::z().
Referenced by clusterInfos().
|
private |
Definition at line 1022 of file SiStripMonitorTrack.cc.
References SiStripClusterInfo::baryStrip(), SiStripClusterInfo::charge(), siStripClusterTools::chargePerCM(), conf_, eventNb, fillME(), edm::ParameterSet::getParameter(), i, LogDebug, SiStripClusterInfo::maxCharge(), SiStripClusterInfo::maxIndex(), ModMEsMap, HLT_25ns14e33_v1_cff::noise, SiStripClusterInfo::noiseRescaledByGain(), position, SiStripClusterInfo::signalOverNoise(), SiStripClusterInfo::stripCharges(), tkgeom_, GeomDet::toLocal(), SiStripClusterInfo::width(), create_public_lumi_plots::width, PV3DBase< T, PVType, FrameType >::x(), PV3DBase< T, PVType, FrameType >::y(), and PV3DBase< T, PVType, FrameType >::z().
Referenced by clusterInfos().
|
private |
Definition at line 933 of file SiStripMonitorTrack.cc.
References folderOrganizer_, SiStripFolderOrganizer::getSubDetFolderAndTag(), SiStripHistoId::getSubdetid(), SiStripMonitorTrack::Det2MEs::iLayer, SiStripMonitorTrack::Det2MEs::iRing, SiStripMonitorTrack::Det2MEs::iSubdet, LayerMEsMap, alignCSCRings::ring_id, RingMEsMap, AlCaHLTBitMon_QueryRunRegistry::string, and SubDetMEsMap.
Referenced by AllClusters(), and RecHitInfo().
|
private |
Definition at line 254 of file SiStripMonitorTrack.cc.
References bookME1D(), conf_, spr::find(), edm::ParameterSet::getParameter(), and NULL.
Referenced by bookLayerMEs(), and bookRingMEs().
|
private |
Definition at line 665 of file SiStripMonitorTrack.cc.
References TrackingRecHit::geographicalId(), LogDebug, LogTrace, contentValuesFiles::m, PV3DBase< T, PVType, FrameType >::mag(), GluedGeomDet::monoDet(), SiStripMatchedRecHit2D::monoHit(), ProjectedSiStripRecHit2D::originalHit(), DetId::rawId(), alignCSCRings::s, GluedGeomDet::stereoDet(), SiStripMatchedRecHit2D::stereoHit(), tkgeom_, GeomDet::toGlobal(), GeomDet::toLocal(), PV3DBase< T, PVType, FrameType >::x(), and PV3DBase< T, PVType, FrameType >::z().
Referenced by trackStudyFromTrack().
|
private |
Definition at line 852 of file SiStripMonitorTrack.cc.
References clusterInfos(), cond::rpcobgas::detid, findMEs(), edm::EventSetup::get(), LogTrace, NULL, OnTrack, edm::ESHandle< class >::product(), tkgeom_, vPSiStripCluster, PV3DBase< T, PVType, FrameType >::x(), PV3DBase< T, PVType, FrameType >::y(), and PV3DBase< T, PVType, FrameType >::z().
|
private |
Definition at line 729 of file SiStripMonitorTrack.cc.
References edm::Event::getByToken(), edm::HandleBase::isValid(), dt_dqm_sourceclient_common_cff::reco, TrackLabel_, trackStudyFromTrack(), trackStudyFromTrajectory(), trackToken_, and trackTrajToken_.
Referenced by analyze().
|
private |
Definition at line 759 of file SiStripMonitorTrack.cc.
References DetId::det(), reco::HitPattern::getHitPattern(), reco::HitPattern::hitPattern, hitStudy(), i, reco::HitPattern::numberOfHits(), reco::HitPattern::pixelBarrelHitFilter(), reco::HitPattern::TRACK_HITS, HLT_50ns_5e33_v1_cff::trackCollection, DetId::Tracker, and reco::HitPattern::validHitFilter().
Referenced by trackStudy().
|
private |
Definition at line 826 of file SiStripMonitorTrack.cc.
References edm::AssociationMap< edm::OneToOne< std::vector< Trajectory >, reco::TrackCollection, unsigned short > >::const_iterator, i, edm::Ref< C, T, F >::key(), LogDebug, and trajectoryStudy().
Referenced by trackStudy().
|
private |
Definition at line 586 of file SiStripMonitorTrack.cc.
References TrackingRecHit::geographicalId(), TrajectoryStateOnSurface::localMomentum(), LogDebug, LogTrace, contentValuesFiles::m, PV3DBase< T, PVType, FrameType >::mag(), GluedGeomDet::monoDet(), SiStripMatchedRecHit2D::monoHit(), ProjectedSiStripRecHit2D::originalHit(), DetId::rawId(), alignCSCRings::s, GluedGeomDet::stereoDet(), SiStripMatchedRecHit2D::stereoHit(), tkgeom_, GeomDet::toGlobal(), GeomDet::toLocal(), PV3DBase< T, PVType, FrameType >::x(), and PV3DBase< T, PVType, FrameType >::z().
Referenced by trackStudyFromTrajectory().
|
private |
Definition at line 224 of file SiStripMonitorTrack.h.
Referenced by clusterInfos(), and SiStripMonitorTrack().
|
private |
Definition at line 201 of file SiStripMonitorTrack.h.
Referenced by SiStripMonitorTrack().
|
private |
Definition at line 203 of file SiStripMonitorTrack.h.
Referenced by AllClusters(), and SiStripMonitorTrack().
|
private |
Definition at line 121 of file SiStripMonitorTrack.h.
Referenced by bookME1D(), bookME2D(), bookME3D(), bookMEProfile(), bookMETrend(), fillModMEs(), handleBookMEs(), and SiStripMonitorTrack().
|
private |
Definition at line 230 of file SiStripMonitorTrack.h.
Referenced by analyze(), SiStripMonitorTrack(), and ~SiStripMonitorTrack().
|
private |
Definition at line 221 of file SiStripMonitorTrack.h.
Referenced by analyze(), clusterInfos(), fillMEs(), and fillModMEs().
|
private |
Definition at line 222 of file SiStripMonitorTrack.h.
Referenced by looper.Looper::loop(), and Printer.Printer::process().
|
private |
Definition at line 232 of file SiStripMonitorTrack.h.
Referenced by findMEs().
|
private |
Definition at line 231 of file SiStripMonitorTrack.h.
Referenced by analyze(), dqmBeginRun(), and ~SiStripMonitorTrack().
|
private |
Definition at line 122 of file SiStripMonitorTrack.h.
|
private |
Definition at line 211 of file SiStripMonitorTrack.h.
|
private |
Definition at line 124 of file SiStripMonitorTrack.h.
Referenced by analyze().
|
private |
Definition at line 124 of file SiStripMonitorTrack.h.
|
private |
Definition at line 187 of file SiStripMonitorTrack.h.
Referenced by book(), bookLayerMEs(), and findMEs().
|
private |
Definition at line 123 of file SiStripMonitorTrack.h.
|
private |
Definition at line 208 of file SiStripMonitorTrack.h.
Referenced by book(), clusterInfos(), and SiStripMonitorTrack().
|
private |
Definition at line 186 of file SiStripMonitorTrack.h.
Referenced by bookModMEs(), and fillModMEs().
|
private |
Definition at line 210 of file SiStripMonitorTrack.h.
|
private |
Definition at line 200 of file SiStripMonitorTrack.h.
|
private |
Definition at line 212 of file SiStripMonitorTrack.h.
|
private |
Definition at line 188 of file SiStripMonitorTrack.h.
Referenced by book(), bookRingMEs(), and findMEs().
|
private |
Definition at line 198 of file SiStripMonitorTrack.h.
Referenced by book(), bookLayerMEs(), bookModMEs(), and dqmBeginRun().
|
private |
Definition at line 225 of file SiStripMonitorTrack.h.
Referenced by clusterInfos(), and SiStripMonitorTrack().
|
private |
Definition at line 226 of file SiStripMonitorTrack.h.
Referenced by clusterInfos(), and SiStripMonitorTrack().
|
private |
Definition at line 189 of file SiStripMonitorTrack.h.
Referenced by analyze(), book(), bookSubDetMEs(), and findMEs().
|
private |
Definition at line 197 of file SiStripMonitorTrack.h.
Referenced by dqmBeginRun(), fillMEs(), fillModMEs(), hitStudy(), RecHitInfo(), and trajectoryStudy().
|
private |
Definition at line 129 of file SiStripMonitorTrack.h.
Referenced by book(), and clusterInfos().
|
private |
Definition at line 129 of file SiStripMonitorTrack.h.
Referenced by book(), and clusterInfos().
|
private |
Definition at line 129 of file SiStripMonitorTrack.h.
Referenced by book(), and clusterInfos().
|
private |
Definition at line 213 of file SiStripMonitorTrack.h.
Referenced by book(), clusterInfos(), and SiStripMonitorTrack().
|
private |
Definition at line 126 of file SiStripMonitorTrack.h.
Referenced by book(), and SiStripMonitorTrack().
|
private |
Definition at line 220 of file SiStripMonitorTrack.h.
|
private |
Definition at line 216 of file SiStripMonitorTrack.h.
Referenced by SiStripMonitorTrack(), and trackStudy().
|
private |
Definition at line 215 of file SiStripMonitorTrack.h.
Referenced by SiStripMonitorTrack().
|
private |
Definition at line 219 of file SiStripMonitorTrack.h.
|
private |
Definition at line 204 of file SiStripMonitorTrack.h.
Referenced by SiStripMonitorTrack(), and trackStudy().
|
private |
Definition at line 206 of file SiStripMonitorTrack.h.
Referenced by SiStripMonitorTrack(), and trackStudy().
|
private |
Definition at line 209 of file SiStripMonitorTrack.h.
Referenced by analyze(), bookSubDetMEs(), and SiStripMonitorTrack().
|
private |
Definition at line 218 of file SiStripMonitorTrack.h.
Referenced by AllClusters(), analyze(), and RecHitInfo().
|
private |
Definition at line 227 of file SiStripMonitorTrack.h.
Referenced by clusterInfos(), and SiStripMonitorTrack().
|
private |
Definition at line 228 of file SiStripMonitorTrack.h.
Referenced by clusterInfos(), and SiStripMonitorTrack().