57 : ecalRawDataColl_(iConfig.getParameter<
edm::
InputTag>(
"ecalRawDataColl")),
58 ecalRecHitCollectionEB_(iConfig.getParameter<
edm::
InputTag>(
"ecalRecHitCollectionEB")),
59 ecalRecHitCollectionEE_(iConfig.getParameter<
edm::
InputTag>(
"ecalRecHitCollectionEE")),
60 barrelClusterCollection_(iConfig.getParameter<
edm::
InputTag>(
"barrelClusterCollection")),
61 endcapClusterCollection_(iConfig.getParameter<
edm::
InputTag>(
"endcapClusterCollection")),
62 l1GTReadoutRecTag_(iConfig.getUntrackedParameter<
std::
string>(
"L1GlobalReadoutRecord",
"gtDigis")),
63 l1GMTReadoutRecTag_(iConfig.getUntrackedParameter<
std::
string>(
"L1GlobalMuonReadoutRecord",
"gtDigis")),
65 histRangeMax_(iConfig.getUntrackedParameter<double>(
"histogramMaxRange", 1.8)),
66 histRangeMin_(iConfig.getUntrackedParameter<double>(
"histogramMinRange", 0.0)),
67 minTimingAmpEB_(iConfig.getUntrackedParameter<double>(
"MinTimingAmpEB", 0.100)),
68 minTimingAmpEE_(iConfig.getUntrackedParameter<double>(
"MinTimingAmpEE", 0.100)),
69 minRecHitAmpEB_(iConfig.getUntrackedParameter<double>(
"MinRecHitAmpEB", 0.027)),
70 minRecHitAmpEE_(iConfig.getUntrackedParameter<double>(
"MinRecHitAmpEE", 0.18)),
71 minHighEnergy_(iConfig.getUntrackedParameter<double>(
"MinHighEnergy", 2.0)),
72 fileName_(iConfig.getUntrackedParameter<
std::
string>(
"fileName",
std::
string(
"ecalCosmicHists"))),
73 runInFileName_(iConfig.getUntrackedParameter<
bool>(
"runInFileName",
true)),
74 startTime_(iConfig.getUntrackedParameter<double>(
"TimeStampStart", 1215107133.)),
75 runTimeLength_(iConfig.getUntrackedParameter<double>(
"TimeStampLength", 3.)),
76 numTimingBins_(iConfig.getUntrackedParameter<
int>(
"TimeStampBins", 1800)) {
90 string title1 =
"Seed Energy for All Feds; Seed Energy (GeV)";
91 string name1 =
"SeedEnergyAllFEDs";
106 bool hasEndcapClusters =
true;
107 int ievt = iEvent.
id().
event();
122 LogWarning(
"EcalCosmicsHists") <<
"Global EB ADC->GeV scale: " << agc->
getEBValue() <<
" GeV/ADC count";
123 LogWarning(
"EcalCosmicsHists") <<
"Global EE ADC->GeV scale: " << agc->
getEEValue() <<
" GeV/ADC count";
132 unsigned int timeStampLow = (0xFFFFFFFF & iEvent.
time().
value());
133 unsigned int timeStampHigh = (iEvent.
time().
value() >> 32);
134 double rawEventTime = (double)(timeStampHigh) + ((double)(timeStampLow) / 1000000.);
144 LogDebug(
"EcalCosmicsHists") <<
"event " << ievt;
149 hasEndcapClusters =
false;
169 LogWarning(
"EcalCosmicsHists") <<
"DCC headers not available";
179 headerItr->getEventSettings();
180 int myorbit = headerItr->getOrbit();
181 int mybx = headerItr->getBX();
182 int myRunType = headerItr->getRunType();
183 int FEDid = headerItr->fedId();
185 if (dccRuntypeHist ==
nullptr) {
189 dccRuntypeHist->Fill(mybx, myRunType);
193 }
else if (bx != mybx) {
194 LogWarning(
"EcalCosmicsHists") <<
"This header has a conflicting bx OTHERS were " << bx <<
" here " << mybx;
201 if (runType == -100) {
203 }
else if (runType != myRunType) {
204 LogWarning(
"EcalCosmicsHists") <<
"This header has a conflicting runType OTHERS were " << bx <<
" here " << mybx;
212 }
else if (orbit != myorbit) {
213 LogWarning(
"EcalCosmicsHists") <<
"This header has a conflicting orbit; OTHERS were " << orbit <<
" here " 224 bool isEcalL1 = l1Triggers[4];
225 bool isHCALL1 = l1Triggers[3];
226 bool isRPCL1 = l1Triggers[2];
227 bool isCSCL1 = l1Triggers[1];
228 bool isDTL1 = l1Triggers[0];
234 int numberOfCosmics = 0;
235 int numberOfCosmicsEB = 0;
236 int numberOfCosmicsEEP = 0;
237 int numberOfCosmicsEEM = 0;
238 int numberOfCosmicsTop = 0;
239 int numberOfCosmicsBottom = 0;
240 int numberOfHighEClusters = 0;
242 std::vector<EBDetId> seeds;
247 for (reco::SuperClusterCollection::const_iterator clus = clusterCollection_p->begin();
248 clus != clusterCollection_p->end();
250 double energy = clus->energy();
251 double phi = clus->phi();
252 double eta = clus->eta();
253 double time = -1000.0;
255 double secondMin = 0.;
256 double secondTime = -1000.;
257 int numXtalsinCluster = 0;
266 double cphi = (*bclus)->phi();
267 double ceta = (*bclus)->eta();
272 std::vector<std::pair<DetId, float> > clusterDetIds = clus->hitsAndFractions();
273 for (std::vector<std::pair<DetId, float> >::const_iterator detitr = clusterDetIds.begin();
274 detitr != clusterDetIds.end();
278 std::cout <<
" det is " << (*detitr).first.det() << std::endl;
281 if ((*detitr).first.subdetId() !=
EcalBarrel) {
282 std::cout <<
" subdet is " << (*detitr).first.subdetId() << std::endl;
286 if (thishit == hits->
end())
292 double thisamp = myhit.
energy();
296 if (thisamp > secondMin) {
298 secondTime = myhit.
time();
299 secDet = (
EBDetId)(*detitr).first;
301 if (secondMin > ampli) {
308 double fullnumXtalsinCluster = clusterDetIds.size();
310 float E2 = ampli + secondMin;
312 int FEDid = 600 + elecId.
dccId();
318 seeds.push_back(maxDet);
319 int ieta = maxDet.
ieta();
320 int iphi = maxDet.
iphi();
321 int ietaSM = maxDet.
ietaSM();
322 int iphiSM = maxDet.
iphiSM();
327 if (iphi > 0 && iphi < 180) {
328 numberOfCosmicsTop++;
330 numberOfCosmicsBottom++;
349 if (uRecHist ==
nullptr) {
367 uRecHist->Fill(ampli);
368 E2uRecHist->Fill(E2);
369 E2vsE1uRecHist->Fill(ampli, E2);
370 energyuRecHist->Fill(energy);
371 energyvsE1uRecHist->Fill(ampli, energy);
379 iphiProfileHist->Fill(iphi);
380 ietaProfileHist->Fill(ieta);
401 occupHist->Fill(ietaSM, iphiSM);
402 if (fullnumXtalsinCluster == 1) {
409 if (isEcalL1 && !isDTL1 && !isRPCL1 && !isCSCL1 && !isHCALL1) {
421 if (!isEcalL1 && !isDTL1 && !isRPCL1 && !isCSCL1 && isHCALL1) {
433 if (!isEcalL1 && isDTL1 && !isRPCL1 && !isCSCL1 && !isHCALL1) {
445 if (!isEcalL1 && !isDTL1 && isRPCL1 && !isCSCL1 && !isHCALL1) {
457 if (!isEcalL1 && !isDTL1 && !isRPCL1 && isCSCL1 && !isHCALL1) {
498 if (isEcalL1 && (isCSCL1 || isRPCL1 || isDTL1) && !isHCALL1)
502 timingHist->Fill(time);
504 timingHistVsAmp->Fill(time, ampli);
508 timingHistVsPhi->Fill(time, iphiSM);
509 timingHistVsModule->Fill(time, ietaSM);
514 if (FEDid >= 610 && FEDid <= 627)
516 if (FEDid >= 628 && FEDid <= 645)
519 if (FEDid >= 610 && FEDid <= 627)
521 if (FEDid >= 628 && FEDid <= 645)
523 if (FEDid >= 613 && FEDid <= 616)
525 if (FEDid >= 631 && FEDid <= 634)
527 if (FEDid >= 622 && FEDid <= 625)
529 if (FEDid >= 640 && FEDid <= 643)
536 LogInfo(
"EcalCosmicsHists") <<
"High energy event " << iEvent.
id().
run() <<
" : " << iEvent.
id().
event() <<
" " 537 <<
naiveEvtNum_ <<
" : " << energy <<
" " << numXtalsinCluster <<
" : " << iphi <<
" " 538 << ieta <<
" : " << isEcalL1 << isHCALL1 << isDTL1 << isRPCL1 << isCSCL1;
540 numberOfHighEClusters++;
555 if (energy > 100.0) {
556 LogInfo(
"EcalCosmicsHists") <<
"Very high energy event " << iEvent.
id().
run() <<
" : " << iEvent.
id().
event()
557 <<
" " <<
naiveEvtNum_ <<
" : " << energy <<
" " << numXtalsinCluster <<
" : " 558 << iphi <<
" " << ieta <<
" : " << isEcalL1 << isHCALL1 << isDTL1 << isRPCL1
572 if (hasEndcapClusters) {
573 clusterCollection_p = escHandle.
product();
574 for (reco::SuperClusterCollection::const_iterator clus = clusterCollection_p->begin();
575 clus != clusterCollection_p->end();
577 double energy = clus->energy();
580 double time = -1000.0;
582 double secondMin = 0.;
583 double secondTime = -1000.;
584 int clusSize = clus->clustersSize();
585 int numXtalsinCluster = 0;
599 std::vector<std::pair<DetId, float> > clusterDetIds = clus->hitsAndFractions();
600 for (std::vector<std::pair<DetId, float> >::const_iterator detitr = clusterDetIds.begin();
601 detitr != clusterDetIds.end();
607 LogError(
"EcalCosmicsHists") <<
" det is " << (*detitr).first.det();
610 if ((*detitr).first.subdetId() !=
EcalEndcap) {
611 LogError(
"EcalCosmicsHists") <<
" subdet is " << (*detitr).first.subdetId();
617 if (thishit == hitsEE->
end()) {
618 LogInfo(
"EcalCosmicsHists") <<
" WARNING: EEDetId not found in the RecHit collection!";
627 double thisamp = myhit.
energy();
631 if (thisamp > secondMin) {
633 secondTime = myhit.
time();
634 secDet = (
EEDetId)(*detitr).first;
636 if (secondMin > ampli) {
645 double fullnumXtalsinCluster = clusterDetIds.size();
647 float E2 = ampli + secondMin;
656 int ix = maxDet.
ix();
657 int iy = maxDet.
iy();
658 int iz = maxDet.
zside();
665 LogWarning(
"EcalCosmicsHists") <<
"INVALID EE DetId !!!" << endl;
671 numberOfCosmicsEEM++;
673 numberOfCosmicsEEP++;
736 if (fullnumXtalsinCluster == 1) {
749 if (isEcalL1 && !isDTL1 && !isRPCL1 && !isCSCL1 && !isHCALL1) {
759 if (!isEcalL1 && !isDTL1 && !isRPCL1 && !isCSCL1 && isHCALL1) {
769 if (!isEcalL1 && isDTL1 && !isRPCL1 && !isCSCL1 && !isHCALL1) {
779 if (!isEcalL1 && !isDTL1 && isRPCL1 && !isCSCL1 && !isHCALL1) {
789 if (!isEcalL1 && !isDTL1 && !isRPCL1 && isCSCL1 && !isHCALL1) {
843 if (fullnumXtalsinCluster == 1) {
856 if (isEcalL1 && !isDTL1 && !isRPCL1 && !isCSCL1 && !isHCALL1) {
866 if (!isEcalL1 && !isDTL1 && !isRPCL1 && !isCSCL1 && isHCALL1) {
876 if (!isEcalL1 && isDTL1 && !isRPCL1 && !isCSCL1 && !isHCALL1) {
886 if (!isEcalL1 && !isDTL1 && isRPCL1 && !isCSCL1 && !isHCALL1) {
896 if (!isEcalL1 && !isDTL1 && !isRPCL1 && isCSCL1 && !isHCALL1) {
938 LogInfo(
"EcalCosmicsHists") <<
"High energy event in EE " << iEvent.
id().
run() <<
" : " << iEvent.
id().
event()
939 <<
" " <<
naiveEvtNum_ <<
" : " << energy <<
" " << numXtalsinCluster <<
" : " << ix
940 <<
" " << iy <<
" : " << isEcalL1 << isHCALL1 << isDTL1 << isRPCL1 << isCSCL1;
962 if (energy > 100.0) {
963 LogInfo(
"EcalCosmicsHists") <<
"Very high energy event in EE " << iEvent.
id().
run() <<
" : " 965 << numXtalsinCluster <<
" : " << ix <<
" " << iy <<
" : " << isEcalL1 << isHCALL1
966 << isDTL1 << isRPCL1 << isCSCL1;
985 if (numberOfCosmics > 0) {
994 if (numberOfCosmicsEB > 0)
996 if (numberOfCosmicsEEP > 0)
998 if (numberOfCosmicsEEM > 0)
1001 if (numberOfCosmicsTop && numberOfCosmicsBottom) {
1010 iEvent.
getByLabel(
"cosmicMuons", recoTracks);
1014 std::map<int, std::vector<DetId> > trackDetIdMap;
1016 for (reco::TrackCollection::const_iterator recoTrack = recoTracks->begin(); recoTrack != recoTracks->end();
1018 if (fabs(recoTrack->d0()) > 70 || fabs(recoTrack->dz()) > 70)
1020 if (recoTrack->numberOfValidHits() < 20)
1059 if (thishit == hits->
end())
1073 trackDetIdMap.insert(std::pair<
int, std::vector<DetId> >(tracks, info.
crossedEcalIds));
1078 int numAssocTracks = 0;
1079 int numAssocClusters = 0;
1080 edm::LogVerbatim(
"TrackAssociator") <<
"Matching cosmic clusters to tracks...";
1081 int numSeeds = seeds.size();
1082 int numTracks = trackDetIdMap.size();
1083 while (!seeds.empty() && !trackDetIdMap.empty()) {
1084 double bestDr = 1000;
1085 double bestDPhi = 1000;
1086 double bestDEta = 1000;
1087 double bestEtaTrack = 1000;
1088 double bestEtaSeed = 1000;
1089 double bestPhiTrack = 1000;
1090 double bestPhiSeed = 1000;
1094 std::map<EBDetId, EBDetId> trackDetIdToSeedMap;
1098 for (std::vector<EBDetId>::const_iterator seedItr = seeds.begin(); seedItr != seeds.end(); ++seedItr) {
1099 for (
std::map<
int, std::vector<DetId> >::const_iterator mapItr = trackDetIdMap.begin();
1100 mapItr != trackDetIdMap.end();
1102 for (
unsigned int i = 0;
i < mapItr->second.size();
i++) {
1104 if (mapItr->second[
i].det() ==
DetId::Ecal && mapItr->second[
i].subdetId() == 1) {
1105 EBDetId ebDet = (mapItr->second[
i]);
1106 double seedEta = seedItr->
ieta();
1107 double deta = ebDet.
ieta() - seedEta;
1108 if (seedEta * ebDet.
ieta() < 0)
1109 deta > 0 ? (deta = deta - 1.) : (deta = deta + 1.);
1111 double dphi = ebDet.
iphi() - seedItr->iphi();
1112 if (
abs(dphi) > 180)
1113 dphi > 0 ? (dphi = 360 - dphi) : (dphi = -360 - dphi);
1114 dR =
sqrt(deta * deta + dphi * dphi);
1119 bestTrackDet = mapItr->second[
i];
1120 bestTrack = mapItr->first;
1121 bestSeed = (*seedItr);
1122 bestEtaTrack = ebDet.
ieta();
1123 bestEtaSeed = seedEta;
1124 bestPhiTrack = ebDet.
iphi();
1125 bestPhiSeed = seedItr->iphi();
1131 if (bestDr < 1000) {
1139 seeds.erase(
find(seeds.begin(), seeds.end(), bestSeed));
1140 trackDetIdMap.erase(trackDetIdMap.find(bestTrack));
1141 trackDetIdToSeedMap[bestTrackDet] = bestSeed;
1146 if (bestDPhi < 1.5 && bestDEta < 1.8) {
1151 if (Ecalhit == hits->
end()) {
1154 double EcalhitEnergy = Ecalhit->energy();
1160 edm::LogVerbatim(
"TrackAssociator") <<
"could not match cluster seed to track." << bestDr;
1164 if (numSeeds > 0 && numTracks > 0) {
1168 if (numTracks > 0) {
1179 iEvent.
getByLabel(
"cosmicMuonsBarrelOnly", recoTracksBarrel);
1180 if (!recoTracksBarrel.
isValid()) {
1185 for (reco::TrackCollection::const_iterator recoTrack = recoTracksBarrel->begin();
1186 recoTrack != recoTracksBarrel->end();
1192 for (reco::SuperClusterCollection::const_iterator clus = clusterCollection_p->begin();
1193 clus != clusterCollection_p->end();
1195 double energy = clus->energy();
1196 double phi = clus->phi();
1197 double eta = clus->eta();
1199 if (recoTracksBarrel->empty())
1201 if (recoTracksBarrel->size() == 1)
1203 if (recoTracksBarrel->size() == 2)
1206 std::vector<std::pair<DetId, float> > clusterDetIds = clus->hitsAndFractions();
1207 for (std::vector<std::pair<DetId, float> >::const_iterator detitr = clusterDetIds.begin();
1208 detitr != clusterDetIds.end();
1213 if ((*detitr).first.subdetId() !=
EcalBarrel) {
1217 if (thishit == hits->
end()) {
1221 double rechitenergy = thishit->energy();
1222 int ieta = ((
EBDetId)(*detitr).first).ieta();
1223 int iphi = ((
EBDetId)(*detitr).first).iphi();
1225 if (recoTracksBarrel->empty())
1227 if (recoTracksBarrel->size() == 1)
1229 if (recoTracksBarrel->size() == 2)
1232 if (rechitenergy > 10)
1233 edm::LogWarning(
"EcalCosmicsHists") <<
"!!!!! Crystal with energy " << rechitenergy <<
" at (ieta,iphi) (" 1234 << ieta <<
" ," << iphi <<
"); Id: " << (*detitr).first.det();
1240 if (recoTracksBarrel->size() == 2) {
1241 reco::TrackCollection::const_iterator Track1 = recoTracksBarrel->begin();
1242 reco::TrackCollection::const_iterator Track2 = (recoTracksBarrel->begin()) + 1;
1243 float angle = (acos(
sin(Track1->theta()) *
cos(Track1->phi()) *
sin(Track2->theta()) *
cos(Track2->phi()) +
1244 sin(Track1->theta()) *
sin(Track1->phi()) *
sin(Track2->theta()) *
sin(Track2->phi()) +
1245 cos(Track1->theta()) *
cos(Track2->theta()))) /
1249 if ((Track1->innerPosition().phi()) > 0 && (Track2->innerPosition().phi()) < 0) {
1308 std::vector<bool> l1Triggers;
1310 for (
int i = 0;
i < 5;
i++)
1311 l1Triggers.push_back(
false);
1317 if (!(gmtrc_handle.
isValid())) {
1318 LogWarning(
"EcalCosmicsHists") <<
"l1MuGMTReadoutCollection" 1319 <<
" not available";
1343 bool l1DoubleNoIsoEGBTBtight = menu->
gtAlgorithmResult(
"L1_DoubleNoIsoEG_BTB_tight", dWord);
1344 bool l1DoubleNoIsoEGBTBloose = menu->
gtAlgorithmResult(
"L1_DoubleNoIsoEG_BTB_loose ", dWord);
1345 bool l1DoubleNoIsoEGTopBottom = menu->
gtAlgorithmResult(
"L1_DoubleNoIsoEGTopBottom", dWord);
1346 bool l1DoubleNoIsoEGTopBottomCen = menu->
gtAlgorithmResult(
"L1_DoubleNoIsoEGTopBottomCen", dWord);
1347 bool l1DoubleNoIsoEGTopBottomCen2 = menu->
gtAlgorithmResult(
"L1_DoubleNoIsoEGTopBottomCen2", dWord);
1348 bool l1DoubleNoIsoEGTopBottomCenVert = menu->
gtAlgorithmResult(
"L1_DoubleNoIsoEGTopBottomCenVert", dWord);
1350 l1Triggers[4] = l1SingleEG1 || l1SingleEG5 || l1SingleEG8 || l1SingleEG10 || l1SingleEG12 || l1SingleEG15 ||
1351 l1SingleEG20 || l1SingleEG25 || l1DoubleNoIsoEGBTBtight || l1DoubleNoIsoEGBTBloose ||
1352 l1DoubleNoIsoEGTopBottom || l1DoubleNoIsoEGTopBottomCen || l1DoubleNoIsoEGTopBottomCen2 ||
1353 l1DoubleNoIsoEGTopBottomCenVert;
1355 std::vector<L1MuGMTReadoutRecord> gmt_records = gmtrc->
getRecords();
1356 std::vector<L1MuGMTReadoutRecord>::const_iterator igmtrr;
1357 for (igmtrr = gmt_records.begin(); igmtrr != gmt_records.end(); igmtrr++) {
1358 std::vector<L1MuRegionalCand>::const_iterator iter1;
1359 std::vector<L1MuRegionalCand> rmc;
1363 rmc = igmtrr->getDTBXCands();
1364 for (iter1 = rmc.begin(); iter1 != rmc.end(); iter1++) {
1365 if (!(*iter1).empty()) {
1371 if (igmtrr->getBxInEvent() == 0 && idt > 0)
1372 l1Triggers[0] =
true;
1376 rmc = igmtrr->getBrlRPCCands();
1377 for (iter1 = rmc.begin(); iter1 != rmc.end(); iter1++) {
1378 if (!(*iter1).empty()) {
1384 if (igmtrr->getBxInEvent() == 0 && irpcb > 0)
1385 l1Triggers[2] =
true;
1389 rmc = igmtrr->getCSCCands();
1390 for (iter1 = rmc.begin(); iter1 != rmc.end(); iter1++) {
1391 if (!(*iter1).empty()) {
1397 if (igmtrr->getBxInEvent() == 0 && icsc > 0)
1398 l1Triggers[1] =
true;
1403 for (
int ibx = -1; ibx <= 1; ibx++) {
1404 bool hcal_top =
false;
1405 bool hcal_bot =
false;
1407 std::vector<int> valid_phi;
1408 if ((psb.
aData(4) & 0x3f) >= 1) {
1409 valid_phi.push_back((psb.
aData(4) >> 10) & 0x1f);
1411 if ((psb.
bData(4) & 0x3f) >= 1) {
1412 valid_phi.push_back((psb.
bData(4) >> 10) & 0x1f);
1414 if ((psb.
aData(5) & 0x3f) >= 1) {
1415 valid_phi.push_back((psb.
aData(5) >> 10) & 0x1f);
1417 if ((psb.
bData(5) & 0x3f) >= 1) {
1418 valid_phi.push_back((psb.
bData(5) >> 10) & 0x1f);
1420 std::vector<int>::const_iterator iphi;
1421 for (iphi = valid_phi.begin(); iphi != valid_phi.end(); iphi++) {
1428 if (ibx == 0 && hcal_top && hcal_bot)
1429 l1Triggers[3] =
true;
1432 edm::LogInfo(
"EcalCosmicsHists") <<
"**** Trigger SourceSource ****";
1443 edm::LogInfo(
"EcalCosmicsHists") <<
"************************";
1450 using namespace std;
1453 string title1 =
"Energy of Seed Crystal ";
1455 title1.append(
";Seed Energy (GeV);Number of Cosmics");
1456 string name1 =
"SeedEnergyFED";
1461 FEDsAndHists_[FED]->SetDirectory(
nullptr);
1463 TH1F* E2hist =
new TH1F(Form(
"E2_FED_%d", FED), Form(
"E2_FED_%d", FED), numBins, histRangeMin_,
histRangeMax_);
1468 new TH1F(Form(
"Energy_FED_%d", FED), Form(
"Energy_FED_%d", FED), numBins, histRangeMin_,
histRangeMax_);
1472 TH2F* E2vsE1hist =
new TH2F(Form(
"E2vsE1_FED_%d", FED),
1473 Form(
"E2vsE1_FED_%d", FED),
1483 TH2F* energyvsE1hist =
new TH2F(Form(
"EnergyvsE1_FED_%d", FED),
1484 Form(
"EnergyvsE1_FED_%d", FED),
1494 title1 =
"Time for ";
1496 title1.append(
";Relative Time (1 clock = 25ns);Events");
1499 TH1F* timingHist =
new TH1F(name1.c_str(), title1.c_str(), 78, -7, 7);
1501 FEDsAndTimingHists_[FED]->SetDirectory(
nullptr);
1504 new TH1F(Form(
"Frequency_FED_%d", FED), Form(
"Frequency for FED %d;Event Number", FED), 100, 0., 100000);
1508 TH1F* iphiProfileHist =
1509 new TH1F(Form(
"iPhi_Profile_FED_%d", FED), Form(
"iPhi Profile for FED %d", FED), 360, 1., 361);
1513 TH1F* ietaProfileHist =
1514 new TH1F(Form(
"iEta_Profile_FED_%d", FED), Form(
"iEta Profile for FED %d", FED), 172, -86, 86);
1518 TH2F* timingHistVsFreq =
1519 new TH2F(Form(
"timeVsFreqFED_%d", FED), Form(
"time Vs Freq FED %d", FED), 78, -7, 7, 100, 0., 100000);
1523 TH2F* timingHistVsAmp =
new TH2F(
1524 Form(
"timeVsAmpFED_%d", FED), Form(
"time Vs Amp FED %d", FED), 78, -7, 7, numBins, histRangeMin_,
histRangeMax_);
1528 TH1F* numXtalInClusterHist =
new TH1F(Form(
"NumXtalsInCluster_FED_%d", FED),
1529 Form(
"Num active Xtals In Cluster for FED %d;Num Active Xtals", FED),
1536 TH2F* OccupHist =
new TH2F(Form(
"occupFED_%d", FED), Form(
"Occupancy FED %d;i#eta;i#phi", FED), 85, 1, 86, 20, 1, 21);
1540 TH2F* timingHistVsPhi =
new TH2F(Form(
"timeVsPhiFED_%d", FED),
1541 Form(
"time Vs Phi FED %d;Relative Time (1 clock = 25ns);i#phi", FED),
1551 TH2F* timingHistVsModule =
new TH2F(Form(
"timeVsModuleFED_%d", FED),
1552 Form(
"time Vs Module FED %d;Relative Time (1 clock = 25ns);i#eta", FED),
1562 TH2F* dccRuntypeVsBxFED =
1563 new TH2F(Form(
"DCCRuntypeVsBxFED_%d", FED), Form(
"DCC Runtype vs. BX FED %d", FED), 3600, 0, 3600, 24, 0, 24);
1578 double ttEtaBins[36] = {-85, -80, -75, -70, -65, -60, -55, -50, -45, -40, -35, -30, -25, -20, -15, -10, -5, 0,
1579 1, 6, 11, 16, 21, 26, 31, 36, 41, 46, 51, 56, 61, 66, 71, 76, 81, 86};
1580 double modEtaBins[10] = {-85, -65, -45, -25, 0, 1, 26, 46, 66, 86};
1581 double ttPhiBins[73];
1582 double modPhiBins[19];
1583 double timingBins[79];
1584 double highEBins[11];
1585 for (
int i = 0;
i < 79; ++
i) {
1586 timingBins[
i] = -7. + double(
i) * 14. / 78.;
1588 ttPhiBins[
i] = 1 + 5 *
i;
1590 modPhiBins[
i] = 1 + 20 *
i;
1592 highEBins[
i] = 10. + double(
i) * 20.;
1601 double timingBinWidth = timingEndInSeconds / double(
numTimingBins_);
1607 new TH1F(
"energyHigh_AllClusters",
"energyHigh_AllClusters;Cluster Energy (GeV)", numBins,
histRangeMin_, 200.0);
1609 "energy of High Energy Clusters;Cluster Energy (GeV)",
1616 "E2vsE1_AllClusters;Seed Energy (GeV);Seed+highest neighbor energy (GeV)",
1624 "energyvsE1_AllClusters;Seed Energy (GeV);Energy(GeV)",
1631 allFedsTimingHist_ =
new TH1F(
"timeForAllFeds",
"timeForAllFeds;Relative Time (1 clock = 25ns)", 78, -7, 7);
1633 "time Vs Freq All events;Relative Time (1 clock = 25ns);Event Number",
1641 "time Vs Amp All Events;Relative Time (1 clock = 25ns);Amplitude (GeV)",
1648 allFedsFrequencyHist_ =
new TH1F(
"FrequencyAllEvent",
"Frequency for All events;Event Number", 2000, 0., 200000);
1652 Form(
"Time of Cosmic Events; Time (s);Passing Event rate/%5g s", timingBinWidth),
1655 timingEndInSeconds);
1657 new TH2F(
"FrequencyAllEventsInTimeVsPhi",
1658 Form(
"Time of Cosmic Events vs iPhi; iPhi;Time (s)/%5g s", timingBinWidth * 360.),
1664 timingEndInSeconds);
1666 new TH2F(
"FrequencyAllEventsInTimeVsTTPhi",
1667 Form(
"Time of Cosmic Events vs iPhi (TT bins); iPhi;Time (s)/%5g s", timingBinWidth * 72.),
1673 timingEndInSeconds);
1675 new TH2F(
"FrequencyAllEventsInTimeVsEta",
1676 Form(
"Time of Cosmic Events vs iEta; Time (s)/%5g s; iEta", timingBinWidth * 172.),
1684 new TH2F(
"FrequencyAllEventsInTimeVsTTEta",
1685 Form(
"Time of Cosmic Events vs Eta (TT bins);Time (s)/%5g s; iEta", timingBinWidth * 35.),
1696 allOccupancy_ =
new TH2F(
"OccupancyAllEvents",
"Occupancy all events;i#phi;i#eta", 360, 1., 361., 172, -86, 86);
1698 new TH2F(
"TrueOccupancyAllEvents",
"True Occupancy all events;#phi;#eta", 360, -3.14159, 3.14159, 172, -1.5, 1.5);
1700 new TH2F(
"OccupancyAllEventsCoarse",
"Occupancy all events Coarse;i#phi;i#eta", 360 / 5, 1, 361., 35, ttEtaBins);
1702 "True Occupancy all events Coarse;#phi;#eta",
1712 new TH2F(
"OccupancySingleXtal",
"Occupancy single xtal clusters;i#phi;i#eta", 360, 1., 361., 172, -86, 86);
1714 "energy_SingleXtalClusters",
"Energy single xtal clusters;Cluster Energy (GeV)", numBins,
histRangeMin_, 200.0);
1717 "time vs Phi for all FEDs (TT binning);i#phi;Relative Time (1 clock = 25ns)",
1725 "time vs Phi for FEDs in EB+ (TT binning) ;i#phi;Relative Time (1 clock = 25ns)",
1733 "time vs Phi for FEDs in EB- (TT binning);i#phi;Relative Time (1 clock = 25ns)",
1741 new TH3F(
"timePhiEtaAllFEDs",
1742 "(Phi,Eta,time) for all FEDs (SM,M binning);i#phi;i#eta;Relative Time (1 clock = 25ns)",
1750 new TH3F(
"timeTTAllFEDs",
1751 "(Phi,Eta,time) for all FEDs (SM,TT binning);i#phi;i#eta;Relative Time (1 clock = 25ns)",
1759 "timeLMAllFEDs",
"(LM,time) for all FEDs (SM,LM binning);LM;Relative Time (1 clock = 25ns)", 92, 1, 92, 78, -7, 7);
1761 allFedsTimingEbpHist_ =
new TH1F(
"timeEBP",
"time for FEDs in EB+;Relative Time (1 clock = 25ns)", 78, -7, 7);
1762 allFedsTimingEbmHist_ =
new TH1F(
"timeEBM",
"time for FEDs in EB-;Relative Time (1 clock = 25ns)", 78, -7, 7);
1764 new TH1F(
"timeEBPTop",
"time for FEDs in EB+ Top;Relative Time (1 clock = 25ns)", 78, -7, 7);
1766 new TH1F(
"timeEBMTop",
"time for FEDs in EB- Top;Relative Time (1 clock = 25ns)", 78, -7, 7);
1768 new TH1F(
"timeEBPBottom",
"time for FEDs in EB+ Bottom;Relative Time (1 clock = 25ns)", 78, -7, 7);
1770 new TH1F(
"timeEBMBottom",
"time for FEDs in EB- Bottom;Relative Time (1 clock = 25ns)", 78, -7, 7);
1773 new TH1F(
"numberofCosmicsPerEvent",
"Number of cosmics per event;Number of Cosmics", 30, 0, 30);
1775 new TH1F(
"numberofCosmicsPerEvent_EB",
"Number of cosmics per event EB;Number of Cosmics", 30, 0, 30);
1778 new TH1F(
"numberofCosmicsWTrackPerEvent",
"Number of cosmics with track per event", 30, 0, 30);
1780 "numberofCosmicsTopBottomPerEvent",
"Number of top bottom cosmics per event;Number of Cosmics", 30, 0, 30);
1782 "Number of events with cosmic vs Event;Event Number;Number of Good Events/100 Events",
1788 "Number of crossed ECAL cosmics per event;Number of Crossed Cosmics",
1794 "Occupancy all events Exclusive ECAL ;i#phi;i#eta",
1802 "Occupancy all events Coarse Exclusive ECAL;i#phi;i#eta",
1808 new TH2F(
"OccupancyAllEvents_ECAL",
"Occupancy all events ECAL;i#phi;i#eta", 360, 1., 361., 172, -86, 86);
1810 "Occupancy all events Coarse ECAL;i#phi;i#eta",
1816 new TH1F(
"timeForAllFeds_ECAL",
"timeForAllFeds ECAL;Relative Time (1 clock = 25ns)", 78, -7, 7);
1818 new TH3F(
"timePhiEtaAllFEDs_ECAL",
1819 "ECAL (Phi,Eta,time) for all FEDs (SM,M binning);i#phi;i#eta;Relative Time (1 clock = 25ns)",
1827 new TH3F(
"timeTTAllFEDs_ECAL",
1828 "ECAL (Phi,Eta,time) for all FEDs (SM,TT binning);i#phi;i#eta;Relative Time (1 clock = 25ns)",
1836 "ECAL (LM,time) for all FEDs (SM,LM binning);LM;Relative Time (1 clock = 25ns)",
1845 "OccupancyAllEvents_ExclusiveDT",
"Occupancy all events Exclusive DT;i#phi;i#eta", 360, 1., 361., 172, -86, 86);
1847 "Occupancy all events Coarse Exclusive DT;i#phi;i#eta",
1854 new TH2F(
"OccupancyAllEvents_DT",
"Occupancy all events DT;i#phi;i#eta", 360, 1., 361., 172, -86, 86);
1856 "OccupancyAllEventsCoarse_DT",
"Occupancy all events Coarse DT;i#phi;i#eta", 360 / 5, 1, 361., 35, ttEtaBins);
1857 allFedsTimingHistDT_ =
new TH1F(
"timeForAllFeds_DT",
"timeForAllFeds DT;Relative Time (1 clock = 25ns)", 78, -7, 7);
1859 new TH3F(
"timePhiEtaAllFEDs_DT",
1860 "DT (Phi,Eta,time) for all FEDs (SM,M binning);i#phi;i#eta;Relative Time (1 clock = 25ns)",
1868 new TH3F(
"timeTTAllFEDs_DT",
1869 "DT (Phi,Eta,time) for all FEDs (SM,TT binning);i#phi;i#eta;Relative Time (1 clock = 25ns)",
1877 "DT (LM,time) for all FEDs (SM,LM binning);LM;Relative Time (1 clock = 25ns)",
1886 "OccupancyAllEvents_ExclusiveRPC",
"Occupancy all events Exclusive RPC;i#phi;i#eta", 360, 1., 361., 172, -86, 86);
1888 "Occupancy all events Coarse Exclusive RPC;i#phi;i#eta",
1895 new TH2F(
"OccupancyAllEvents_RPC",
"Occupancy all events RPC;i#phi;i#eta", 360, 1., 361., 172, -86, 86);
1897 "OccupancyAllEventsCoarse_RPC",
"Occupancy all events Coarse RPC;i#phi;i#eta", 360 / 5, 1, 361., 35, ttEtaBins);
1899 new TH1F(
"timeForAllFeds_RPC",
"timeForAllFeds RPC;Relative Time (1 clock = 25ns)", 78, -7, 7);
1901 new TH3F(
"timePhiEtaAllFEDs_RPC",
1902 "RPC (Phi,Eta,time) for all FEDs (SM,M binning);i#phi;i#eta;Relative Time (1 clock = 25ns)",
1910 new TH3F(
"timeTTAllFEDs_RPC",
1911 "RPC (Phi,Eta,time) for all FEDs (SM,TT binning);i#phi;i#eta;Relative Time (1 clock = 25ns)",
1919 "RPC (LM,time) for all FEDs (SM,LM binning);LM;Relative Time (1 clock = 25ns)",
1928 "OccupancyAllEvents_ExclusiveCSC",
"Occupancy all events Exclusive CSC;i#phi;i#eta", 360, 1., 361., 172, -86, 86);
1930 "Occupancy all events Coarse Exclusive CSC;i#phi;i#eta",
1937 new TH2F(
"OccupancyAllEvents_CSC",
"Occupancy all events CSC;i#phi;i#eta", 360, 1., 361., 172, -86, 86);
1939 "OccupancyAllEventsCoarse_CSC",
"Occupancy all events Coarse CSC;i#phi;i#eta", 360 / 5, 1, 361., 35, ttEtaBins);
1941 new TH1F(
"timeForAllFeds_CSC",
"timeForAllFeds CSC;Relative Time (1 clock = 25ns)", 78, -7, 7);
1943 new TH3F(
"timePhiEtaAllFEDs_CSC",
1944 "CSC (Phi,Eta,time) for all FEDs (SM,M binning);i#phi;i#eta;Relative Time (1 clock = 25ns)",
1952 new TH3F(
"timeTTAllFEDs_CSC",
1953 "CSC (Phi,Eta,time) for all FEDs (SM,TT binning);i#phi;i#eta;Relative Time (1 clock = 25ns)",
1961 "CSC (LM,time) for all FEDs (SM,LM binning);LM;Relative Time (1 clock = 25ns)",
1970 "Occupancy all events Exclusive HCAL;i#phi;i#eta",
1978 "Occupancy all events Coarse Exclusive HCAL;i#phi;i#eta",
1985 new TH2F(
"OccupancyAllEvents_HCAL",
"Occupancy all events HCAL;i#phi;i#eta", 360, 1., 361., 172, -86, 86);
1987 "OccupancyAllEventsCoarse_HCAL",
"Occupancy all events Coarse HCAL;i#phi;i#eta", 360 / 5, 1, 361., 35, ttEtaBins);
1989 new TH1F(
"timeForAllFeds_HCAL",
"timeForAllFeds HCAL;Relative Time (1 clock = 25ns)", 78, -7, 7);
1991 new TH3F(
"timePhiEtaAllFEDs_HCAL",
1992 "HCAL (Phi,Eta,time) for all FEDs (SM,M binning);i#phi;i#eta;Relative Time (1 clock = 25ns)",
2000 new TH3F(
"timeTTAllFEDs_HCAL",
2001 "HCAL (Phi,Eta,time) for all FEDs (SM,TT binning);i#phi;i#eta;Relative Time (1 clock = 25ns)",
2009 "HCAL (LM,time) for all FEDs (SM,LM binning);LM;Relative Time (1 clock = 25ns)",
2018 "BCTrueOccupancyAllEvents",
"True SB Occupancy all events;#phi;#eta", 360, -3.14159, 3.14159, 172, -1.5, 1.5);
2020 "True BC Occupancy all events Coarse;#phi;#eta",
2029 new TH1F(
"numberofBCinSC",
"Number of Basic Clusters in Super Cluster;Num Basic Clusters", 20, 0, 20);
2031 "Number of Basic Clusters in Super Cluster;phi;Num Basic Clusters",
2040 new TH1F(
"timeForAllFeds_EcalMuon",
"timeForAllFeds Ecal+Muon;Relative Time (1 clock = 25ns)", 78, -7, 7);
2042 triggerHist_ =
new TH1F(
"triggerHist",
"Trigger Number", 5, 0, 5);
2049 triggerExclusiveHist_ =
new TH1F(
"triggerExclusiveHist",
"Trigger Number (Mutually Exclusive)", 5, 0, 5);
2056 runNumberHist_ =
new TH1F(
"runNumberHist",
"Run Number", 1, 0, 1);
2058 deltaRHist_ =
new TH1F(
"deltaRHist",
"deltaR", 500, -0.5, 499.5);
2059 deltaEtaHist_ =
new TH1F(
"deltaIEtaHist",
"deltaIEta", 170, -85.5, 84.5);
2060 deltaPhiHist_ =
new TH1F(
"deltaIPhiHist",
"deltaIPhi", 720, -360.5, 359.5);
2061 ratioAssocTracksHist_ =
new TH1F(
"ratioAssocTracks",
"num assoc. tracks/tracks through Ecal", 11, 0, 1.1);
2064 "trackAssoc_muonsEcal",
"Map of muon hits in Ecal", 360, 1., 361., 172, -86, 86);
2066 new TH2F(
"deltaEtaDeltaPhi",
"Delta ieta vs. delta iphi", 170, -85.5, 84.5, 720, -360.5, 359.5);
2067 seedTrackEtaHist_ =
new TH2F(
"seedTrackEta",
"track ieta vs. seed ieta", 170, -85.5, 84.5, 170, -85.5, 84.5);
2068 seedTrackPhiHist_ =
new TH2F(
"seedTrackPhi",
"track iphi vs. seed iphi", 720, -360.5, 359.5, 720, -360.5, 359.5);
2070 dccEventVsBxHist_ =
new TH2F(
"dccEventVsBx",
"DCC Runtype vs. bunch crossing", 3600, 0, 3600, 24, 0, 24);
2071 dccBXErrorByFEDHist_ =
new TH1F(
"dccBXErrorByFED",
"Incorrect BX number by FED", 54, 601, 655);
2074 dccRuntypeHist_ =
new TH1F(
"dccRuntype",
"DCC Runtype frequency", 24, 0, 24);
2075 dccErrorVsBxHist_ =
new TH2F(
"dccErrorVsBX",
"DCC Errors vs. BX", 3600, 0, 3600, 3, 0, 3);
2077 hcalEnergy_HBHE_ =
new TH1F(
"hcalEnergy_HBHE",
"RecHit Energy HBHE", 440, -10, 100);
2078 hcalEnergy_HF_ =
new TH1F(
"hcalEnergy_HF",
"RecHit Energy HF", 440, -10, 100);
2079 hcalEnergy_HO_ =
new TH1F(
"hcalEnergy_HO",
"RecHit Energy HO", 440, -10, 100);
2081 new TH2F(
"hcalHEHBecalEB",
"HCAL HBHE RecHit energy vs ECAL EB energy", numBins,
histRangeMin_, 300.0, 40, -5, 5);
2083 NumXtalsInClusterHist_ =
new TH1F(
"NumXtalsInClusterAllHist",
"Number of Xtals in Cluster;NumXtals", 150, 0, 150);
2085 "Number of Xtals in Cluster vs Energy;Energy (GeV);Number of Xtals in Cluster",
2093 "Number of Xtals in Cluster vs Energy;Energy (GeV);Number of Xtals in Cluster",
2103 new TH2F(
"OccupancyHighEnergyEvents",
"Occupancy high energy events;i#phi;i#eta", 360, 1., 361., 172, -86, 86);
2105 "Occupancy high energy events Coarse;i#phi;i#eta",
2111 "(Phi,Eta,energy) for all high energy events;i#phi;i#eta;energy (GeV)",
2119 new TH1F(
"NumActiveXtalsInClusterAllHist",
"Number of active Xtals in Cluster;NumXtals", 100, 0, 100);
2121 HighEnergy_NumXtal =
new TH1F(
"HighEnergy_NumXtal",
"Num crystals in high E clusters;num crystals", 150, 0, 150);
2123 "HighEnergy_NumXtalFedId",
"Num crystals in cluster vs FedId;FedId;num crystals", 36, 610., 645., 150, 0, 150);
2125 "HighEnergy_NumXtaliphi",
"Num crystals in cluster vs iphi;i#phi;num crystals", 360, 1., 361., 150, 0, 150);
2127 "(Phi,Eta,energy) for all high energy events;i#phi;i#eta;energy (GeV)",
2136 "Energy in cluster vs Num crystals in cluster;num crystals;energy",
2144 HighEnergy_bestSeed =
new TH1F(
"HighEnergy_bestSeedEnergy",
"BestSeed Energy from TrackAss", 200, 0., 200.);
2146 "HighEnergy_bestSeedOccupancy",
"Occupancy HighEn events from TrackAss;i#phi;i#eta", 360, 1., 361., 172, -86, 86);
2150 new TH1F(
"HighEnergy_ratioClusters",
"Num High Energy Clusters/Num tot Clusters", 100, 0., 1.1);
2155 new TH1F(
"HighEnergy_TopBottomTracksAngle",
"Angle between top-bottom tracks", 720, 0., 180.);
2158 "Occupancy high energy events with more than 2 GeV;i#phi;i#eta",
2164 "(iphi,ieta,energy) for all high energy events w > 10 GeV;i#phi;i#eta;energy (GeV)",
2172 "Occupancy high energy events with more than 100 GeV;i#phi;i#eta",
2178 new TH3F(
"HighEnergy_100GeV_energy3D",
2179 "(iphi,ieta,energy) for all high energy events more than 100 GeV;i#phi;i#eta;energy (GeV)",
2187 "(iphi,ieta,energy) for all events with 0 tracks;i#phi;i#eta;energy (GeV)",
2195 "(iphi,ieta,energy) for all events with 1 tracks;i#phi;i#eta;energy (GeV)",
2203 "(iphi,ieta,energy) for all events with 2 tracks;i#phi;i#eta;energy (GeV)",
2211 "(iphi,ieta,energy) for all events with 0 tracks;i#phi;i#eta;energy (GeV)",
2222 "(iphi,ieta,energy) for all events with 1 tracks;i#phi;i#eta;energy (GeV)",
2233 "(iphi,ieta,energy) for all events with 2 tracks;i#phi;i#eta;energy (GeV)",
2248 new TH1F(
"SeedEnergyAllFEDs",
"Seed Energy for EEM Feds; Seed Energy (GeV)", 200,
histRangeMin_, 10.0);
2251 new TH2F(
"OccupancyAllEventsCoarse",
"Occupancy all events Coarse EEM;ix;iy", 20, 0, 100, 20, 0, 100);
2252 EEM_AllOccupancy_ =
new TH2F(
"OccupancyAllEvents",
"Occupancy all events EEM;ix;iy", 100, 0, 100, 100, 0, 100);
2254 new TH1F(
"energy_AllClusters",
"energy_AllClusters_EEM;Cluster Energy (GeV)", numBins,
histRangeMin_, 10.0);
2256 "energyHigh_AllClusters",
"energyHigh_AllClusters in EEM;Cluster Energy (GeV)", numBins,
histRangeMin_, 200.0);
2258 "energy of High Energy Clusters in EEM;Cluster Energy (GeV)",
2263 new TH1F(
"E2_AllClusters",
"E2_AllClusters_EEM;Seed+highest neighbor energy (GeV)", numBins,
histRangeMin_, 10.0);
2265 "E2vsE1_AllClusters_EEM;Seed Energy (GeV);Seed+highest neighbor energy (GeV)",
2273 "energyvsE1_AllClusters_EEM;Seed Energy (GeV);Energy(GeV)",
2280 EEM_FedsTimingHist_ =
new TH1F(
"timeForAllFeds",
"timeForAllFeds_EEM;Relative Time (1 clock = 25ns)", 78, -7, 7);
2282 new TH1F(
"numberofCosmicsPerEvent",
"Number of cosmics per event EEM;Number of Cosmics", 30, 0, 30);
2285 "time Vs Amp All Events EEM;Relative Time (1 clock = 25ns);Amplitude (GeV)",
2293 "(ix,iy,time) for all FEDs (SM,TT binning) EEM;ix;iy;Relative Time (1 clock = 25ns)",
2305 new TH2F(
"OccupancySingleXtal",
"Occupancy single xtal clusters EEM;ix;iy", 100, 0, 100, 100, 0, 100);
2307 "Energy single xtal clusters EEM;Cluster Energy (GeV)",
2313 "OccupancyAllEvents_ExclusiveECAL",
"Occupancy all events Exclusive ECAL EEM;ix;iy", 100, 0, 100, 100, 0, 100);
2315 "Occupancy all events Coarse Exclusive ECAL EEM;ix;iy",
2323 new TH2F(
"OccupancyAllEvents_ECAL",
"Occupancy all events ECAL EEM;ix;iy", 100, 0, 100, 100, 0, 100);
2325 new TH2F(
"OccupancyAllEventsCoarse_ECAL",
"Occupancy all events Coarse ECAL EEM;ix;iy", 20, 0, 100, 20, 0, 100);
2327 new TH1F(
"timeForAllFeds_ECAL",
"timeForAllFeds ECAL EEM;Relative Time (1 clock = 25ns)", 78, -7, 7);
2329 new TH3F(
"timeTTAllFEDs_ECAL",
2330 "(ix,iy,time) for all FEDs (SM,TT binning) ECAL EEM;ix;iy;Relative Time (1 clock = 25ns)",
2342 "OccupancyAllEvents_ExclusiveDT",
"Occupancy all events Exclusive DT EEM;ix;iy", 100, 0, 100, 100, 0, 100);
2344 "Occupancy all events Coarse Exclusive DT EEM;ix;iy",
2351 EEM_OccupancyDT_ =
new TH2F(
"OccupancyAllEvents_DT",
"Occupancy all events DT EEM;ix;iy", 100, 0, 100, 100, 0, 100);
2353 new TH2F(
"OccupancyAllEventsCoarse_DT",
"Occupancy all events Coarse DT EEM;ix;iy", 20, 0, 100, 20, 0, 100);
2355 new TH1F(
"timeForAllFeds_DT",
"timeForAllFeds DT EEM;Relative Time (1 clock = 25ns)", 78, -7, 7);
2357 new TH3F(
"timeTTAllFEDs_DT",
2358 "(ix,iy,time) for all FEDs (SM,TT binning) DT EEM;ix;iy;Relative Time (1 clock = 25ns)",
2370 "OccupancyAllEvents_ExclusiveRPC",
"Occupancy all events Exclusive RPC EEM;ix;iy", 100, 0, 100, 100, 0, 100);
2372 "Occupancy all events Coarse Exclusive RPC EEM;ix;iy",
2380 new TH2F(
"OccupancyAllEvents_RPC",
"Occupancy all events RPC EEM;ix;iy", 100, 0, 100, 100, 0, 100);
2382 new TH2F(
"OccupancyAllEventsCoarse_RPC",
"Occupancy all events Coarse RPC EEM;ix;iy", 20, 0, 100, 20, 0, 100);
2384 new TH1F(
"timeForAllFeds_RPC",
"timeForAllFeds RPC EEM;Relative Time (1 clock = 25ns)", 78, -7, 7);
2386 new TH3F(
"timeTTAllFEDs_RPC",
2387 "(ix,iy,time) for all FEDs (SM,TT binning) RPC EEM;ix;iy;Relative Time (1 clock = 25ns)",
2399 "OccupancyAllEvents_ExclusiveCSC",
"Occupancy all events Exclusive CSC EEM;ix;iy", 100, 0, 100, 100, 0, 100);
2401 "Occupancy all events Coarse Exclusive CSC EEM;ix;iy",
2409 new TH2F(
"OccupancyAllEvents_CSC",
"Occupancy all events CSC EEM;ix;iy", 100, 0, 100, 100, 0, 100);
2411 new TH2F(
"OccupancyAllEventsCoarse_CSC",
"Occupancy all events Coarse CSC EEM;ix;iy", 20, 0, 100, 20, 0, 100);
2413 new TH1F(
"timeForAllFeds_CSC",
"timeForAllFeds CSC EEM;Relative Time (1 clock = 25ns)", 78, -7, 7);
2415 new TH3F(
"timeTTAllFEDs_CSC",
2416 "(ix,iy,time) for all FEDs (SM,TT binning) CSC EEM;ix;iy;Relative Time (1 clock = 25ns)",
2428 "OccupancyAllEvents_ExclusiveHCAL",
"Occupancy all events Exclusive HCAL EEM;ix;iy", 100, 0, 100, 100, 0, 100);
2430 "Occupancy all events Coarse Exclusive HCAL EEM;ix;iy",
2438 new TH2F(
"OccupancyAllEvents_HCAL",
"Occupancy all events HCAL EEM;ix;iy", 100, 0, 100, 100, 0, 100);
2440 new TH2F(
"OccupancyAllEventsCoarse_HCAL",
"Occupancy all events Coarse HCAL EEM;ix;iy", 20, 0, 100, 20, 0, 100);
2442 new TH1F(
"timeForAllFeds_HCAL",
"timeForAllFeds HCAL EEM;Relative Time (1 clock = 25ns)", 78, -7, 7);
2444 new TH3F(
"timeTTAllFEDs_HCAL",
2445 "(ix,iy,time) for all FEDs (SM,TT binning) HCAL EEM;ix;iy;Relative Time (1 clock = 25ns)",
2457 new TH1F(
"numberofBCinSC",
"Number of Basic Clusters in Super Cluster EEM;Num Basic Clusters", 20, 0, 20);
2474 new TH1F(
"NumXtalsInClusterAllHist",
"Number of Xtals in Cluster EEM;NumXtals", 150, 0, 150);
2476 "Number of Xtals in Cluster vs Energy EEM;Energy (GeV);Number of Xtals in Cluster",
2484 new TH2F(
"NumXtalsVsHighEnergy",
2485 "Number of Xtals in Cluster vs Energy EEM;Energy (GeV);Number of Xtals in Cluster",
2494 new TH2F(
"OccupancyHighEnergyEvents",
"Occupancy high energy events EEM;ix;iy", 100, 0, 100, 100, 0, 100);
2496 "OccupancyHighEnergyEventsCoarse",
"Occupancy high energy events Coarse EEM;ix;iy", 20, 0, 100, 20, 0, 100);
2499 new TH1F(
"NumActiveXtalsInClusterAllHist",
"Number of active Xtals in Cluster EEM;NumXtals", 100, 0, 100);
2503 new TH1F(
"SeedEnergyAllFEDs",
"Seed Energy for EEP Feds; Seed Energy (GeV)", 200,
histRangeMin_, 10.0);
2506 new TH2F(
"OccupancyAllEventsCoarse",
"Occupancy all events Coarse EEP;ix;iy", 20, 0, 100, 20, 0, 100);
2507 EEP_AllOccupancy_ =
new TH2F(
"OccupancyAllEvents",
"Occupancy all events EEP;ix;iy", 100, 0, 100, 100, 0, 100);
2509 new TH1F(
"energy_AllClusters",
"energy_AllClusters_EEP;Cluster Energy (GeV)", numBins,
histRangeMin_, 10.0);
2511 "energyHigh_AllClusters",
"energyHigh_AllClusters in EEP;Cluster Energy (GeV)", numBins,
histRangeMin_, 200.0);
2513 "energy of High Energy Clusters in EEP;Cluster Energy (GeV)",
2518 new TH1F(
"E2_AllClusters",
"E2_AllClusters_EEP;Seed+highest neighbor energy (GeV)", numBins,
histRangeMin_, 10.0);
2520 "E2vsE1_AllClusters_EEP;Seed Energy (GeV);Seed+highest neighbor energy (GeV)",
2528 "energyvsE1_AllClusters_EEP;Seed Energy (GeV);Energy(GeV)",
2535 EEP_FedsTimingHist_ =
new TH1F(
"timeForAllFeds",
"timeForAllFeds_EEP;Relative Time (1 clock = 25ns)", 78, -7, 7);
2537 new TH1F(
"numberofCosmicsPerEvent",
"Number of cosmics per event EEP;Number of Cosmics", 30, 0, 30);
2540 "time Vs Amp All Events EEP;Relative Time (1 clock = 25ns);Amplitude (GeV)",
2548 "(ix,iy,time) for all FEDs (SM,TT binning) EEP;ix;iy;Relative Time (1 clock = 25ns)",
2560 new TH2F(
"OccupancySingleXtal",
"Occupancy single xtal clusters EEP;ix;iy", 100, 0, 100, 100, 0, 100);
2562 "Energy single xtal clusters EEP;Cluster Energy (GeV)",
2568 "OccupancyAllEvents_ExclusiveECAL",
"Occupancy all events Exclusive ECAL EEP;ix;iy", 100, 0, 100, 100, 0, 100);
2570 "Occupancy all events Coarse Exclusive ECAL EEP;ix;iy",
2578 new TH2F(
"OccupancyAllEvents_ECAL",
"Occupancy all events ECAL EEP;ix;iy", 100, 0, 100, 100, 0, 100);
2580 new TH2F(
"OccupancyAllEventsCoarse_ECAL",
"Occupancy all events Coarse ECAL EEP;ix;iy", 20, 0, 100, 20, 0, 100);
2582 new TH1F(
"timeForAllFeds_ECAL",
"timeForAllFeds ECAL EEP;Relative Time (1 clock = 25ns)", 78, -7, 7);
2584 new TH3F(
"timeTTAllFEDs_ECAL",
2585 "(ix,iy,time) for all FEDs (SM,TT binning) ECAL EEP;ix;iy;Relative Time (1 clock = 25ns)",
2597 "OccupancyAllEvents_ExclusiveDT",
"Occupancy all events Exclusive DT EEP;ix;iy", 100, 0, 100, 100, 0, 100);
2599 "Occupancy all events Coarse Exclusive DT EEP;ix;iy",
2606 EEP_OccupancyDT_ =
new TH2F(
"OccupancyAllEvents_DT",
"Occupancy all events DT EEP;ix;iy", 100, 0, 100, 100, 0, 100);
2608 new TH2F(
"OccupancyAllEventsCoarse_DT",
"Occupancy all events Coarse DT EEP;ix;iy", 20, 0, 100, 20, 0, 100);
2610 new TH1F(
"timeForAllFeds_DT",
"timeForAllFeds DT EEP;Relative Time (1 clock = 25ns)", 78, -7, 7);
2612 new TH3F(
"timeTTAllFEDs_DT",
2613 "(ix,iy,time) for all FEDs (SM,TT binning) DT EEP;ix;iy;Relative Time (1 clock = 25ns)",
2625 "OccupancyAllEvents_ExclusiveRPC",
"Occupancy all events Exclusive RPC EEP;ix;iy", 100, 0, 100, 100, 0, 100);
2627 "Occupancy all events Coarse Exclusive RPC EEP;ix;iy",
2635 new TH2F(
"OccupancyAllEvents_RPC",
"Occupancy all events RPC EEP;ix;iy", 100, 0, 100, 100, 0, 100);
2637 new TH2F(
"OccupancyAllEventsCoarse_RPC",
"Occupancy all events Coarse RPC EEP;ix;iy", 20, 0, 100, 20, 0, 100);
2639 new TH1F(
"timeForAllFeds_RPC",
"timeForAllFeds RPC EEP;Relative Time (1 clock = 25ns)", 78, -7, 7);
2641 new TH3F(
"timeTTAllFEDs_RPC",
2642 "(ix,iy,time) for all FEDs (SM,TT binning) RPC EEP;ix;iy;Relative Time (1 clock = 25ns)",
2654 "OccupancyAllEvents_ExclusiveCSC",
"Occupancy all events Exclusive CSC EEP;ix;iy", 100, 0, 100, 100, 0, 100);
2656 "Occupancy all events Coarse Exclusive CSC EEP;ix;iy",
2664 new TH2F(
"OccupancyAllEvents_CSC",
"Occupancy all events CSC EEP;ix;iy", 100, 0, 100, 100, 0, 100);
2666 new TH2F(
"OccupancyAllEventsCoarse_CSC",
"Occupancy all events Coarse CSC EEP;ix;iy", 20, 0, 100, 20, 0, 100);
2668 new TH1F(
"timeForAllFeds_CSC",
"timeForAllFeds CSC EEP;Relative Time (1 clock = 25ns)", 78, -7, 7);
2670 new TH3F(
"timeTTAllFEDs_CSC",
2671 "(ix,iy,time) for all FEDs (SM,TT binning) CSC EEP;ix;iy;Relative Time (1 clock = 25ns)",
2683 "OccupancyAllEvents_ExclusiveHCAL",
"Occupancy all events Exclusive HCAL EEP;ix;iy", 100, 0, 100, 100, 0, 100);
2685 "Occupancy all events Coarse Exclusive HCAL EEP;ix;iy",
2693 new TH2F(
"OccupancyAllEvents_HCAL",
"Occupancy all events HCAL EEP;ix;iy", 100, 0, 100, 100, 0, 100);
2695 new TH2F(
"OccupancyAllEventsCoarse_HCAL",
"Occupancy all events Coarse HCAL EEP;ix;iy", 20, 0, 100, 20, 0, 100);
2697 new TH1F(
"timeForAllFeds_HCAL",
"timeForAllFeds HCAL EEP;Relative Time (1 clock = 25ns)", 78, -7, 7);
2699 new TH3F(
"timeTTAllFEDs_HCAL",
2700 "(ix,iy,time) for all FEDs (SM,TT binning) HCAL EEP;ix;iy;Relative Time (1 clock = 25ns)",
2712 new TH1F(
"numberofBCinSC",
"Number of Basic Clusters in Super Cluster EEP;Num Basic Clusters", 20, 0, 20);
2729 new TH1F(
"NumXtalsInClusterAllHist",
"Number of Xtals in Cluster EEP;NumXtals", 150, 0, 150);
2731 "Number of Xtals in Cluster vs Energy EEP;Energy (GeV);Number of Xtals in Cluster",
2739 new TH2F(
"NumXtalsVsHighEnergy",
2740 "Number of Xtals in Cluster vs Energy EEP;Energy (GeV);Number of Xtals in Cluster",
2749 new TH2F(
"OccupancyHighEnergyEvents",
"Occupancy high energy events EEP;ix;iy", 100, 0, 100, 100, 0, 100);
2751 "OccupancyHighEnergyEventsCoarse",
"Occupancy high energy events Coarse EEP;ix;iy", 20, 0, 100, 20, 0, 100);
2754 new TH1F(
"NumActiveXtalsInClusterAllHist",
"Number of active Xtals in Cluster EEP;NumXtals", 100, 0, 100);
2759 using namespace std;
2766 TFile root_file_(
fileName_.c_str(),
"RECREATE");
2770 TDirectory* FEDdir = gDirectory->mkdir(dir.c_str());
2773 TH1F*
hist = itr->second;
2774 if (hist !=
nullptr)
2777 cerr <<
"EcalCosmicsHists: Error: This shouldn't happen!" << endl;
2781 if (hist !=
nullptr)
2784 cerr <<
"EcalCosmicsHists: Error: This shouldn't happen!" << endl;
2827 map<int, TH2F*>::const_iterator itr2d;
2830 TH2F* hist2 = itr2d->second;
2831 hist2->GetYaxis()->SetBinLabel(1,
"COSMIC");
2832 hist2->GetYaxis()->SetBinLabel(2,
"BEAMH4");
2833 hist2->GetYaxis()->SetBinLabel(3,
"BEAMH2");
2834 hist2->GetYaxis()->SetBinLabel(4,
"MTCC");
2835 hist2->GetYaxis()->SetBinLabel(5,
"LASER_STD");
2836 hist2->GetYaxis()->SetBinLabel(6,
"LASER_POWER_SCAN");
2837 hist2->GetYaxis()->SetBinLabel(7,
"LASER_DELAY_SCAN");
2838 hist2->GetYaxis()->SetBinLabel(8,
"TESTPULSE_SCAN_MEM");
2839 hist2->GetYaxis()->SetBinLabel(9,
"TESTPULSE_MGPA");
2840 hist2->GetYaxis()->SetBinLabel(10,
"PEDESTAL_STD");
2841 hist2->GetYaxis()->SetBinLabel(11,
"PEDESTAL_OFFSET_SCAN");
2842 hist2->GetYaxis()->SetBinLabel(12,
"PEDESTAL_25NS_SCAN");
2843 hist2->GetYaxis()->SetBinLabel(13,
"LED_STD");
2844 hist2->GetYaxis()->SetBinLabel(14,
"PHYSICS_GLOBAL");
2845 hist2->GetYaxis()->SetBinLabel(15,
"COSMICS_GLOBAL");
2846 hist2->GetYaxis()->SetBinLabel(16,
"HALO_GLOBAL");
2847 hist2->GetYaxis()->SetBinLabel(17,
"LASER_GAP");
2848 hist2->GetYaxis()->SetBinLabel(18,
"TESTPULSE_GAP");
2849 hist2->GetYaxis()->SetBinLabel(19,
"PEDESTAL_GAP");
2850 hist2->GetYaxis()->SetBinLabel(20,
"LED_GAP");
2851 hist2->GetYaxis()->SetBinLabel(21,
"PHYSICS_LOCAL");
2852 hist2->GetYaxis()->SetBinLabel(22,
"COSMICS_LOCAL");
2853 hist2->GetYaxis()->SetBinLabel(23,
"HALO_LOCAL");
2854 hist2->GetYaxis()->SetBinLabel(24,
"CALIB_LOCAL");
2952 TDirectory* EEMinusDir = gDirectory->mkdir(
"EEMinus");
3010 TDirectory* EEPlusDir = gDirectory->mkdir(
"EEPlus");
3106 TDirectory* highEnergyDir = gDirectory->mkdir(
"HighEnergy");
3107 highEnergyDir->cd();
3133 TDirectory* TimeStampdir = gDirectory->mkdir(
"EventTiming");
3158 using namespace std;
3159 ostringstream myStream;
3160 myStream << num << flush;
3161 return (myStream.str());
TH3F * EEM_FedsTimingTTHistECAL_
TH2F * allOccupancyCoarseRPC_
TH2F * allFedsTimingLMHistECAL_
TH2F * allOccupancyExclusiveECAL_
TH3F * allFedsTimingTTHistRPC_
TH3F * HighEnergy_0tracks_occu3D
TH1F * NumXtalsInClusterHist_
T getParameter(std::string const &) const
const cms_uint16_t bData(int iB) const
get/set B_DATA_CH_IB
EventNumber_t event() const
TH2F * allOccupancyCoarseExclusiveCSC_
TH2F * EEM_OccupancySingleXtal_
std::string intToString(int num)
std::map< int, TH1F * > FEDsAndNumXtalsInClusterHists_
TH3F * allFedsTimingTTHistCSC_
std::map< int, TH2F * > FEDsAndTimingVsAmpHists_
TH1F * EEM_FedsTimingHistDT_
TH3F * allFedsTimingTTHist_
TH2F * EEP_OccupancyECAL_
TH2F * allFedsTimingLMHist_
TH2F * allFedsTimingPhiHist_
TH2F * EEP_FedsenergyvsE1Hist_
TH2F * allOccupancyExclusiveHCAL_
TH2F * HighEnergy_bestSeedOccupancy
TH2F * allOccupancyCoarseExclusiveECAL_
TH1F * EEP_FedsTimingHistCSC_
TH3F * allFedsTimingPhiEtaHistCSC_
std::map< int, TH2F * > FEDsAndE2vsE1Hists_
TH1F * EEM_FedsenergyHighHist_
TH2F * EEM_numxtalsVsHighEnergy_
TH1F * allFedsiPhiProfileHist_
TH1F * EEM_numberofCosmicsHist_
TH1F * allFedsFreqTimeHist_
TH1F * allFedsTimingEbmHist_
TH3F * EEM_FedsTimingTTHistCSC_
TH1F * EEP_FedsenergyHighHist_
TH1F * EEM_FedsTimingHistCSC_
TH2F * allOccupancyExclusiveRPC_
TH1F * allFedsiEtaProfileHist_
TH1F * allFedsTimingEbpHist_
TH3F * allFedsTimingPhiEtaHistECAL_
edm::InputTag ecalRawDataColl_
TH1F * numberofGoodEvtFreq_
TH2F * allOccupancyCoarseExclusiveHCAL_
EcalCosmicsHists(const edm::ParameterSet &)
TH2F * EEP_OccupancyExclusiveHCAL_
TH1F * EEP_energySingleXtalHist_
TH1F * allFedsTimingEbpTopHist_
TH1F * allFedsenergyHighHist_
TH2F * EEM_OccupancyExclusiveDT_
TH1F * EEM_FedsTimingHist_
std::map< int, TH2F * > FEDsAndTimingVsPhiHists_
TH2F * allFedsTimingLMHistHCAL_
Ecal readout channel identification [32:20] Unused (so far) [19:13] DCC id [12:6] tower [5:3] strip [...
TH2F * deltaEtaDeltaPhiHist_
TH2F * allFedsTimingVsFreqHist_
TH1F * EEM_energySingleXtalHist_
std::vector< DetId > crossedEcalIds
TH1F * allFedsTimingHistRPC_
TH2F * EEP_numxtalsVsHighEnergy_
TH1F * allFedsTimingHist_
TH2F * EEM_FedsTimingVsAmpHist_
TH1F * EEP_FedsenergyHist_
TH1F * allFedsTimingHistHCAL_
Sin< T >::type sin(const T &t)
TH2F * EEM_OccupancyECAL_
TH1F * EEP_FedsSeedEnergyHist_
TH2F * EEM_OccupancyCoarseDT_
void useDefaultPropagator()
use the default propagator
TH1F * allFedsTimingEbpBottomHist_
std::map< int, TH1F * > FEDsAndE2Hists_
std::vector< T >::const_iterator const_iterator
TH2F * HighEnergy_NumXtaliphi
TH3F * allFedsTimingPhiEtaHistDT_
TH2F * EEP_OccupancyCoarseECAL_
TH1F * numberofCosmicsHist_
TH2F * allFedsTimingLMHistDT_
void loadParameters(const edm::ParameterSet &, edm::ConsumesCollector &)
TH1F * numberofCosmicsWTrackHist_
TH1F * EEM_FedsenergyHist_
TH2F * TrueOccupancyCoarse_
TH3F * EEP_FedsTimingTTHistRPC_
TH2F * EEP_OccupancyCoarseDT_
TH2F * allFedsFreqTimeVsPhiHist_
TH2F * HighEnergy_2GeV_occuCoarse
TH1F * dccRuntypeErrorByFEDHist_
TH1F * HighEnergy_NumXtal
std::map< int, TH2F * > FEDsAndTimingVsModuleHists_
TH3F * allFedsTimingPhiEtaHistRPC_
TH3F * HighEnergy_1tracks_occu3DXtal
void analyze(edm::Event const &, edm::EventSetup const &) override
TH1F * energySingleXtalHist_
TH2F * numberofBCinSCphi_
TH3F * allFedsTimingPhiEtaHistHCAL_
void find(edm::Handle< EcalRecHitCollection > &hits, DetId thisDet, std::vector< EcalRecHitCollection::const_iterator > &hit, bool debug=false)
TH3F * EEM_FedsTimingTTHistDT_
~EcalCosmicsHists() override
TH2F * EEM_OccupancyExclusiveECAL_
TH2F * EEM_OccupancyCoarseHCAL_
int iphiSM() const
get the crystal iphi (1-20)
TH3F * EEM_FedsTimingTTHistRPC_
TH2F * allOccupancyCoarseDT_
TH3F * HighEnergy_2tracks_occu3D
TH2F * HighEnergy_100GeV_occuCoarse
TH2F * allOccupancyCoarseExclusiveDT_
TH2F * EEP_OccupancyExclusiveCSC_
TH2F * allFedsE2vsE1Hist_
TH2F * allOccupancyHighEnergy_
edm::InputTag endcapClusterCollection_
TH2F * EEP_OccupancyExclusiveDT_
std::map< int, TH2F * > FEDsAndDCCRuntypeVsBxHists_
std::string getSliceFromFed(int)
int iphi() const
get the crystal iphi
TH2F * EEM_OccupancyCoarseExclusiveCSC_
TH2F * HighEnergy_NumXtalFedId
TH3F * allFedsTimingTTHistECAL_
TH1F * allFedsTimingHistCSC_
TH1F * EEM_FedsTimingHistRPC_
TH1F * allFedsTimingEbmTopHist_
EcalElectronicsId getElectronicsId(const DetId &id) const
Get the electronics id for this det id.
TH1F * HighEnergy_TracksAngle
std::vector< bool > determineTriggers(const edm::Event &, const edm::EventSetup &eventSetup)
TH2F * EEM_OccupancyHCAL_
TH2F * allFedsFreqTimeVsEtaTTHist_
TH2F * EEM_OccupancyExclusiveRPC_
TH2F * EEM_OccupancyHighEnergy_
TH1F * EEP_FedsTimingHistHCAL_
TH2F * allFedsTimingPhiEbmHist_
const cms_uint16_t aData(int iA) const
get/set A_DATA_CH_IA
TH2F * EEM_OccupancyCoarseECAL_
std::map< int, TH1F * > FEDsAndiPhiProfileHists_
TH2F * EEM_OccupancyCoarseExclusiveRPC_
std::map< int, TH1F * > FEDsAndFrequencyHists_
std::vector< SuperCluster > SuperClusterCollection
collection of SuperCluser objectr
TH1F * EEP_numberofCosmicsHist_
TH2F * allOccupancyCoarse_
TH2F * EEP_OccupancyHighEnergyCoarse_
std::vector< bool > DecisionWord
typedefs
void swap(edm::DataFrameContainer &lhs, edm::DataFrameContainer &rhs)
TH2F * trackAssoc_muonsEcal_
TH1F * EEP_FedsNumXtalsInClusterHist_
TH3F * EEP_FedsTimingTTHistHCAL_
ConsumesCollector consumesCollector()
Use a ConsumesCollector to gather consumes information from helper functions.
TH1F * allFedsTimingHistDT_
TH1F * allFedsFrequencyHist_
TH1F * EEP_FedsTimingHistRPC_
TH3F * HighEnergy_1tracks_occu3D
TH1F * allFedsenergyOnlyHighHist_
std::map< int, TH1F * > FEDsAndenergyHists_
TH1F * EEP_triggerExclusiveHist_
TH2F * EEP_OccupancyCoarseExclusiveECAL_
TH1F * EEM_FedsSeedEnergyHist_
TH3F * HighEnergy_100GeV_occu3D
std::map< int, TH2F * > FEDsAndenergyvsE1Hists_
Cos< T >::type cos(const T &t)
TH3F * EEP_FedsTimingTTHistECAL_
TH2F * HighEnergy_energyNumXtal
TH3F * allFedsTimingTTHistHCAL_
TH1F * HighEnergy_ratioClusters
TH2F * EEM_OccupancyExclusiveCSC_
TH2F * EEP_OccupancyCoarseExclusiveHCAL_
int cosmicCounterTopBottom_
Abs< T >::type abs(const T &t)
TH2F * EEM_OccupancyCoarseRPC_
TH2F * EEP_AllOccupancyCoarse_
TH2F * EEP_OccupancyCoarseCSC_
const EcalElectronicsMapping * ecalElectronicsMap_
TrackDetectorAssociator trackAssociator_
TH1F * numberofCosmicsTopBottomHist_
TH2F * EEP_OccupancySingleXtal_
TH2F * EEM_OccupancyCoarseExclusiveECAL_
TH1F * allFedsTimingHistEcalMuon_
TH2F * EEP_OccupancyHCAL_
int ieta() const
get the crystal ieta
TH2F * EEP_OccupancyExclusiveECAL_
TH1F * allFedsTimingHistECAL_
const L1GtPsbWord gtPsbWord(cms_uint16_t boardIdValue, int bxInEventValue) const
get / set PSB word (record) in the GT readout record
TH3F * HighEnergy_2GeV_occu3D
TrackAssociatorParameters trackParameters_
TH1F * EEM_triggerExclusiveHist_
TH1F * EEM_FedsTimingHistHCAL_
TH1F * HighEnergy_TracksAngleTopBottom
std::map< int, TH2F * > FEDsAndOccupancyHists_
int dccId() const
get the DCC (Ecal Local DCC value not global one) id
bool getByLabel(InputTag const &tag, Handle< PROD > &result) const
TH1F * EEP_FedsTimingHistECAL_
TH2F * EEM_numxtalsVsEnergy_
TH2F * allFedsTimingPhiEbpHist_
const DecisionWord & decisionWord(int bxInEventValue) const
TH3F * EEM_FedsTimingTTHist_
TH2F * allOccupancyExclusiveDT_
TH2F * EEM_OccupancyCoarseExclusiveHCAL_
TH2F * allOccupancySingleXtal_
TH2F * EEP_OccupancyCoarseExclusiveCSC_
TH2F * allFedsTimingVsAmpHist_
Namespace of DDCMS conversion namespace.
TH3F * allFedsTimingPhiEtaHist_
const_iterator end() const
TH1F * ratioAssocClustersHist_
edm::InputTag l1GMTReadoutRecTag_
TH2F * EEM_FedsenergyvsE1Hist_
TH2F * EEM_OccupancyCoarseCSC_
TH3F * EEP_FedsTimingTTHist_
TH2F * allOccupancyExclusiveCSC_
TH1F * HighEnergy_numClusHighEn
TH1F * numberofCosmicsHistEB_
TH2F * numxtalsVsHighEnergy_
TH2F * allFedsFreqTimeVsEtaHist_
T const * product() const
TH2F * EEP_OccupancyExclusiveRPC_
TH2F * EEP_numxtalsVsEnergy_
static bool validDetId(int crystal_ix, int crystal_iy, int iz)
TH1F * ratioAssocTracksHist_
void beginRun(edm::Run const &, edm::EventSetup const &) override
TH1F * EEP_FedsTimingHist_
TH1F * EEM_FedsTimingHistECAL_
TH2F * TrueBCOccupancyCoarse_
TH2F * allFedsTimingLMHistRPC_
TH1F * allFedsenergyHist_
TH2F * EEM_FedsE2vsE1Hist_
int ietaSM() const
get the crystal ieta in the SM convention (1-85)
TH1F * HighEnergy_bestSeed
TH1F * EEM_numberofBCinSC_
TH1F * triggerExclusiveHist_
iterator find(key_type k)
TH1F * dccOrbitErrorByFEDHist_
TH1F * numberofCrossedEcalIdsHist_
TH2F * allFedsTimingLMHistCSC_
TH3F * EEM_FedsTimingTTHistHCAL_
TH3F * allFedsTimingTTHistDT_
TH2F * allOccupancyCoarseECAL_
TH2F * EEP_OccupancyCoarseHCAL_
std::vector< L1MuGMTReadoutRecord > const & getRecords() const
TH1F * EEM_FedsenergyOnlyHighHist_
TH1F * EEP_NumXtalsInClusterHist_
TH1F * allFedsNumXtalsInClusterHist_
TH2F * EEM_OccupancyExclusiveHCAL_
TH2F * allOccupancyCoarseExclusiveRPC_
TH2F * EEP_OccupancyCoarseExclusiveRPC_
std::map< int, TH1F * > FEDsAndiEtaProfileHists_
TH2F * EEM_OccupancyCoarseExclusiveDT_
TrackDetMatchInfo associate(const edm::Event &, const edm::EventSetup &, const FreeTrajectoryState &, const AssociatorParameters &)
std::map< int, TH1F * > FEDsAndTimingHists_
TH2F * EEP_OccupancyCoarseRPC_
TH3F * HighEnergy_2tracks_occu3DXtal
TH1F * EEM_NumXtalsInClusterHist_
TH2F * allOccupancyHighEnergyCoarse_
TH2F * allOccupancyCoarseCSC_
TH2F * EEP_OccupancyHighEnergy_
TH3F * allFedsOccupancyHighEnergyHist_
TH1F * EEP_numberofBCinSC_
TH2F * EEM_AllOccupancyCoarse_
TH2F * allFedsenergyvsE1Hist_
TH3F * EEP_FedsTimingTTHistCSC_
TH3F * EEP_FedsTimingTTHistDT_
TH2F * EEP_FedsTimingVsAmpHist_
TH1F * dccBXErrorByFEDHist_
TH1F * EEM_FedsNumXtalsInClusterHist_
TH2F * allFedsFreqTimeVsPhiTTHist_
TH3F * HighEnergy_energy3D
edm::InputTag l1GTReadoutRecTag_
edm::InputTag barrelClusterCollection_
int getLMNumber(const DetId &id) const
T const * product() const
TH1F * EEP_FedsTimingHistDT_
TH2F * EEP_FedsE2vsE1Hist_
TH2F * EEM_OccupancyHighEnergyCoarse_
TimeValue_t value() const
edm::Timestamp time() const
TH1F * allFedsTimingEbmBottomHist_
TH1F * EEP_FedsenergyOnlyHighHist_
std::map< int, TH1F * > FEDsAndHists_
std::map< int, TH2F * > FEDsAndTimingVsFreqHists_
const_iterator begin() const
edm::InputTag ecalRecHitCollectionEB_
TH1F * HighEnergy_numRecoTrackBarrel
TH2F * EEP_OccupancyCoarseExclusiveDT_
TH3F * HighEnergy_0tracks_occu3DXtal
TH2F * allOccupancyCoarseHCAL_
T angle(T x1, T y1, T z1, T x2, T y2, T z2)
edm::InputTag ecalRecHitCollectionEE_