27 tracksCollection_in_EventTree(
true),
71 LogDebug(
"SiStripMonitorTrack") <<
"[SiStripMonitorTrack::beginRun] There are "<<
tkgeom_->detUnits().size() <<
" detectors instantiated in the geometry" << std::endl;
86 book(ibooker , tTopo);
99 LogDebug(
"SiStripMonitorTrack") <<
"[SiStripMonitorTrack::analyse] " <<
"Run " << e.
id().
run() <<
" Event " << e.
id().
event() << std::endl;
106 for (std::map<std::string, SubDetMEs>::iterator iSubDet =
SubDetMEsMap.begin();
108 iSubDet->second.totNClustersOnTrack = 0;
109 iSubDet->second.totNClustersOffTrack = 0;
120 std::map<std::string, MonitorElement*>::iterator iME;
121 std::map<std::string, LayerMEs>::iterator iLayerME;
160 std::vector<uint32_t> vdetId_;
162 const char* tec =
"TEC";
163 const char* tid =
"TID";
168 for (std::vector<uint32_t>::const_iterator detid_iter=vdetId_.begin(),detid_end=vdetId_.end();detid_iter!=detid_end;++detid_iter){
169 uint32_t
detid = *detid_iter;
172 edm::LogError(
"SiStripMonitorTrack")<<
"[" <<__PRETTY_FUNCTION__ <<
"] invalid detid " << detid<< std::endl;
180 std::pair<std::string,int32_t> det_layer_pair = folder_organizer.
GetSubDetAndLayer(detid,tTopo,
false);
189 std::map<std::string, LayerMEs>::iterator iLayerME =
LayerMEsMap.find(layer_id);
191 folder_organizer.
setLayerFolder(detid, tTopo, det_layer_pair.second,
false);
195 const char* subdet = det_layer_pair.first.c_str();
196 if ( std::strstr(subdet, tec) !=
NULL || std::strstr(subdet, tid) !=
NULL ) {
198 std::map<std::string, RingMEs>::iterator iRingME =
RingMEsMap.find(ring_id);
200 std::pair<std::string,int32_t> det_ring_pair = folder_organizer.
GetSubDetAndLayer(detid,tTopo,
true);
201 folder_organizer.
setLayerFolder(detid, tTopo, det_ring_pair.second,
true);
217 for (std::vector<uint32_t>::const_iterator detid_iter=vdetId_.begin(),detid_end=vdetId_.end();detid_iter!=detid_end;++detid_iter){
218 uint32_t
detid = *detid_iter;
221 edm::LogError(
"SiStripMonitorTrack")<<
"[" <<__PRETTY_FUNCTION__ <<
"] invalid detid " << detid<< std::endl;
229 std::pair<std::string,int32_t> det_layer_pair = folder_organizer.
GetSubDetAndLayer(detid,tTopo,
false);
238 std::map<std::string, LayerMEs>::iterator iLayerME =
LayerMEsMap.find(layer_id);
240 folder_organizer.
setLayerFolder(detid, tTopo, det_layer_pair.second,
false);
244 const char* subdet = det_layer_pair.first.c_str();
245 if ( std::strstr(subdet, tec) !=
NULL || std::strstr(subdet, tid) !=
NULL ) {
247 std::map<std::string, RingMEs>::iterator iRingME =
RingMEsMap.find(ring_id);
249 std::pair<std::string,int32_t> det_ring_pair = folder_organizer.
GetSubDetAndLayer(detid,tTopo,
true);
250 folder_organizer.
setLayerFolder(detid, tTopo, det_ring_pair.second,
true);
271 std::map<std::string, ModMEs>::iterator iModME =
ModMEsMap.find(hid);
297 theModMEs.
ClusterPos=ibooker.
book1D(hidmanager.
createHistoId(
"ClusterPosition_OnTrack",name,
id).c_str(),hidmanager.
createHistoId(
"ClusterPosition_OnTrack",name,
id).c_str(),total_nr_strips,0.5,total_nr_strips+0.5);
318 if (
id.
find(
"TEC") == std::string::npos &&
id.find(
"TID") == std::string::npos ) {
319 me =
bookME1D(ibooker , histoParameters.c_str(), histoName.c_str());
323 me =
bookME1D(ibooker , histoParameters.c_str(), histoName.c_str());
357 hname = hidmanager.
createHistoLayer(
"Summary_ClusterStoNCorr",name,layer_id,
"OnTrack");
358 hpar =
"TH1ClusterStoNCorr";
362 hname = hidmanager.
createHistoLayer(
"Summary_ClusterChargeCorr",name,layer_id,
"OnTrack");
363 hpar =
"TH1ClusterChargeCorr";
367 hname = hidmanager.
createHistoLayer(
"Summary_ClusterCharge",name,layer_id,
"OnTrack");
368 hpar =
"TH1ClusterCharge";
371 hname = hidmanager.
createHistoLayer(
"Summary_ClusterCharge",name,layer_id,
"OffTrack");
372 hpar =
"TH1ClusterCharge";
376 hname = hidmanager.
createHistoLayer(
"Summary_ClusterNoise",name,layer_id,
"OnTrack");
377 hpar =
"TH1ClusterNoise";
380 hname = hidmanager.
createHistoLayer(
"Summary_ClusterNoise",name,layer_id,
"OffTrack");
381 hpar =
"TH1ClusterNoise";
385 hname = hidmanager.
createHistoLayer(
"Summary_ClusterWidth",name,layer_id,
"OnTrack");
386 hpar =
"TH1ClusterWidth";
389 hname = hidmanager.
createHistoLayer(
"Summary_ClusterWidth",name,layer_id,
"OffTrack");
390 hpar =
"TH1ClusterWidth";
395 if (layer_id.find(
"TEC") != std::string::npos) total_nr_strips = 3 * 2 * 128;
397 hname = hidmanager.
createHistoLayer(
"Summary_ClusterPosition",name,layer_id,
"OnTrack");
400 hname = hidmanager.
createHistoLayer(
"Summary_ClusterPosition",name,layer_id,
"OffTrack");
404 hname = hidmanager.
createHistoLayer(
"Summary_ClusterChargePerCMfromTrack",name,layer_id,
"");
405 hpar =
"TH1ClusterChargePerCM";
408 hname = hidmanager.
createHistoLayer(
"Summary_ClusterChargePerCMfromOrigin",name,layer_id,
"OnTrack");
409 hpar =
"TH1ClusterChargePerCM";
412 hname = hidmanager.
createHistoLayer(
"Summary_ClusterChargePerCMfromOrigin",name,layer_id,
"OffTrack");
413 hpar =
"TH1ClusterChargePerCM";
443 hname = hidmanager.
createHistoLayer(
"Summary_ClusterStoNCorr",name,ring_id,
"OnTrack");
444 hpar =
"TH1ClusterStoNCorr";
448 hname = hidmanager.
createHistoLayer(
"Summary_ClusterChargeCorr",name,ring_id,
"OnTrack");
449 hpar =
"TH1ClusterChargeCorr";
453 hname = hidmanager.
createHistoLayer(
"Summary_ClusterCharge",name,ring_id,
"OnTrack");
454 hpar =
"TH1ClusterCharge";
457 hname = hidmanager.
createHistoLayer(
"Summary_ClusterCharge",name,ring_id,
"OffTrack");
458 hpar =
"TH1ClusterCharge";
462 hname = hidmanager.
createHistoLayer(
"Summary_ClusterNoise",name,ring_id,
"OnTrack");
463 hpar =
"TH1ClusterNoise";
466 hname = hidmanager.
createHistoLayer(
"Summary_ClusterNoise",name,ring_id,
"OffTrack");
467 hpar =
"TH1ClusterNoise";
471 hname = hidmanager.
createHistoLayer(
"Summary_ClusterWidth",name,ring_id,
"OnTrack");
472 hpar =
"TH1ClusterWidth";
475 hname = hidmanager.
createHistoLayer(
"Summary_ClusterWidth",name,ring_id,
"OffTrack");
476 hpar =
"TH1ClusterWidth";
480 hname = hidmanager.
createHistoLayer(
"Summary_ClusterChargePerCMfromTrack",name,ring_id,
"");
481 hpar =
"TH1ClusterChargePerCM";
484 hname = hidmanager.
createHistoLayer(
"Summary_ClusterChargePerCMfromOrigin",name,ring_id,
"OnTrack");
485 hpar =
"TH1ClusterChargePerCM";
488 hname = hidmanager.
createHistoLayer(
"Summary_ClusterChargePerCMfromOrigin",name,ring_id,
"OffTrack");
489 hpar =
"TH1ClusterChargePerCM";
503 subdet_tag =
"__" +
name;
523 completeName =
"Summary_TotalNumberOfClusters_OnTrack" +
subdet_tag;
524 axisName =
"Number of on-track clusters in " +
name;
530 completeName =
"Summary_TotalNumberOfClusters_OffTrack" +
subdet_tag;
531 axisName =
"Number of off-track clusters in " +
name;
537 completeName =
"Summary_ClusterStoNCorr_OnTrack" +
subdet_tag;
541 completeName =
"Summary_ClusterCharge_OnTrack" +
subdet_tag;
545 completeName =
"Summary_ClusterCharge_OffTrack" +
subdet_tag;
549 completeName =
"Summary_ClusterStoN_OffTrack" +
subdet_tag;
553 completeName =
"Summary_ClusterChargePerCMfromTrack" +
subdet_tag;
557 completeName =
"Summary_ClusterChargePerCMfromOrigin_OnTrack" +
subdet_tag;
561 completeName =
"Summary_ClusterChargePerCMfromOrigin_OffTrack" +
subdet_tag;
566 completeName =
"Trend_TotalNumberOfClusters_OnTrack" +
subdet_tag;
568 completeName =
"Trend_TotalNumberOfClusters_OffTrack" +
subdet_tag;
581 return ibooker.
book1D(HistoName,HistoName,
592 return ibooker.
book2D(HistoName,HistoName,
606 return ibooker.
book3D(HistoName,HistoName,
645 me->setAxisTitle(
"Lumisection",1);
651 const std::vector<TrajectoryMeasurement> & measurements = traj->measurements();
652 for(std::vector<TrajectoryMeasurement>::const_iterator traj_mes_iterator= measurements.begin(), traj_mes_end=measurements.end();
653 traj_mes_iterator!=traj_mes_end;++traj_mes_iterator){
660 if (!ttrh->isValid())
continue;
670 LogTrace(
"SiStripMonitorTrack")<<
"\nMatched recHit found"<< std::endl;
677 statedirection=monodet->
toLocal(gtrkdirup);
680 if(statedirection.
mag()) RecHitInfo<SiStripRecHit2D>(&m,statedirection,es);
683 statedirection=stereodet->
toLocal(gtrkdirup);
686 if(statedirection.
mag()) RecHitInfo<SiStripRecHit2D>(&s,statedirection,es);
689 LogTrace(
"SiStripMonitorTrack")<<
"\nProjected recHit found"<< std::endl;
698 LogTrace(
"SiStripMonitorTrack")<<
"\nProjected recHit found MONO"<< std::endl;
700 statedirection=det->
toLocal(gtrkdirup);
701 if(statedirection.
mag()) RecHitInfo<SiStripRecHit2D>(&(originalhit),statedirection,es);
704 LogTrace(
"SiStripMonitorTrack")<<
"\nProjected recHit found STEREO"<< std::endl;
707 statedirection=det->
toLocal(gtrkdirup);
708 if(statedirection.
mag()) RecHitInfo<SiStripRecHit2D>(&(originalhit),statedirection,es);
712 if(statedirection.
mag()) RecHitInfo<SiStripRecHit2D>(hit2D,statedirection,es);
715 if(statedirection.
mag()) RecHitInfo<SiStripRecHit1D>(hit1D,statedirection,es);
718 <<
" LocalMomentum: "<<statedirection
719 <<
"\nLocal x-z plane angle: "<<atan2(statedirection.
x(),statedirection.
z());
735 LogTrace(
"SiStripMonitorTrack")<<
"\nMatched recHit found"<< std::endl;
743 statedirection=monodet->
toLocal(gtrkdirup);
745 if(statedirection.
mag()) RecHitInfo<SiStripRecHit2D>(&m,statedirection,es);
749 statedirection=stereodet->
toLocal(gtrkdirup);
751 if(statedirection.
mag()) RecHitInfo<SiStripRecHit2D>(&s,statedirection,es);
754 LogTrace(
"SiStripMonitorTrack")<<
"\nProjected recHit found"<< std::endl;
764 LogTrace(
"SiStripMonitorTrack")<<
"\nProjected recHit found MONO"<< std::endl;
766 statedirection=det->
toLocal(gtrkdirup);
767 if(statedirection.
mag()) RecHitInfo<SiStripRecHit2D>(&(originalhit),statedirection,es);
770 LogTrace(
"SiStripMonitorTrack")<<
"\nProjected recHit found STEREO"<< std::endl;
773 statedirection=det->
toLocal(gtrkdirup);
774 if(statedirection.
mag()) RecHitInfo<SiStripRecHit2D>(&(originalhit),statedirection,es);
777 statedirection=localMomentum;
778 if(statedirection.
mag()) RecHitInfo<SiStripRecHit2D>(hit2D,statedirection,es);
780 statedirection=localMomentum;
781 if(statedirection.
mag()) RecHitInfo<SiStripRecHit1D>(hit1D,statedirection,es);
784 <<
" LocalMomentum: "<<statedirection
785 <<
"\nLocal x-z plane angle: "<<atan2(statedirection.
x(),statedirection.
z());
794 using namespace reco;
799 if( TItkAssociatorCollection.isValid()){
802 edm::LogError(
"SiStripMonitorTrack")<<
"Association not found ... try w/ track collection"<<std::endl;
810 if (trackCollectionHandle.
isValid()){
826 for (reco::TrackCollection::const_iterator track = trackCollection.begin(), etrack = trackCollection.end();
827 track!=etrack; ++track) {
834 if (!(*hit)->isValid())
continue;
835 DetId detID = (*hit)->geographicalId();
847 hitStudy(es,projhit,matchedhit,hit2D,hit1D,localMomentum);
893 <<
"Track number "<< ++i << std::endl;
911 if(!tkrecHit->isValid()){
912 LogTrace(
"SiStripMonitorTrack") <<
"\t\t Invalid Hit " << std::endl;
916 const uint32_t&
detid = tkrecHit->geographicalId().rawId();
919 <<
"\n\t\tRecHit on det "<<detid
920 <<
"\n\t\tRecHit in LP "<<tkrecHit->localPosition()
921 <<
"\n\t\tRecHit in GP "<<
tkgeom_->idToDet(tkrecHit->geographicalId())->surface().toGlobal(tkrecHit->localPosition())
922 <<
"\n\t\tRecHit trackLocal vector "<<LV.
x() <<
" " << LV.
y() <<
" " << LV.
z() <<std::endl;
931 if ( tkrecHit !=
NULL ){
943 edm::LogError(
"SiStripMonitorTrack") <<
"NULL hit" << std::endl;
958 if (siStripClusterHandle.
isValid()){
961 DSViter!=DSVEnd; ++DSViter) {
963 uint32_t
detid=DSViter->id();
966 LogDebug(
"SiStripMonitorTrack") <<
"on detid "<< detid <<
" N Cluster= " << DSViter->size();
979 edm::LogError(
"SiStripMonitorTrack")<<
"ClusterCollection is not valid!!" << std::endl;
997 std::map<std::string, LayerMEs>::iterator iLayer =
LayerMEsMap.find(layer_id);
999 me.
iLayer = &(iLayer->second);
1002 std::map<std::string, RingMEs>::iterator iRing =
RingMEsMap.find(ring_id);
1004 me.
iRing = &(iRing->second);
1007 std::map<std::string, SubDetMEs>::iterator iSubdet =
SubDetMEsMap.find(sdet_tag);
1009 me.
iSubdet = &(iSubdet->second);
1020 if (cluster==
NULL)
return false;
1030 LogDebug(
"SiStripMonitorTrack")<<
"\n\tLV " << LV.
x() <<
" " << LV.
y() <<
" " << LV.
z() <<
" " << LV.
mag() << std::endl;
1032 cosRZ= fabs(LV.
z())/LV.
mag();
1033 LogDebug(
"SiStripMonitorTrack")<<
"\n\t cosRZ " << cosRZ << std::endl;
1055 if (MEs.
iLayer !=
nullptr) {
1067 if (MEs.
iRing !=
nullptr) {
1086 uint32_t adet=cluster->
detId();
1090 LogDebug(
"SiStripMonitorTrack") <<
"Module " << detid <<
" in Event " <<
eventNb <<
" noise " << noise << std::endl;
1097 std::map<std::string, ModMEs>::iterator iModME =
ModMEsMap.find(name);
1099 if(noise > 0.0)
fillME(iModME->second.ClusterStoNCorr ,StoN*cosRZ);
1100 if(noise == 0.0)
LogDebug(
"SiStripMonitorTrack") <<
"Module " << name <<
" in Event " <<
eventNb <<
" noise " << noise << std::endl;
1101 fillME(iModME->second.ClusterCharge,charge);
1103 fillME(iModME->second.ClusterChargeCorr,charge*cosRZ);
1105 fillME(iModME->second.ClusterWidth ,width);
1106 fillME(iModME->second.ClusterPos ,position);
1108 fillME(iModME->second.ClusterChargePerCMfromTrack, dQdx_fromTrack);
1109 fillME(iModME->second.ClusterChargePerCMfromOrigin, dQdx_fromOrigin);
1113 int PGVposCounter = cluster->
maxIndex();
1115 fillME(iModME->second.ClusterPGV,
i,0.);
1117 fillME(iModME->second.ClusterPGV, PGVposCounter++,(*it)/PGVmax);
1120 fillME(iModME->second.ClusterPGV,
i,0.);
1129 uint32_t adet=cluster->
detId();
1132 LogDebug(
"SiStripMonitorTrack") <<
"Module firing " << detid <<
" in Event " <<
eventNb << std::endl;
1137 if (MEs.
iLayer !=
nullptr) {
1145 if (MEs.
iRing !=
nullptr) {
MonitorElement * ClusterStoNCorr
uint8_t maxCharge() const
MonitorElement * ClusterNoiseOnTrack
T getParameter(std::string const &) const
EventNumber_t event() const
struct SubDetMEs * iSubdet
Det2MEs findMEs(const TrackerTopology *tTopo, const uint32_t detid)
MonitorElement * ClusterChargePerCMfromTrack
boost::transform_iterator< IterHelp, const_IdIter > const_iterator
TkHistoMap * tkhisto_NumOffTrack
SiStripMonitorTrack(const edm::ParameterSet &)
void setSiStripFolderName(std::string name)
virtual void analyze(const edm::Event &, const edm::EventSetup &)
void trackStudy(const edm::Event &ev, const edm::EventSetup &es)
void trackStudyFromTrack(edm::Handle< reco::TrackCollection > trackCollectionHandle, const edm::EventSetup &es)
edm::EDGetTokenT< reco::TrackCollection > trackToken_
void trackStudyFromTrajectory(edm::Handle< TrajTrackAssociationCollection > TItkAssociatorCollection, const edm::EventSetup &es)
const GeomDetUnit * monoDet() const
void fillME(MonitorElement *ME, float value1)
std::pair< const std::string, const char * > getSubDetFolderAndTag(const uint32_t &detid, const TrackerTopology *tTopo)
SiStripDCSStatus * dcsStatus_
friend struct const_iterator
MonitorElement * nClustersTrendOnTrack
MonitorElement * bookProfile(Args &&...args)
MonitorElement * ClusterPosOffTrack
void hitStudy(const edm::EventSetup &es, const ProjectedSiStripRecHit2D *projhit, const SiStripMatchedRecHit2D *matchedhit, const SiStripRecHit2D *hit2D, const SiStripRecHit1D *hit1D, LocalVector localMomentum)
bool getByToken(EDGetToken token, Handle< PROD > &result) const
float noiseRescaledByGain() const
void book(DQMStore::IBooker &, const TrackerTopology *tTopo)
MonitorElement * ClusterStoNCorrOnTrack
void AllClusters(const edm::Event &ev, const edm::EventSetup &es)
MonitorElement * ClusterStoNOffTrack
MonitorElement * ClusterChargeOnTrack
std::map< std::string, RingMEs > RingMEsMap
GlobalPoint toGlobal(const Local2DPoint &lp) const
Conversion to the global R.F. from the R.F. of the GeomDet.
std::string topFolderName_
Global3DPoint GlobalPoint
std::vector< Track > TrackCollection
collection of Tracks
LocalPoint toLocal(const GlobalPoint &gp) const
Conversion to the R.F. of the GeomDet.
std::pair< std::string, int32_t > GetSubDetAndLayer(const uint32_t &detid, const TrackerTopology *tTopo, bool ring_flag=0)
MonitorElement * bookME1D(DQMStore::IBooker &, const char *, const char *)
MonitorElement * ClusterChargePerCMfromTrack
MonitorElement * ClusterChargeCorrOnTrack
Provides a code based selection for trigger and DCS information in order to have no failing filters i...
data_type const * const_iterator
std::string TrackProducer_
key_type key() const
Accessor for product key.
edm::ESHandle< SiStripDetCabling > SiStripDetCabling_
void bookLayerMEs(DQMStore::IBooker &, const uint32_t, std::string &)
MonitorElement * ClusterChargeCorr
uint16_t maxIndex() const
void trajectoryStudy(const edm::Ref< std::vector< Trajectory > > traj, const edm::EventSetup &es)
void find(edm::Handle< EcalRecHitCollection > &hits, DetId thisDet, std::vector< EcalRecHitCollection::const_iterator > &hit, bool debug=false)
MonitorElement * ClusterChargeOffTrack
MonitorElement * ClusterStoNCorrOnTrack
MonitorElement * ClusterChargePerCMfromOriginOffTrack
auto stripCharges() const -> decltype(cluster() ->amplitudes())
MonitorElement * ClusterPGV
MonitorElement * nClustersTrendOffTrack
void setDetectorFolder(uint32_t rawdetid, const TrackerTopology *tTopo)
uint32_t rawId() const
get the raw id
LocalVector localMomentum() const
edm::ESHandle< TrackerGeometry > tkgeom_
MonitorElement * ClusterCharge
bool getStatus(edm::Event const &e, edm::EventSetup const &eSetup)
edmNew::DetSet< SiStripCluster >::const_iterator ClusIter
math::XYZTLorentzVectorD LV
float signalOverNoise() const
vector< ParameterSet > Parameters
edm::EventNumber_t eventNb
TrackingRecHit::ConstRecHitPointer ConstRecHitPointer
std::unordered_set< const SiStripCluster * > vPSiStripCluster
std::map< std::string, SubDetMEs > SubDetMEsMap
MonitorElement * ClusterChargeOffTrack
MonitorElement * nClustersOnTrack
ConsumesCollector consumesCollector()
Use a ConsumesCollector to gather consumes information from helper functions.
void fill(uint32_t &detid, float value)
bool accept(const edm::Event &event, const edm::EventSetup &setup)
To be called from analyze/filter() methods.
const std::string subdet_tag("SubDet")
MonitorElement * ClusterStoNCorrOnTrack
MonitorElement * bookME2D(DQMStore::IBooker &, const char *, const char *)
MonitorElement * ClusterNoiseOffTrack
MonitorElement * book1D(Args &&...args)
void tag(MonitorElement *, unsigned int)
MonitorElement * ClusterWidthOnTrack
void bookSubDetMEs(DQMStore::IBooker &, std::string &name)
MonitorElement * bookME3D(DQMStore::IBooker &, const char *, const char *)
MonitorElement * ClusterChargePerCMfromOrigin
MonitorElement * ClusterChargePerCMfromOriginOffTrack
SiStripFolderOrganizer folderOrganizer_
std::string getSubdetid(uint32_t id, const TrackerTopology *tTopo, bool flag_ring)
MonitorElement * ClusterChargePerCMfromTrack
MonitorElement * ClusterChargeOnTrack
MonitorElement * ClusterNoiseOffTrack
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
SiStripRecHit2D originalHit() const
edm::EDGetTokenT< TrajTrackAssociationCollection > trackTrajToken_
void bookModMEs(DQMStore::IBooker &, const uint32_t)
MonitorElement * ClusterWidth
MonitorElement * ClusterChargeOnTrack
void setLayerFolder(uint32_t rawdetid, const TrackerTopology *tTopo, int32_t layer=0, bool ring_flag=0)
void setCurrentFolder(const std::string &fullpath)
SiStripRecHit2D stereoHit() const
MonitorElement * book2D(Args &&...args)
MonitorElement * ClusterWidthOffTrack
std::string createHistoId(std::string description, std::string id_type, uint32_t component_id)
MonitorElement * ClusterPosOnTrack
MonitorElement * ClusterChargePerCMfromTrack
T const * product() const
void dqmBeginRun(const edm::Run &run, const edm::EventSetup &es)
MonitorElement * ClusterChargeOffTrack
std::map< std::string, ModMEs > ModMEsMap
MonitorElement * bookMETrend(DQMStore::IBooker &, const char *)
MonitorElement * ClusterPos
MonitorElement * ClusterChargeCorrOnTrack
TkHistoMap * tkhisto_NumOnTrack
SiStripRecHit2D monoHit() const
GenericTriggerEventFlag * genTriggerEventFlag_
void RecHitInfo(const T *tkrecHit, LocalVector LV, const edm::EventSetup &)
MonitorElement * ClusterChargePerCMfromOriginOnTrack
MonitorElement * handleBookMEs(DQMStore::IBooker &, std::string &, std::string &, std::string &, std::string &)
static int position[264][3]
MonitorElement * ClusterWidthOnTrack
MonitorElement * bookMEProfile(DQMStore::IBooker &, const char *, const char *)
TkHistoMap * tkhisto_StoNCorrOnTrack
DetId geographicalId() const
void initRun(const edm::Run &run, const edm::EventSetup &setup)
To be called from beginRun() methods.
MonitorElement * ClusterChargePerCMfromOriginOnTrack
bool clusterInfos(SiStripClusterInfo *cluster, const uint32_t detid, enum ClusterFlags flags, LocalVector LV, const Det2MEs &MEs)
std::string createHistoLayer(std::string description, std::string id_type, std::string path, std::string flag)
Detector det() const
get the detector field from this detid
MonitorElement * book3D(Args &&...args)
MonitorElement * ClusterWidthOffTrack
void setAxisTitle(const std::string &title, int axis=1)
set x-, y- or z-axis title (axis=1, 2, 3 respectively)
MonitorElement * nClustersOffTrack
void bookRingMEs(DQMStore::IBooker &, const uint32_t, std::string &)
MonitorElement * ClusterChargePerCMfromOriginOnTrack
void add(uint32_t &detid, float value)
bool applyClusterQuality_
edm::InputTag Cluster_src_
const GeomDetUnit * stereoDet() const
TrackingRecHitCollection::base::const_iterator trackingRecHit_iterator
iterator over a vector of reference to TrackingRecHit in the same collection
edm::EDGetTokenT< edmNew::DetSetVector< SiStripCluster > > clusterToken_
std::map< std::string, LayerMEs > LayerMEsMap
MonitorElement * ClusterChargePerCMfromOriginOffTrack
MonitorElement * ClusterNoiseOnTrack