26 siStripClusterInfo_(consumesCollector()),
32 tracksCollection_in_EventTree(
true),
35 conf.getParameter<
edm::
ParameterSet>(
"genericTriggerEventPSet"), consumesCollector(), *this)) {
79 <<
" detectors instantiated in the geometry" << std::endl;
94 book(ibooker, trackerTopology, tkDetMap);
110 LogDebug(
"SiStripMonitorTrack") <<
"[SiStripMonitorTrack::analyse] " 111 <<
"Run " <<
e.id().run() <<
" Event " <<
e.id().event() << std::endl;
120 iSubDet->second.totNClustersOnTrack = 0;
121 iSubDet->second.totNClustersOffTrack = 0;
122 iSubDet->second.totNClustersOnTrackMono = 0;
123 iSubDet->second.totNClustersOnTrackStereo = 0;
136 std::map<std::string, MonitorElement*>::iterator iME;
137 std::map<std::string, LayerMEs>::iterator iLayerME;
139 if (!(
topFolderName_.find(
"IsolatedBunches") != std::string::npos)) {
186 std::make_unique<TkHistoMap>(tkDetMap,
topFolderName_,
"TkHMap_StoNCorrOnTrack", 0.0,
true);
188 std::make_unique<TkHistoMap>(tkDetMap,
topFolderName_,
"TkHMap_NumberOfOnTrackCluster", 0.0,
true);
190 std::make_unique<TkHistoMap>(tkDetMap,
topFolderName_,
"TkHMap_NumberOfOfffTrackCluster", 0.0,
true);
192 std::make_unique<TkHistoMap>(tkDetMap,
topFolderName_,
"TkHMap_ChargePerCMfromTrack", 0.0,
true);
194 std::make_unique<TkHistoMap>(tkDetMap,
topFolderName_,
"TkHMap_NumberMissingHits", 0.0,
true,
true);
196 std::make_unique<TkHistoMap>(tkDetMap,
topFolderName_,
"TkHMap_NumberInactiveHits", 0.0,
true,
true);
198 std::make_unique<TkHistoMap>(tkDetMap,
topFolderName_,
"TkHMap_NumberValidHits", 0.0,
true,
true);
202 std::make_unique<TkHistoMap>(tkDetMap,
topFolderName_,
"TkHMap_ClusterWidthOnTrack", 0.0,
true);
204 std::make_unique<TkHistoMap>(tkDetMap,
topFolderName_,
"TkHMap_ClusterWidthOffTrack", 0.0,
true);
208 std::make_unique<TkHistoMap>(tkDetMap,
topFolderName_,
"TkHMap_ChargePerCMfromOrigin", 0.0,
true);
211 std::vector<uint32_t> vdetId_;
213 const char* tec =
"TEC";
214 const char* tid =
"TID";
219 for (std::vector<uint32_t>::const_iterator detid_iter = vdetId_.begin(), detid_end = vdetId_.end();
220 detid_iter != detid_end;
222 uint32_t detid = *detid_iter;
225 edm::LogError(
"SiStripMonitorTrack") <<
"[" << __PRETTY_FUNCTION__ <<
"] invalid detid " << detid << std::endl;
232 std::pair<std::string, int32_t> det_layer_pair = folder_organizer.
GetSubDetAndLayer(detid, tTopo,
false);
241 std::map<std::string, LayerMEs>::iterator iLayerME =
LayerMEsMap.find(layer_id);
243 folder_organizer.
setLayerFolder(detid, tTopo, det_layer_pair.second,
false);
247 const char* subdet = det_layer_pair.first.c_str();
248 if (std::strstr(subdet, tec) !=
nullptr || std::strstr(subdet, tid) !=
nullptr) {
252 std::pair<std::string, int32_t> det_ring_pair = folder_organizer.
GetSubDetAndLayer(detid, tTopo,
true);
253 folder_organizer.
setLayerFolder(detid, tTopo, det_ring_pair.second,
true);
259 std::pair<std::string, std::string> sdet_pair = folder_organizer.
getSubDetFolderAndTag(detid, tTopo);
269 for (std::vector<uint32_t>::const_iterator detid_iter = vdetId_.begin(), detid_end = vdetId_.end();
270 detid_iter != detid_end;
272 uint32_t detid = *detid_iter;
275 edm::LogError(
"SiStripMonitorTrack") <<
"[" << __PRETTY_FUNCTION__ <<
"] invalid detid " << detid << std::endl;
282 std::pair<std::string, int32_t> det_layer_pair = folder_organizer.
GetSubDetAndLayer(detid, tTopo,
false);
291 std::map<std::string, LayerMEs>::iterator iLayerME =
LayerMEsMap.find(layer_id);
293 folder_organizer.
setLayerFolder(detid, tTopo, det_layer_pair.second,
false);
297 const char* subdet = det_layer_pair.first.c_str();
298 if (std::strstr(subdet, tec) !=
nullptr || std::strstr(subdet, tid) !=
nullptr) {
302 std::pair<std::string, int32_t> det_ring_pair = folder_organizer.
GetSubDetAndLayer(detid, tTopo,
true);
303 folder_organizer.
setLayerFolder(detid, tTopo, det_ring_pair.second,
true);
309 std::pair<std::string, std::string> sdet_pair = folder_organizer.
getSubDetFolderAndTag(detid, tTopo);
318 if (!(
topFolderName_.find(
"IsolatedBunches") != std::string::npos)) {
322 ibooker.
book1D(
"ClusterStoNCorr_OnTrack_TIBTID",
"TIB/TID [FECCrate=1] (OnTrack)", 100, 0., 100.);
326 ibooker.
book1D(
"ClusterStoNCorr_OnTrack_TOB",
"TOB [FECCrate=4] (OnTrack)", 100, 0., 100.);
330 ibooker.
book1D(
"ClusterStoNCorr_OnTrack_TECM",
"TECM [FECCrate=3] (OnTrack)", 100, 0., 100.);
334 ibooker.
book1D(
"ClusterStoNCorr_OnTrack_TECP",
"TECP [FECCrate=2] (OnTrack)", 100, 0., 100.);
338 ibooker.
book2D(
"ClusterStoNCorr_OnTrack_FECCratevsFECSlot",
" S/N (On track)", 22, 0.5, 22.5, 4, 0.5, 4.5);
347 "TIB/TID [FECCrate=1] (OnTrack)",
358 "ClusterStoNCorr_OnTrack_FECSlotVsFECRing_TOB",
"TOB [FECCrate=4] (OnTrack)", 10, -0.5, 9.5, 22, 0.5, 22.5);
363 "ClusterStoNCorr_OnTrack_FECSlotVsFECRing_TECM",
"TEC- [FECCrate=3] (OnTrack)", 10, -0.5, 9.5, 22, 0.5, 22.5);
368 "ClusterStoNCorr_OnTrack_FECSlotVsFECRing_TECP",
"TEC- [FECCrate=2] (OnTrack)", 10, -0.5, 9.5, 22, 0.5, 22.5);
377 ibooker.
book2D(
"ClusterCount_OnTrack_FECCratevsFECSlot",
" S/N (On track)", 22, 0.5, 22.5, 4, 0.5, 4.5);
386 "ClusterCount_OnTrack_FECSlotVsFECRing_TIBTID",
"TIB/TID [FECCrate=1] (OnTrack)", 10, -0.5, 9.5, 22, 0.5, 22.5);
391 "ClusterCount_OnTrack_FECSlotVsFECRing_TOB",
"TOB [FECCrate=4] (OnTrack)", 10, -0.5, 9.5, 22, 0.5, 22.5);
396 "ClusterCount_OnTrack_FECSlotVsFECRing_TECM",
"TEC- [FECCrate=3] (OnTrack)", 10, -0.5, 9.5, 22, 0.5, 22.5);
401 "ClusterCount_OnTrack_FECSlotVsFECRing_TECP",
"TEC- [FECCrate=2] (OnTrack)", 10, -0.5, 9.5, 22, 0.5, 22.5);
413 std::map<std::string, ModMEs>::iterator iModME =
ModMEsMap.find(hid);
428 ibooker,
"TH1ClusterChargeRaw", hidmanager.
createHistoId(
"ClusterChargeRaw_OnTrack",
name,
id).c_str());
431 ibooker,
"TH1ClusterChargeCorr", hidmanager.
createHistoId(
"ClusterChargeCorr_OnTrack",
name,
id).c_str());
434 ibooker,
"TH1ClusterStoNCorrMod", hidmanager.
createHistoId(
"ClusterStoNCorr_OnTrack",
name,
id).c_str());
441 total_nr_strips + 0.5);
447 ibooker,
"TH1ClusterChargePerCM", hidmanager.
createHistoId(
"ClusterChargePerCMfromTrack",
name,
id).c_str());
450 ibooker,
"TH1ClusterChargePerCM", hidmanager.
createHistoId(
"ClusterChargePerCMfromOrigin",
name,
id).c_str());
464 if (
id.
find(
"TEC") == std::string::npos &&
id.find(
"TID") == std::string::npos) {
490 hpar =
"TH1ClusterStoNCorr";
495 hpar =
"TH1ClusterGain";
500 hpar =
"TH1ClusterChargeCorr";
505 hpar =
"TH1ClusterCharge";
509 hpar =
"TH1ClusterCharge";
514 hpar =
"TH1ClusterChargeRaw";
518 hpar =
"TH1ClusterChargeRaw";
523 hpar =
"TH1ClusterNoise";
527 hpar =
"TH1ClusterNoise";
532 hpar =
"TH1ClusterWidth";
536 hpar =
"TH1ClusterWidth";
541 if (layer_id.find(
"TEC") != std::string::npos)
542 total_nr_strips = 3 * 2 * 128;
545 hpar =
"TH1ClusterPos";
546 if (layer_id.find(
"TIB") != std::string::npos || layer_id.find(
"TOB") != std::string::npos ||
553 hpar =
"TH2ClusterPosTOB";
554 if (layer_id.find(
"TOB") != std::string::npos)
558 hpar =
"TH2ClusterPosTIB";
559 if (layer_id.find(
"TIB") != std::string::npos)
563 hpar =
"TH2ClusterPosTEC";
564 if (layer_id.find(
"TEC") != std::string::npos) {
565 static constexpr
int nbinR = 8;
566 static constexpr
float rval[9] = {0, 21.2, 30.8, 40.4, 50.0, 60.0, 75.0, 90.0, 110.0};
567 static constexpr
int nmodulesPhi = 40 * 6;
568 float phival[nmodulesPhi];
569 for (
int i = 0;
i < nmodulesPhi;
i++)
570 phival[
i] = -3.2 + 2 *
i * 3.2 / nmodulesPhi;
572 TH2F*
temp =
new TH2F(
"tmp",
"tmp", nbinR, rval, nmodulesPhi - 1, phival);
577 hpar =
"TH2ClusterPosTID";
578 if (layer_id.find(
"TID") != std::string::npos) {
579 static constexpr
int nbinR = 4;
580 static constexpr
float rval[5] = {0, 21.2, 30.8, 40.4, 50.0};
581 static constexpr
int nmodulesPhi = 80 * 4;
582 float phival[nmodulesPhi];
583 for (
int i = 0;
i < nmodulesPhi;
i++)
584 phival[
i] = -3.2 +
i * 2 * 3.2 / nmodulesPhi;
586 TH2F*
temp =
new TH2F(
"tmp",
"tmp", nbinR, rval, nmodulesPhi - 1, phival);
591 hpar =
"TH1ClusterPos";
592 if (layer_id.find(
"TIB") != std::string::npos || layer_id.find(
"TOB") != std::string::npos ||
598 hpar =
"TH1ClusterChargePerCM";
601 hname = hidmanager.
createHistoLayer(
"Summary_ClusterChargePerCMfromOrigin",
name, layer_id,
"OnTrack");
602 hpar =
"TH1ClusterChargePerCM";
605 hname = hidmanager.
createHistoLayer(
"Summary_ClusterChargePerCMfromOrigin",
name, layer_id,
"OffTrack");
606 hpar =
"TH1ClusterChargePerCM";
623 hpar =
"TH1ClusterStoNCorr";
628 hpar =
"TH1ClusterGain";
633 hpar =
"TH1ClusterChargeCorr";
638 hpar =
"TH1ClusterCharge";
642 hpar =
"TH1ClusterCharge";
647 hpar =
"TH1ClusterChargeRaw";
651 hpar =
"TH1ClusterChargeRaw";
656 hpar =
"TH1ClusterNoise";
660 hpar =
"TH1ClusterNoise";
665 hpar =
"TH1ClusterWidth";
669 hpar =
"TH1ClusterWidth";
674 if (
ring_id.find(
"TEC") != std::string::npos)
675 total_nr_strips = 3 * 2 * 128;
678 hpar =
"TH1ClusterPos";
683 hpar =
"TH1ClusterPos";
689 hpar =
"TH1ClusterChargePerCM";
693 hpar =
"TH1ClusterChargePerCM";
697 hpar =
"TH1ClusterChargePerCM";
716 completeName =
"Summary_TotalNumberOfClusters_OnTrack" +
subdet_tag;
717 axisName =
"Number of on-track clusters in " +
name;
723 completeName =
"Summary_TotalNumberOfClusters_OnTrackStereo" +
subdet_tag;
724 axisName =
"Number of on-track stereo clusters in " +
name;
730 completeName =
"Summary_TotalNumberOfClusters_OffTrack" +
subdet_tag;
731 axisName =
"Number of off-track clusters in " +
name;
736 if (
name.find(
"TIB") != std::string::npos) {
740 if (
name.find(
"TOB") != std::string::npos) {
744 if (
name.find(
"TID") != std::string::npos) {
748 if (
name.find(
"TEC") != std::string::npos) {
756 completeName =
"Summary_ClusterGain" +
subdet_tag;
760 completeName =
"Summary_ClusterStoNCorr_OnTrack" +
subdet_tag;
763 completeName =
"Summary_ClusterStoNCorrThin_OnTrack" +
subdet_tag;
764 if (
subdet_tag.find(
"TEC") != std::string::npos)
767 completeName =
"Summary_ClusterStoNCorrThick_OnTrack" +
subdet_tag;
768 if (
subdet_tag.find(
"TEC") != std::string::npos)
772 completeName =
"Summary_ClusterChargeCorr_OnTrack" +
subdet_tag;
775 completeName =
"Summary_ClusterChargeCorrThin_OnTrack" +
subdet_tag;
776 if (
subdet_tag.find(
"TEC") != std::string::npos)
779 completeName =
"Summary_ClusterChargeCorrThick_OnTrack" +
subdet_tag;
780 if (
subdet_tag.find(
"TEC") != std::string::npos)
784 completeName =
"Summary_ClusterCharge_OnTrack" +
subdet_tag;
788 completeName =
"Summary_ClusterChargeRaw_OnTrack" +
subdet_tag;
792 completeName =
"Summary_ClusterCharge_OffTrack" +
subdet_tag;
796 completeName =
"Summary_ClusterChargeRaw_OffTrack" +
subdet_tag;
800 completeName =
"Summary_ClusterStoN_OffTrack" +
subdet_tag;
804 completeName =
"Summary_ClusterChargePerCMfromTrack" +
subdet_tag;
808 completeName =
"Summary_ClusterChargePerCMfromOrigin_OnTrack" +
subdet_tag;
812 completeName =
"Summary_ClusterChargePerCMfromOrigin_OffTrack" +
subdet_tag;
817 completeName =
"Trend_TotalNumberOfClusters_OnTrack" +
subdet_tag;
819 completeName =
"Trend_TotalNumberOfClusters_OffTrack" +
subdet_tag;
829 const char* ParameterSetLabel,
841 const char* ParameterSetLabel,
856 const char* ParameterSetLabel,
874 const char* ParameterSetLabel,
901 me->setCanExtend(TH1::kAllAxes);
905 me->setAxisTitle(
"Lumisection", 1);
914 auto const& trajParams =
track.extra()->trajParams();
916 auto hb =
track.recHitsBegin();
917 for (
unsigned int h = 0;
h <
track.recHitsSize();
h++) {
918 auto ttrh = *(
hb +
h);
921 uint32_t thedetid = ttrh->rawId();
924 if ((ttrh->getType() == 1))
926 if ((ttrh->getType() == 2))
928 if ((ttrh->getType() == 0))
933 if (!ttrh->isValid())
937 auto statedirection = trajParams[
h].momentum();
947 LogTrace(
"SiStripMonitorTrack") <<
"\nMatched recHit found" << std::endl;
954 statedirection = monodet->
toLocal(gtrkdirup);
957 if (statedirection.mag())
958 RecHitInfo<SiStripRecHit2D>(&
m, statedirection, digilist,
ev, track_ok);
961 statedirection = stereodet->
toLocal(gtrkdirup);
964 if (statedirection.mag())
965 RecHitInfo<SiStripRecHit2D>(&
s, statedirection, digilist,
ev, track_ok);
966 }
else if (projhit) {
967 LogTrace(
"SiStripMonitorTrack") <<
"\nProjected recHit found" << std::endl;
976 LogTrace(
"SiStripMonitorTrack") <<
"\nProjected recHit found MONO" << std::endl;
978 statedirection = det->
toLocal(gtrkdirup);
979 if (statedirection.mag())
980 RecHitInfo<SiStripRecHit2D>(&(originalhit), statedirection, digilist,
ev, track_ok);
982 LogTrace(
"SiStripMonitorTrack") <<
"\nProjected recHit found STEREO" << std::endl;
985 statedirection = det->
toLocal(gtrkdirup);
986 if (statedirection.mag())
987 RecHitInfo<SiStripRecHit2D>(&(originalhit), statedirection, digilist,
ev, track_ok);
990 if (statedirection.mag())
991 RecHitInfo<SiStripRecHit2D>(hit2D, statedirection, digilist,
ev, track_ok);
993 if (statedirection.mag())
994 RecHitInfo<SiStripRecHit1D>(hit1D, statedirection, digilist,
ev, track_ok);
996 LogDebug(
"SiStripMonitorTrack") <<
" LocalMomentum: " << statedirection
997 <<
"\nLocal x-z plane angle: " << atan2(statedirection.x(), statedirection.z());
1009 const bool track_ok) {
1012 LogTrace(
"SiStripMonitorTrack") <<
"\nMatched recHit found" << std::endl;
1020 statedirection = monodet->
toLocal(gtrkdirup);
1022 if (statedirection.
mag())
1023 RecHitInfo<SiStripRecHit2D>(&
m, statedirection, digilist,
ev, track_ok);
1027 statedirection = stereodet->
toLocal(gtrkdirup);
1029 if (statedirection.
mag())
1030 RecHitInfo<SiStripRecHit2D>(&
s, statedirection, digilist,
ev, track_ok);
1031 }
else if (projhit) {
1032 LogTrace(
"SiStripMonitorTrack") <<
"\nProjected recHit found" << std::endl;
1042 LogTrace(
"SiStripMonitorTrack") <<
"\nProjected recHit found MONO" << std::endl;
1044 statedirection = det->
toLocal(gtrkdirup);
1045 if (statedirection.
mag())
1046 RecHitInfo<SiStripRecHit2D>(&(originalhit), statedirection, digilist,
ev, track_ok);
1048 LogTrace(
"SiStripMonitorTrack") <<
"\nProjected recHit found STEREO" << std::endl;
1051 statedirection = det->
toLocal(gtrkdirup);
1052 if (statedirection.
mag())
1053 RecHitInfo<SiStripRecHit2D>(&(originalhit), statedirection, digilist,
ev, track_ok);
1056 statedirection = localMomentum;
1057 if (statedirection.
mag())
1058 RecHitInfo<SiStripRecHit2D>(hit2D, statedirection, digilist,
ev, track_ok);
1060 statedirection = localMomentum;
1061 if (statedirection.
mag())
1062 RecHitInfo<SiStripRecHit1D>(hit1D, statedirection, digilist,
ev, track_ok);
1064 LogDebug(
"SiStripMonitorTrack") <<
" LocalMomentum: " << statedirection
1065 <<
"\nLocal x-z plane angle: " << atan2(statedirection.
x(), statedirection.
z());
1070 using namespace std;
1071 using namespace edm;
1072 using namespace reco;
1087 if (trackCollectionHandle.
isValid()) {
1098 if (
track.pt() < 0.8)
1100 if (
track.p() < 2.0)
1102 if (
track.hitPattern().numberOfValidTrackerHits() <= 6)
1104 if (
track.normalizedChi2() > 10.0)
1122 uint32_t thedetid = (*hit)->rawId();
1125 if (((*hit)->getType() == 1))
1127 if (((*hit)->getType() == 2))
1129 if (((*hit)->getType() == 0))
1134 if (!(*hit)->isValid())
1136 DetId detID = (*hit)->geographicalId();
1149 hitStudy(
ev, digilist, projhit, matchedhit, hit2D, hit1D, localMomentum, track_ok);
1196 LogDebug(
"SiStripMonitorTrack") <<
"Track number " << ++
i << std::endl;
1218 if (!tkrecHit->isValid()) {
1219 LogTrace(
"SiStripMonitorTrack") <<
"\t\t Invalid Hit " << std::endl;
1223 const uint32_t& detid = tkrecHit->geographicalId().rawId();
1226 <<
"\n\t\tRecHit on det " << detid <<
"\n\t\tRecHit in LP " << tkrecHit->localPosition() <<
"\n\t\tRecHit in GP " 1228 <<
"\n\t\tRecHit trackLocal vector " <<
LV.
x() <<
" " <<
LV.y() <<
" " <<
LV.z() << std::endl;
1231 if (tkrecHit !=
nullptr && tkrecHit->isValid()) {
1232 const DetId detid = tkrecHit->geographicalId();
1235 float clust_Pos1 = -1000;
1236 float clust_Pos2 = -1000;
1241 clust_Pos1 = theGlobalPos.
z();
1242 clust_Pos2 = theGlobalPos.
phi();
1244 clust_Pos1 =
pow(theGlobalPos.
x() * theGlobalPos.
x() + theGlobalPos.
y() * theGlobalPos.
y(), 0.5);
1245 clust_Pos2 = theGlobalPos.
phi();
1267 edm::LogError(
"SiStripMonitorTrack") <<
"NULL hit" << std::endl;
1288 if (siStripClusterHandle.
isValid()) {
1291 DSVEnd = siStripClusterHandle->end();
1294 uint32_t detid = DSViter->id();
1297 LogDebug(
"SiStripMonitorTrack") <<
"on detid " << detid <<
" N Cluster= " << DSViter->size();
1328 edm::LogError(
"SiStripMonitorTrack") <<
"ClusterCollection is not valid!!" << std::endl;
1342 me.iLayer =
nullptr;
1344 me.iSubdet =
nullptr;
1346 std::map<std::string, LayerMEs>::iterator iLayer =
LayerMEsMap.find(layer_id);
1348 me.iLayer = &(iLayer->second);
1353 me.iRing = &(iRing->second);
1356 std::map<std::string, SubDetMEs>::iterator iSubdet =
SubDetMEsMap.find(sdet_tag);
1358 me.iSubdet = &(iSubdet->second);
1378 uint32_t thedetid = (*hit)->rawId();
1379 if (!(
DetId(thedetid).subdetId() >= 3 &&
DetId(thedetid).subdetId() <= 6)) {
1383 if (!(*hit)->isValid())
1387 if (theHit ==
nullptr) {
1395 if (hit1D && !hit2D) {
1401 else if (!hit1D && hit2D) {
1407 std::vector<const FedChannelConnection*> getFedChanConnections;
1414 for (
const auto& getFedChanConnection : getFedChanConnections) {
1415 if (getFedChanConnection ==
nullptr) {
1419 int binfeccrate = getFedChanConnection->fecCrate();
1420 int binfecslot = getFedChanConnection->fecSlot();
1421 int binfecring = getFedChanConnection->fecRing();
1480 if (
input1->getBinContent(binx, biny) == 0.) {
1482 input2->setBinContent(binx, biny, 1);
1484 double nentries =
input2->getBinContent(binx, biny);
1485 double theMeanSoN = (
input1->getBinContent(binx, biny) * nentries +
value) / (nentries + 1);
1487 input1->setBinContent(binx, biny, theMeanSoN);
1488 input2->setBinContent(binx, biny,
input2->getBinContent(binx, biny) + 1);
1495 const uint32_t detid,
1506 if (cluster ==
nullptr)
1516 LogDebug(
"SiStripMonitorTrack") <<
"\n\tLV " <<
LV.x() <<
" " <<
LV.y() <<
" " <<
LV.z() <<
" " <<
LV.mag()
1519 cosRZ = fabs(
LV.z()) /
LV.mag();
1520 LogDebug(
"SiStripMonitorTrack") <<
"\n\t cosRZ " << cosRZ << std::endl;
1531 double chargeraw = 0;
1532 double clustergain = 0;
1533 auto digi_it = digilist.
find(detid);
1535 for (
size_t chidx = 0; chidx < cluster->
stripCharges().size(); ++chidx) {
1544 if (digi_it == digilist.
end()) {
1547 for (
const auto& digiobj : *digi_it) {
1548 if (digiobj.strip() == cluster->
firstStrip() + chidx) {
1549 chargeraw += digiobj.adc();
1566 uint32_t adet = cluster->
detId();
1571 uint32_t adet = cluster->
detId();
1577 if (
MEs.iSubdet !=
nullptr) {
1578 MEs.iSubdet->totNClustersOnTrack++;
1580 MEs.iSubdet->totNClustersOnTrackStereo++;
1582 MEs.iSubdet->totNClustersOnTrackMono++;
1585 if (
MEs.iLayer !=
nullptr) {
1587 fillME(
MEs.iLayer->ClusterStoNCorrOnTrack, StoN * cosRZ);
1589 LogDebug(
"SiStripMonitorTrack") <<
"Module " << detid <<
" in Event " <<
eventNb <<
" noise " 1591 fillME(
MEs.iLayer->ClusterGain, clustergain);
1594 fillME(
MEs.iLayer->ClusterChargeRawOnTrack, chargeraw);
1600 fillME(
MEs.iLayer->ClusterPosOnTrack2D, valX, valY);
1603 fillME(
MEs.iLayer->ClusterChargePerCMfromTrack, dQdx_fromTrack);
1605 fillME(
MEs.iLayer->ClusterChargePerCMfromOriginOnTrack, dQdx_fromOrigin);
1608 if (
MEs.iRing !=
nullptr) {
1610 fillME(
MEs.iRing->ClusterStoNCorrOnTrack, StoN * cosRZ);
1612 LogDebug(
"SiStripMonitorTrack") <<
"Module " << detid <<
" in Event " <<
eventNb <<
" noise " 1614 fillME(
MEs.iRing->ClusterGain, clustergain);
1617 fillME(
MEs.iRing->ClusterChargeRawOnTrack, chargeraw);
1622 fillME(
MEs.iRing->ClusterChargePerCMfromTrack, dQdx_fromTrack);
1624 fillME(
MEs.iRing->ClusterChargePerCMfromOriginOnTrack, dQdx_fromOrigin);
1627 if (
MEs.iSubdet !=
nullptr) {
1628 fillME(
MEs.iSubdet->ClusterGain, clustergain);
1630 fillME(
MEs.iSubdet->ClusterChargeRawOnTrack, chargeraw);
1632 fillME(
MEs.iSubdet->ClusterStoNCorrOnTrack, StoN * cosRZ);
1635 fillME(
MEs.iSubdet->ClusterChargePerCMfromTrack, dQdx_fromTrack);
1637 fillME(
MEs.iSubdet->ClusterChargePerCMfromOriginOnTrack, dQdx_fromOrigin);
1642 fillME(
MEs.iSubdet->ClusterStoNCorrThickOnTrack, StoN * cosRZ);
1646 fillME(
MEs.iSubdet->ClusterStoNCorrThinOnTrack, StoN * cosRZ);
1652 uint32_t adet = cluster->
detId();
1657 LogDebug(
"SiStripMonitorTrack") <<
"Module " << detid <<
" in Event " <<
eventNb <<
" noise " <<
noise 1661 uint32_t adet = cluster->
detId();
1672 std::map<std::string, ModMEs>::iterator iModME =
ModMEsMap.find(
name);
1675 fillME(iModME->second.ClusterStoNCorr, StoN * cosRZ);
1678 <<
"Module " <<
name <<
" in Event " <<
eventNb <<
" noise " <<
noise << std::endl;
1679 fillME(iModME->second.ClusterGain, clustergain);
1681 fillME(iModME->second.ClusterChargeRaw, chargeraw);
1683 fillME(iModME->second.ClusterChargeCorr,
charge * cosRZ);
1689 fillME(iModME->second.ClusterChargePerCMfromTrack, dQdx_fromTrack);
1691 fillME(iModME->second.ClusterChargePerCMfromOrigin, dQdx_fromOrigin);
1695 int PGVposCounter = cluster->
maxIndex();
1699 fillME(iModME->second.ClusterPGV,
i, 0.);
1701 fillME(iModME->second.ClusterPGV, PGVposCounter++, (*it) / PGVmax);
1703 for (
int i = PGVposCounter;
1706 fillME(iModME->second.ClusterPGV,
i, 0.);
1712 if (
MEs.iSubdet !=
nullptr)
1713 MEs.iSubdet->totNClustersOffTrack++;
1716 uint32_t adet = cluster->
detId();
1719 LogDebug(
"SiStripMonitorTrack") <<
"Module firing " << detid <<
" in Event " <<
eventNb << std::endl;
1723 uint32_t adet = cluster->
detId();
1730 if (
MEs.iLayer !=
nullptr) {
1731 fillME(
MEs.iLayer->ClusterGain, clustergain);
1733 fillME(
MEs.iLayer->ClusterChargeRawOffTrack, chargeraw);
1737 fillME(
MEs.iLayer->ClusterChargePerCMfromOriginOffTrack, dQdx_fromOrigin);
1740 if (
MEs.iRing !=
nullptr) {
1741 fillME(
MEs.iRing->ClusterGain, clustergain);
1743 fillME(
MEs.iRing->ClusterChargeRawOffTrack, chargeraw);
1747 fillME(
MEs.iRing->ClusterChargePerCMfromOriginOffTrack, dQdx_fromOrigin);
1750 if (
MEs.iSubdet !=
nullptr) {
1751 fillME(
MEs.iSubdet->ClusterGain, clustergain);
1753 fillME(
MEs.iSubdet->ClusterChargeRawOffTrack, chargeraw);
1755 fillME(
MEs.iSubdet->ClusterStoNOffTrack, StoN);
1756 fillME(
MEs.iSubdet->ClusterChargePerCMfromOriginOffTrack, dQdx_fromOrigin);
MonitorElement * ClusterStoNCorr
MonitorElement * ClusterStoNCorr_OnTrack_FECSlotVsFECRing_TIBTID
MonitorElement * ClusterNoiseOnTrack
std::unique_ptr< TkHistoMap > tkhisto_NoiseOffTrack
edm::ESGetToken< TrackerTopology, TrackerTopologyRcd > trackerTopologyRunToken_
void return2DME(MonitorElement *input1, MonitorElement *input2, int binx, int biny, double value)
Det2MEs findMEs(const TrackerTopology *tTopo, const uint32_t detid)
MonitorElement * ClusterStoNCorr_OnTrack_TECP
MonitorElement * ClusterChargePerCMfromTrack
MonitorElement * bookMEProfile(DQMStore::IBooker &, const char *, const char *)
T getParameter(std::string const &) const
SiStripRecHit2D stereoHit() const
SiStripMonitorTrack(const edm::ParameterSet &)
edm::ESGetToken< TrackerTopology, TrackerTopologyRcd > trackerTopologyEventToken_
~SiStripMonitorTrack() override
iterator find(det_id_type id)
std::unique_ptr< TkHistoMap > tkhisto_ClChPerCMfromOrigin
void setSiStripFolderName(std::string name)
edm::ESGetToken< SiStripDetCabling, SiStripDetCablingRcd > siStripDetCablingToken_
void setCluster(const SiStripCluster &cluster, int detId)
edm::EDGetTokenT< reco::TrackCollection > trackToken_
T const & getData(const ESGetToken< T, R > &iToken) const noexcept(false)
const TrackerGeomDet * idToDetUnit(DetId) const override
Return the pointer to the GeomDetUnit corresponding to a given DetId.
MonitorElement * ClusterChargeRawOffTrack
const std::vector< const FedChannelConnection * > & getConnections(uint32_t det_id) const
void fillME(MonitorElement *ME, float value1)
std::pair< const std::string, const char * > getSubDetFolderAndTag(const uint32_t &detid, const TrackerTopology *tTopo)
virtual void setCurrentFolder(std::string const &fullpath)
SiStripDCSStatus * dcsStatus_
MonitorElement * nClustersTrendOnTrack
LocalPoint toLocal(const GlobalPoint &gp) const
Conversion to the R.F. of the GeomDet.
MonitorElement * ClusterPosOffTrack
MonitorElement * ClusterPosOnTrack
void trackStudyFromTrack(edm::Handle< reco::TrackCollection > trackCollectionHandle, const edm::DetSetVector< SiStripDigi > &digilist, const edm::Event &ev)
static constexpr auto TID
MonitorElement * ClusterGain
MonitorElement * ClusterStoNCorrOnTrack
math::XYZTLorentzVectorD LV
MonitorElement * ClusterStoNOffTrack
MonitorElement * ClusterChargeOnTrack
Geom::Phi< T > phi() const
std::map< std::string, RingMEs > RingMEsMap
std::string topFolderName_
const TrackerGeometry * tkgeom_
T const * product() const
Global3DPoint GlobalPoint
std::vector< Track > TrackCollection
collection of Tracks
bool clusterInfos(SiStripClusterInfo *cluster, const uint32_t detid, enum ClusterFlags flags, bool track_ok, LocalVector LV, const Det2MEs &MEs, const TrackerTopology *tTopo, const SiStripGain *stripGain, const SiStripQuality *stripQuality, const edm::DetSetVector< SiStripDigi > &digilist, float clustZ, float clustPhi)
MonitorElement * ClusterStoNCorrThinOnTrack
const SiStripGain * siStripGain() const
MonitorElement * bookMETrend(DQMStore::IBooker &, const char *)
MonitorElement * ClusterChargePerCMfromTrack
const SiStripApvGain::Range getRange(uint32_t detID) const
void setLayerFolder(uint32_t rawdetid, const TrackerTopology *tTopo, int32_t layer=0, bool ring_flag=false)
MonitorElement * ClusterChargeCorrOnTrack
Provides a code based selection for trigger and DCS information in order to have no failing filters i...
MonitorElement * ClusterChargeRawOffTrack
data_type const * const_iterator
std::string TrackProducer_
MonitorElement * ClusterPosOnTrack2D
bool trackFilter(const reco::Track &track)
void bookLayerMEs(DQMStore::IBooker &, const uint32_t, std::string &)
const DetContainer & detUnits() const override
Returm a vector of all GeomDet.
void RecHitInfo(const T *tkrecHit, LocalVector LV, const edm::DetSetVector< SiStripDigi > &digilist, const edm::Event &ev, bool track_ok)
MonitorElement * ClusterChargeCorr
Log< level::Error, false > LogError
MonitorElement * ClusterGain
void find(edm::Handle< EcalRecHitCollection > &hits, DetId thisDet, std::vector< EcalRecHitCollection::const_iterator > &hit, bool debug=false)
MonitorElement * ClusterChargeOffTrack
const Range getRange(const uint32_t detID) const
MonitorElement * ClusterStoNCorr_OnTrack_FECSlotVsFECRing_TECM
MonitorElement * nClustersOnTrackMono
MonitorElement * ClusterStoNCorrOnTrack
constexpr Detector det() const
get the detector field from this detid
void bookHistograms(DQMStore::IBooker &, edm::Run const &, const edm::EventSetup &) override
MonitorElement * ClusterChargePerCMfromOriginOffTrack
ClusterRef cluster() const
auto stripCharges() const -> decltype(cluster() ->amplitudes())
MonitorElement * nClustersOnTrackStereo
MonitorElement * ClusterPGV
MonitorElement * ClusterChargeCorrThinOnTrack
MonitorElement * nClustersTrendOffTrack
void setDetectorFolder(uint32_t rawdetid, const TrackerTopology *tTopo)
float signalOverNoise() const
MonitorElement * ClusterCharge
bool getStatus(edm::Event const &e, edm::EventSetup const &eSetup)
edmNew::DetSet< SiStripCluster >::const_iterator ClusIter
edm::ESGetToken< TkDetMap, TrackerTopologyRcd > tkDetMapToken_
MonitorElement * ClusterCount_OnTrack_FECCratevsFECSlot
MonitorElement * ClusterChargeRawOnTrack
MonitorElement * ClusterChargeRaw
MonitorElement * ClusterStoNCorr_OnTrack_TOB
MonitorElement * ClusterGain
edm::EventNumber_t eventNb
std::unordered_set< const SiStripCluster * > vPSiStripCluster
std::map< std::string, SubDetMEs > SubDetMEsMap
unsigned int tecSide(const DetId &id) const
virtual void setAxisRange(double xmin, double xmax, int axis=1)
set x-, y- or z-axis range (axis=1, 2, 3 respectively)
MonitorElement * bookProfile(TString const &name, TString const &title, int nchX, double lowX, double highX, int, double lowY, double highY, char const *option="s", FUNC onbooking=NOOP())
MonitorElement * ClusterChargeOffTrack
static float getStripGain(const uint16_t &strip, const SiStripApvGain::Range &range)
MonitorElement * nClustersOnTrack
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
std::unique_ptr< TkHistoMap > tkhisto_ClChPerCMfromTrack
MonitorElement * ClusterNoiseOffTrack
uint8_t maxCharge() const
MonitorElement * bookME2D(DQMStore::IBooker &, const char *, const char *)
MonitorElement * ClusterWidthOnTrack
void bookSubDetMEs(DQMStore::IBooker &, std::string &name)
const SiStripQuality * siStripQuality() const
constexpr int subdetId() const
get the contents of the subdetector field (not cast into any detector's numbering enum) ...
void book(DQMStore::IBooker &, const TrackerTopology *tTopo, const TkDetMap *tkDetMap)
SiStripClusterInfo siStripClusterInfo_
std::unique_ptr< TkHistoMap > tkhisto_NumOffTrack
MonitorElement * ClusterChargePerCMfromOrigin
MonitorElement * ClusterChargePerCMfromOriginOffTrack
SiStripFolderOrganizer folderOrganizer_
std::string getSubdetid(uint32_t id, const TrackerTopology *tTopo, bool flag_ring)
MonitorElement * ClusterChargePerCMfromTrack
virtual void setBinLabel(int bin, const std::string &label, int axis=1)
set bin label for x, y or z axis (axis=1, 2, 3 respectively)
MonitorElement * ClusterChargeOnTrack
MonitorElement * ClusterCount_OnTrack_FECSlotVsFECRing_TOB
static constexpr auto TOB
MonitorElement * ClusterNoiseOffTrack
edm::EDGetTokenT< edm::DetSetVector< SiStripDigi > > digiToken_
const TrackerGeomDet * idToDet(DetId) const override
iterator end()
Return the off-the-end iterator.
MonitorElement * ClusterChargeCorrOnTrack
MonitorElement * ClusterChargeCorrThickOnTrack
GlobalPoint toGlobal(const Local2DPoint &lp) const
Conversion to the global R.F. from the R.F. of the GeomDet.
float noiseRescaledByGain() const
const GeomDetUnit * monoDet() const
MonitorElement * ClusterCount_OnTrack_FECSlotVsFECRing_TECM
uint16_t firstStrip() const
SiStripModuleGeometry moduleGeometry(const DetId &id) const
Detector identifier class for the strip tracker.
boost::transform_iterator< IterHelp, const_IdIter > const_iterator
uint16_t maxIndex() const
void bookModMEs(DQMStore::IBooker &, const uint32_t)
MonitorElement * ClusterChargeRawOnTrack
MonitorElement * ClusterWidth
MonitorElement * ClusterChargeOnTrack
void trajectoryStudy(const reco::Track &track, const edm::DetSetVector< SiStripDigi > &digilist, const edm::Event &ev, bool track_ok)
DetId geographicalId() const
MonitorElement * ClusterStoNCorr_OnTrack_FECCratevsFECSlot
bool IsStripBad(uint32_t detid, short strip) const
MonitorElement * ClusterStoNCorr_OnTrack_FECSlotVsFECRing_TECP
MonitorElement * ClusterWidthOffTrack
std::unique_ptr< TkHistoMap > tkhisto_ClusterWidthOffTrack
std::string createHistoId(std::string description, std::string id_type, uint32_t component_id)
MonitorElement * ClusterPosOnTrack
constexpr uint32_t rawId() const
get the raw id
void AllClusters(const edm::Event &ev)
MonitorElement * ClusterChargePerCMfromTrack
MonitorElement * book2D(TString const &name, TString const &title, int nchX, double lowX, double highX, int nchY, double lowY, double highY, FUNC onbooking=NOOP())
MonitorElement * ClusterPosOffTrack
bool fillControlViewHistos(const edm::Event &ev)
MonitorElement * ClusterChargeOffTrack
const GeomDetUnit * stereoDet() const
std::map< std::string, ModMEs > ModMEsMap
virtual DQM_DEPRECATED void setStatOverflows(bool value)
MonitorElement * ClusterPos
MonitorElement * ClusterChargeCorrOnTrack
std::unique_ptr< TkHistoMap > tkhisto_StoNCorrOnTrack
static constexpr auto TIB
std::pair< std::string, int32_t > GetSubDetAndLayer(const uint32_t &detid, const TrackerTopology *tTopo, bool ring_flag=false)
MonitorElement * ClusterStoNCorr_OnTrack_FECSlotVsFECRing_TOB
void trackStudyFromTrajectory(edm::Handle< reco::TrackCollection > trackCollectionHandle, const edm::DetSetVector< SiStripDigi > &digilist, const edm::Event &ev)
MonitorElement * bookME3D(DQMStore::IBooker &, const char *, const char *)
int totNClustersOnTrackStereo
MonitorElement * ClusterStoNCorr_OnTrack_TIBTID
GenericTriggerEventFlag * genTriggerEventFlag_
MonitorElement * ClusterChargeRawOnTrack
std::unique_ptr< TkHistoMap > tkhisto_ClusterWidthOnTrack
MonitorElement * ClusterChargePerCMfromOriginOnTrack
std::unique_ptr< TkHistoMap > tkhisto_NumMissingHits
SiStripRecHit2D originalHit() const
static int position[264][3]
const SiStripDetCabling * siStripDetCabling_
void dqmBeginRun(const edm::Run &run, const edm::EventSetup &) override
std::unique_ptr< TkHistoMap > tkhisto_NoiseOnTrack
int totNClustersOnTrackMono
std::unique_ptr< TkHistoMap > tkhisto_NumberValidHits
std::unique_ptr< TkHistoMap > tkhisto_NumOnTrack
MonitorElement * ClusterWidthOnTrack
SiStripRecHit2D monoHit() const
MonitorElement * bookME1D(DQMStore::IBooker &, const char *, const char *)
MonitorElement * ClusterCount_OnTrack_FECSlotVsFECRing_TIBTID
MonitorElement * ClusterGain
std::unique_ptr< TkHistoMap > tkhisto_NumberInactiveHits
bool clchCMoriginTkHmap_On_
void initRun(const edm::Run &run, const edm::EventSetup &setup)
To be called from beginRun() methods.
MonitorElement * ClusterChargePerCMfromOriginOnTrack
edm::ParameterSet Parameters
std::string createHistoLayer(std::string description, std::string id_type, std::string path, std::string flag)
void initEvent(const edm::EventSetup &iSetup)
MonitorElement * book1D(TString const &name, TString const &title, int const nchX, double const lowX, double const highX, FUNC onbooking=NOOP())
void hitStudy(const edm::Event &ev, const edm::DetSetVector< SiStripDigi > &digilist, const ProjectedSiStripRecHit2D *projhit, const SiStripMatchedRecHit2D *matchedhit, const SiStripRecHit2D *hit2D, const SiStripRecHit1D *hit1D, LocalVector localMomentum, const bool track_ok)
The Signals That Services Can Subscribe To This is based on ActivityRegistry h
Helper function to determine trigger accepts.
MonitorElement * ClusterWidthOffTrack
MonitorElement * book3D(TString const &name, TString const &title, int nchX, double lowX, double highX, int nchY, double lowY, double highY, int nchZ, double lowZ, double highZ, FUNC onbooking=NOOP())
MonitorElement * nClustersOffTrack
void trackStudy(const edm::Event &ev)
ClusterRef cluster() const
void bookRingMEs(DQMStore::IBooker &, const uint32_t, std::string &)
MonitorElement * ClusterStoNCorrThickOnTrack
MonitorElement * ClusterChargePerCMfromOriginOnTrack
bool applyClusterQuality_
Power< A, B >::type pow(const A &a, const B &b)
edm::InputTag Cluster_src_
const uint16_t nApvPairs(uint32_t det_id) const
void analyze(const edm::Event &, const edm::EventSetup &) override
MonitorElement * handleBookMEs(DQMStore::IBooker &, std::string &, std::string &, std::string &, std::string &)
static constexpr auto TEC
edm::ESGetToken< TrackerGeometry, TrackerDigiGeometryRecord > trackerGeometryToken_
MonitorElement * ClusterCount_OnTrack_FECSlotVsFECRing_TECP
void addActiveDetectorsRawIds(std::vector< uint32_t > &) const
MonitorElement * ClusterStoNCorr_OnTrack_TECM
const TrackerTopology * trackerTopology_
MonitorElement * ClusterChargeRawOffTrack
edm::EDGetTokenT< edmNew::DetSetVector< SiStripCluster > > clusterToken_
virtual void setAxisTitle(const std::string &title, int axis=1)
set x-, y- or z-axis title (axis=1, 2, 3 respectively)
std::map< std::string, LayerMEs > LayerMEsMap
MonitorElement * ClusterChargePerCMfromOriginOffTrack
MonitorElement * ClusterNoiseOnTrack