19 printProvenanceInfo(
false), trackerHitAssociatorConfig_(iPSet, consumesCollector()),
count(0)
21 consumesMany<edm::SortedCollection<HBHERecHit, edm::StrictWeakOrdering<HBHERecHit> > >();
22 consumesMany<edm::SortedCollection<HFRecHit, edm::StrictWeakOrdering<HFRecHit> > >();
23 consumesMany<edm::SortedCollection<HORecHit, edm::StrictWeakOrdering<HORecHit> > >();
24 std::string MsgLoggerCat =
"GlobalRecHitsAnalyzer_GlobalRecHitsAnalyzer";
33 m_Prov.getUntrackedParameter<
bool>(
"GetAllProvenances");
35 m_Prov.getUntrackedParameter<
bool>(
"PrintProvenanceInfo");
86 <<
"\n===============================\n" 87 <<
"Initialized as EDProducer with parameter values:\n" 88 <<
" Name = " <<
fName <<
"\n" 89 <<
" Verbosity = " << verbosity <<
"\n" 90 <<
" Frequency = " << frequency <<
"\n" 91 <<
" GetProv = " << getAllProvenances <<
"\n" 92 <<
" PrintProv = " << printProvenanceInfo <<
"\n" 93 <<
" ECalEBSrc = " << ECalEBSrc_.label()
94 <<
":" << ECalEBSrc_.instance() <<
"\n" 95 <<
" ECalUncalEBSrc = " << ECalUncalEBSrc_.
label()
96 <<
":" << ECalUncalEBSrc_.
instance() <<
"\n" 97 <<
" ECalEESrc = " << ECalEESrc_.
label()
98 <<
":" << ECalUncalEESrc_.
instance() <<
"\n" 99 <<
" ECalUncalEESrc = " << ECalUncalEESrc_.
label()
100 <<
":" << ECalEESrc_.
instance() <<
"\n" 101 <<
" ECalESSrc = " << ECalESSrc_.
label()
102 <<
":" << ECalESSrc_.
instance() <<
"\n" 103 <<
" HCalSrc = " << HCalSrc_.
label()
104 <<
":" << HCalSrc_.
instance() <<
"\n" 105 <<
" SiStripSrc = " << SiStripSrc_.
label()
106 <<
":" << SiStripSrc_.
instance() <<
"\n" 107 <<
" SiPixelSrc = " << SiPxlSrc_.
label()
108 <<
":" << SiPxlSrc_.
instance() <<
"\n" 109 <<
" MuDTSrc = " << MuDTSrc_.
label()
110 <<
":" << MuDTSrc_.
instance() <<
"\n" 111 <<
" MuDTSimSrc = " << MuDTSimSrc_.
label()
112 <<
":" << MuDTSimSrc_.
instance() <<
"\n" 113 <<
" MuCSCSrc = " << MuCSCSrc_.
label()
114 <<
":" << MuCSCSrc_.
instance() <<
"\n" 115 <<
" MuRPCSrc = " << MuRPCSrc_.
label()
116 <<
":" << MuRPCSrc_.
instance() <<
"\n" 117 <<
" MuRPCSimSrc = " << MuRPCSimSrc_.
label()
118 <<
":" << MuRPCSimSrc_.
instance() <<
"\n" 119 <<
"===============================\n";
127 string SiStripString[19] = {
"TECW1",
"TECW2",
"TECW3",
"TECW4",
"TECW5",
128 "TECW6",
"TECW7",
"TECW8",
"TIBL1",
"TIBL2",
129 "TIBL3",
"TIBL4",
"TIDW1",
"TIDW2",
"TIDW3",
130 "TOBL1",
"TOBL2",
"TOBL3",
"TOBL4"};
131 for(
int i = 0;
i<19; ++
i) {
136 string hcharname, hchartitle;
138 for(
int amend = 0; amend < 19; ++amend) {
139 hcharname =
"hSiStripn_"+SiStripString[amend];
140 hchartitle= SiStripString[amend]+
" rechits";
143 SiStripString[amend],1);
145 hcharname =
"hSiStripResX_"+SiStripString[amend];
146 hchartitle= SiStripString[amend]+
" rechit x resolution";
149 +SiStripString[amend],1);
151 hcharname =
"hSiStripResY_"+SiStripString[amend];
152 hchartitle= SiStripString[amend]+
" rechit y resolution";
155 SiStripString[amend],1);
162 string HCalString[4]={
"HB",
"HE",
"HF",
"HO"};
163 float HCalnUpper[4]={3000.,3000.,3000.,3000.};
164 float HCalnLower[4]={0.,0.,0.,0.};
165 for(
int j =0; j <4; ++j) {
171 for(
int amend = 0; amend < 4; ++amend) {
172 hcharname =
"hHcaln_"+HCalString[amend];
173 hchartitle= HCalString[amend]+
" rechits";
174 mehHcaln[amend] = iBooker.
book1D(hcharname,hchartitle, 1000, HCalnLower[amend],
178 hcharname =
"hHcalRes_"+HCalString[amend];
179 hchartitle= HCalString[amend]+
" rechit resolution";
187 string ECalString[3] = {
"EB",
"EE",
"ES"};
188 int ECalnBins[3] = {1000,3000,150};
189 float ECalnUpper[3] = {20000., 62000., 3000.};
190 float ECalnLower[3] = {0., 0., 0.};
191 int ECalResBins[3] = {200,200,200};
192 float ECalResUpper[3] = {1., 0.3, .0002};
193 float ECalResLower[3] = {-1., -0.3, -.0002};
194 for(
int i =0;
i<3; ++
i) {
200 for(
int amend = 0; amend < 3; ++amend) {
201 hcharname =
"hEcaln_"+ECalString[amend];
202 hchartitle= ECalString[amend]+
" rechits";
203 mehEcaln[amend] = iBooker.
book1D(hcharname,hchartitle, ECalnBins[amend],
204 ECalnLower[amend], ECalnUpper[amend]);
207 hcharname =
"hEcalRes_"+ECalString[amend];
208 hchartitle= ECalString[amend]+
" rechit resolution";
211 ECalResUpper[amend]);
217 string SiPixelString[7] = {
"BRL1",
"BRL2",
"BRL3",
"FWD1n",
"FWD1p",
219 for(
int j =0; j<7; ++j) {
226 for(
int amend = 0; amend < 7; ++amend) {
227 hcharname =
"hSiPixeln_"+SiPixelString[amend];
228 hchartitle= SiPixelString[amend]+
" rechits";
231 SiPixelString[amend],1);
233 hcharname =
"hSiPixelResX_"+SiPixelString[amend];
234 hchartitle= SiPixelString[amend]+
" rechit x resolution";
237 SiPixelString[amend],1);
239 hcharname =
"hSiPixelResY_"+SiPixelString[amend];
240 hchartitle= SiPixelString[amend]+
" rechit y resolution";
244 SiPixelString[amend],1);
255 string n_List[3] = {
"hDtMuonn",
"hCSCn",
"hRPCn"};
256 string hist_string[3] = {
"Dt",
"CSC",
"RPC"};
258 for(
int amend=0; amend<3; ++amend) {
259 hchartitle = hist_string[amend]+
" rechits";
266 mehCSCn=iBooker.
book1D(n_List[amend],hchartitle,50, 0., 500.);
271 mehRPCn=iBooker.
book1D(n_List[amend],hchartitle,50, 0., 500.);
281 hcharname =
"hDtMuonRes";
282 hchartitle =
"DT wire distance resolution";
284 hcharname =
"CSCResRDPhi";
285 hchartitle =
"CSC perp*dphi resolution";
287 hcharname =
"hRPCResX";
288 hchartitle =
"RPC rechits x resolution";
296 std::string MsgLoggerCat =
"GlobalRecHitsAnalyzer_analyze";
307 <<
"Processing run " << nrun <<
", event " << nevt
308 <<
" (" <<
count <<
" events total)";
312 <<
"Processing run " << nrun <<
", event " << nevt
313 <<
" (" <<
count <<
" events total)";
320 std::vector<const edm::StableProvenance*> AllProv;
325 <<
"Number of Provenances = " << AllProv.size();
328 TString eventout(
"\nProvenance info:\n");
330 for (
unsigned int i = 0;
i < AllProv.size(); ++
i) {
331 eventout +=
"\n ******************************";
332 eventout +=
"\n Module : ";
333 eventout += AllProv[
i]->moduleLabel();
334 eventout +=
"\n ProductID : ";
335 eventout += AllProv[
i]->productID().id();
336 eventout +=
"\n ClassName : ";
337 eventout += AllProv[
i]->className();
338 eventout +=
"\n InstanceName : ";
339 eventout += AllProv[
i]->productInstanceName();
340 eventout +=
"\n BranchName : ";
341 eventout += AllProv[
i]->branchName();
343 eventout +=
"\n ******************************\n";
362 <<
"Done gathering data from event.";
370 std::string MsgLoggerCat =
"GlobalRecHitsAnalyzer_fillECal";
374 eventout =
"\nGathering info:";
384 bool validUncalibRecHitEB =
true;
385 if (!EcalUncalibRecHitEB.
isValid()) {
387 <<
"Unable to find EcalUncalRecHitEB in event!";
388 validUncalibRecHitEB =
false;
393 bool validRecHitEB =
true;
396 <<
"Unable to find EcalRecHitEB in event!";
397 validRecHitEB =
false;
402 bool validXFrame =
true;
403 if (!crossingFrame.
isValid()) {
405 <<
"Unable to find cal barrel crossingFrame in event!";
417 uint32_t crystid = ebid.
rawId();
418 ebSimMap[crystid] += iHit.energy();
424 if (validUncalibRecHitEB && validRecHitEB) {
430 EBUncalibRecHit->
begin();
431 uncalibRecHit != EBUncalibRecHit->
end();
438 if (myRecHit != EBRecHit->
end()) {
445 eventout +=
"\n Number of EBRecHits collected:............ ";
446 eventout += nEBRecHits;
456 bool validuncalibRecHitEE =
true;
457 if (!EcalUncalibRecHitEE.
isValid()) {
459 <<
"Unable to find EcalUncalRecHitEE in event!";
460 validuncalibRecHitEE =
false;
465 bool validRecHitEE =
true;
468 <<
"Unable to find EcalRecHitEE in event!";
469 validRecHitEE =
false;
475 if (!crossingFrame.
isValid()) {
477 <<
"Unable to find cal endcap crossingFrame in event!";
489 uint32_t crystid = eeid.
rawId();
490 eeSimMap[crystid] += iHit.energy();
495 if (validuncalibRecHitEE && validRecHitEE) {
502 EEUncalibRecHit->
begin();
503 uncalibRecHit != EEUncalibRecHit->
end();
510 if (myRecHit != EERecHit->
end()) {
517 eventout +=
"\n Number of EERecHits collected:............ ";
518 eventout += nEERecHits;
528 bool validRecHitES =
true;
531 <<
"Unable to find EcalRecHitES in event!";
532 validRecHitES =
false;
538 if (!crossingFrame.
isValid()) {
540 <<
"Unable to find cal preshower crossingFrame in event!";
552 uint32_t crystid = esid.
rawId();
553 esSimMap[crystid] += iHit.energy();
573 eventout +=
"\n Number of ESRecHits collected:............ ";
574 eventout += nESRecHits;
588 std::string MsgLoggerCat =
"GlobalRecHitsAnalyzer_fillHCal";
592 eventout =
"\nGathering info:";
599 <<
"Unable to find CaloGeometry in event!";
608 bool validhcalHits =
true;
611 <<
"Unable to find hcalHits in event!";
612 validhcalHits =
false;
615 std::map<HcalDetId,float> fHBEnergySimHits;
616 std::map<HcalDetId,float> fHEEnergySimHits;
617 std::map<HcalDetId,float> fHOEnergySimHits;
618 std::map<HcalDetId,float> fHFEnergySimHits;
622 for (std::vector<PCaloHit>::const_iterator simhits = simhitResult->begin();
623 simhits != simhitResult->end();
629 fHBEnergySimHits[detId] += simhits->energy();
632 fHEEnergySimHits[detId] += simhits->energy();
635 fHOEnergySimHits[detId] += simhits->energy();
638 fHFEnergySimHits[detId] += simhits->energy();
644 Double_t maxHBEnergy = 0.;
645 Double_t maxHEEnergy = 0.;
646 Double_t maxHFEnergy = 0.;
648 Double_t maxHBPhi = -1000.;
649 Double_t maxHEPhi = -1000.;
650 Double_t maxHOPhi = -1000.;
651 Double_t maxHFPhi = -1000.;
654 Double_t
PI = 3.141592653589;
659 std::vector<edm::Handle<HBHERecHitCollection> >
hbhe;
661 bool validHBHE =
true;
662 if (!hbhe[0].isValid()) {
664 <<
"Unable to find any HBHERecHitCollections in event!";
669 std::vector<edm::Handle<HBHERecHitCollection> >::iterator ihbhe;
674 for (ihbhe = hbhe.begin(); ihbhe != hbhe.end(); ++ihbhe) {
678 jhbhe != (*ihbhe)->end(); ++jhbhe) {
687 if ( (jhbhe->energy()) > maxHBEnergy ) {
688 maxHBEnergy = jhbhe->energy();
699 if ( (jhbhe->energy()) > maxHEEnergy ) {
700 maxHEEnergy = jhbhe->energy();
707 jhbhe != (*ihbhe)->end(); ++jhbhe) {
719 float deltaphi = maxHBPhi - fPhi;
720 if (fPhi > maxHBPhi) { deltaphi = fPhi - maxHBPhi;}
721 if (deltaphi > PI) { deltaphi = 2.0 * PI - deltaphi;}
724 fHBEnergySimHits[cell]);
735 float deltaphi = maxHEPhi - fPhi;
736 if (fPhi > maxHEPhi) { deltaphi = fPhi - maxHEPhi;}
737 if (deltaphi > PI) { deltaphi = 2.0 * PI - deltaphi;}
739 fHEEnergySimHits[cell]);
746 eventout +=
"\n Number of HBRecHits collected:............ ";
751 eventout +=
"\n Number of HERecHits collected:............ ";
761 std::vector<edm::Handle<HFRecHitCollection> >
hf;
764 if (!hf[0].isValid()) {
766 <<
"Unable to find any HFRecHitCollections in event!";
770 std::vector<edm::Handle<HFRecHitCollection> >::iterator
ihf;
773 for (ihf = hf.begin(); ihf != hf.end(); ++
ihf) {
777 jhf != (*ihf)->end(); ++jhf) {
784 double fPhi = cellGeometry->getPosition().phi () ;
785 if ( (jhf->energy()) > maxHFEnergy ) {
786 maxHFEnergy = jhf->energy();
793 jhf != (*ihf)->end(); ++jhf) {
802 double fPhi = cellGeometry->getPosition().phi () ;
804 float deltaphi = maxHBPhi - fPhi;
805 if (fPhi > maxHFPhi) { deltaphi = fPhi - maxHFPhi;}
806 if (deltaphi > PI) { deltaphi = 2.0 * PI - deltaphi;}
814 eventout +=
"\n Number of HFDigis collected:.............. ";
823 std::vector<edm::Handle<HORecHitCollection> >
ho;
826 if (!ho[0].isValid()) {
828 <<
"Unable to find any HORecHitCollections in event!";
833 std::vector<edm::Handle<HORecHitCollection> >::iterator iho;
836 for (iho = ho.begin(); iho != ho.end(); ++iho) {
839 jho != (*iho)->end(); ++jho) {
848 double fPhi = cellGeometry->getPosition().phi () ;
850 float deltaphi = maxHOPhi - fPhi;
851 if (fPhi > maxHOPhi) { deltaphi = fPhi - maxHOPhi;}
852 if (deltaphi > PI) { deltaphi = 2.0 * PI - deltaphi;}
859 eventout +=
"\n Number of HODigis collected:.............. ";
880 std::string MsgLoggerCat =
"GlobalRecHitsAnalyzer_fillTrk";
884 eventout =
"\nGathering info:";
889 bool validstrip =
true;
890 if (!rechitsmatched.
isValid()) {
892 <<
"Unable to find stripmatchedrechits in event!";
902 <<
"Unable to find TrackerDigiGeometry in event!";
908 int nStripBrl = 0, nStripFwd = 0;
911 for (TrackerGeometry::DetContainer::const_iterator it =
913 it != pDD->
dets().end(); ++it) {
915 uint32_t myid = ((*it)->geographicalId()).rawId();
916 DetId detid = ((*it)->geographicalId());
921 if (rechitmatchedMatch != rechitsmatched->
end()) {
927 for ( itermatched = rechitmatchedRangeIteratorBegin;
928 itermatched != rechitmatchedRangeIteratorEnd;
934 float mindist = 999999.;
935 float distx = 999999.;
936 float disty = 999999.;
937 float dist = 999999.;
938 std::pair<LocalPoint,LocalVector> closestPair;
941 float rechitmatchedx = position.
x();
942 float rechitmatchedy = position.
y();
952 std::pair<LocalPoint,LocalVector> hitPair;
954 for(std::vector<PSimHit>::const_iterator
m =
matched.begin();
958 distx = fabs(rechitmatchedx - hitPair.first.x());
959 disty = fabs(rechitmatchedy - hitPair.first.y());
960 dist =
sqrt(distx*distx+disty*disty);
964 closestPair = hitPair;
1084 eventout +=
"\n Number of BrlStripRecHits collected:...... ";
1085 eventout += nStripBrl;
1088 for(
int i =8;
i<12; ++
i)
1090 for(
int i =16;
i<19; ++
i)
1094 eventout +=
"\n Number of FrwdStripRecHits collected:..... ";
1095 eventout += nStripFwd;
1097 for(
int i =0;
i<8; ++
i)
1099 for(
int i =12;
i<16; ++
i)
1107 bool validpixel =
true;
1110 <<
"Unable to find SiPixelRecHitCollection in event!";
1119 <<
"Unable to find TrackerDigiGeometry in event!";
1124 int nPxlBrl = 0, nPxlFwd = 0;
1126 for (TrackerGeometry::DetContainer::const_iterator it =
1127 geom->
dets().begin();
1128 it != geom->
dets().end(); ++it) {
1130 uint32_t myid = ((*it)->geographicalId()).rawId();
1131 DetId detId = ((*it)->geographicalId());
1137 if (pixeldet == recHitColl->
end())
continue;
1147 for ( ; pixeliter != pixelrechitRangeIteratorEnd; ++pixeliter) {
1152 if ( !matched.empty() ) {
1154 float closest = 9999.9;
1156 float rechit_x = lp.
x();
1157 float rechit_y = lp.
y();
1163 for (std::vector<PSimHit>::const_iterator
m = matched.begin();
1164 m != matched.end(); ++
m) {
1166 float sim_x1 = (*m).entryPoint().x();
1167 float sim_x2 = (*m).exitPoint().x();
1168 float sim_xpos = 0.5*(sim_x1+sim_x2);
1170 float sim_y1 = (*m).entryPoint().y();
1171 float sim_y2 = (*m).exitPoint().y();
1172 float sim_ypos = 0.5*(sim_y1+sim_y2);
1174 float x_res = fabs(sim_xpos - rechit_x);
1175 float y_res = fabs(sim_ypos - rechit_y);
1177 float dist =
sqrt(x_res*x_res + y_res*y_res);
1179 if ( dist < closest ) {
1211 if (tTopo->
pxfDisk(myid) == 1) {
1212 if (tTopo->
pxfSide(myid) == 1) {
1216 if (tTopo->
pxfSide(myid) == 2) {
1221 if (tTopo->
pxfDisk(myid) == 2) {
1222 if (tTopo->
pxfSide(myid) == 1) {
1226 if (tTopo->
pxfSide(myid) == 2) {
1238 eventout +=
"\n Number of BrlPixelRecHits collected:...... ";
1239 eventout += nPxlBrl;
1241 for(
int i=0;
i<3; ++
i) {
1246 eventout +=
"\n Number of FrwdPixelRecHits collected:..... ";
1247 eventout += nPxlFwd;
1250 for(
int i=3;
i<7; ++
i) {
1264 std::string MsgLoggerCat =
"GlobalRecHitsAnalyzer_fillMuon";
1268 eventout =
"\nGathering info:";
1275 <<
"Unable to find DTMuonGeometryRecord in event!";
1281 bool validdtsim =
true;
1284 <<
"Unable to find dtsimHits in event!";
1290 bool validdtrec =
true;
1293 <<
"Unable to find dtRecHits in event!";
1297 if (validdtsim && validdtrec) {
1299 std::map<DTWireId, edm::PSimHitContainer> simHitsPerWire =
1302 std::map<DTWireId, std::vector<DTRecHit1DPair> > recHitsPerWire =
1305 int nDt =
compute(dtGeom.
product(), simHitsPerWire, recHitsPerWire, 1);
1308 eventout +=
"\n Number of DtMuonRecHits collected:........ ";
1320 bool validXFrame =
true;
1323 <<
"Unable to find muo CSC crossingFrame in event!";
1324 validXFrame =
false;
1330 for (
auto const & iHit :
simHits ) {
1331 theMap[iHit.detUnitId()].push_back(iHit);
1340 <<
"Unable to find CSCMuonGeometryRecord in event!";
1348 bool validCSC =
true;
1351 <<
"Unable to find CSC RecHits in event!";
1360 recHitItr != cscRecHits->end(); ++recHitItr) {
1362 int detId = (*recHitItr).cscDetId().rawId();
1365 std::map<int, edm::PSimHitContainer>::const_iterator mapItr =
1367 if (mapItr !=
theMap.end()) {
1368 simHits = mapItr->second;
1371 if (simHits.size() == 1) {
1384 eventout +=
"\n Number of CSCRecHits collected:........... ";
1391 std::map<double, int> mapsim, maprec;
1392 std::map<int, double> nmapsim, nmaprec;
1398 <<
"Unable to find RPCMuonGeometryRecord in event!";
1404 bool validrpcsim =
true;
1407 <<
"Unable to find RPCSimHit in event!";
1408 validrpcsim =
false;
1413 bool validrpc =
true;
1416 <<
"Unable to find RPCRecHit in event!";
1424 for (recIt = recHit->begin(); recIt != recHit->end(); ++recIt) {
1431 "\n Number of RPCRecHits collected:........... ";
1440 LocalPoint rhitlocal = (*recIt).localPosition();
1441 double rhitlocalx = rhitlocal.
x();
1442 maprec[rhitlocalx] = nrec;
1446 for (std::map<double,int>::iterator iter = maprec.begin();
1447 iter != maprec.end(); ++iter) {
1449 nmaprec[
i] = (*iter).first;
1454 edm::PSimHitContainer::const_iterator simIt;
1455 for (simIt = simHit->begin(); simIt != simHit->end(); simIt++) {
1456 int ptype = (*simIt).particleType();
1457 if (ptype == 13 || ptype == -13) {
1459 LocalPoint shitlocal = (*simIt).localPosition();
1460 double shitlocalx = shitlocal.
x();
1461 mapsim[shitlocalx] = nsim;
1466 for (std::map<double,int>::iterator iter = mapsim.begin();
1467 iter != mapsim.end(); ++iter) {
1469 nmapsim[
i] = (*iter).first;
1474 for (
int r = 0;
r < nsim;
r++) {
1481 eventout +=
"\n Number of RPCRecHits collected:........... ";
1494 std::pair<LocalPoint,LocalVector>
1502 LocalPoint localHit = plane.toLocal(globalpos);
1509 float scale = -localHit.
z() / dir.
z();
1521 return std::pair<LocalPoint,LocalVector>( projectedPos, localStripDir);
1525 std::map<DTWireId, std::vector<DTRecHit1DPair> >
1528 std::map<DTWireId, std::vector<DTRecHit1DPair> > ret;
1531 rechit != dt1DRecHitPairs->end(); rechit++) {
1532 ret[(*rechit).wireId()].push_back(*rechit);
1545 float xEntry = entryP.
x()-xwire;
1546 float xExit = exitP.
x()-xwire;
1549 return fabs(xEntry - (entryP.
z()*(xExit-xEntry))/(exitP.
z()-entryP.
z()));
1553 template <
typename type>
1557 const std::vector<type>& recHits,
1558 const float simHitDist) {
1560 const type* theBestRecHit =
nullptr;
1562 for(
typename std::vector<type>::const_iterator
recHit = recHits.begin();
1566 if(fabs(distTmp-simHitDist) < res) {
1567 res = fabs(distTmp-simHitDist);
1568 theBestRecHit = &(*recHit);
1572 return theBestRecHit;
1592 template <
typename type>
1600 std::map<DTWireId, std::vector<PSimHit> > simHitsPerWire = _simHitsPerWire;
1601 std::map<DTWireId, std::vector<type> > recHitsPerWire = _recHitsPerWire;
1604 for(
std::map<
DTWireId, std::vector<PSimHit> >::const_iterator wireAndSHits =
1605 simHitsPerWire.begin();
1606 wireAndSHits != simHitsPerWire.end();
1608 DTWireId wireId = (*wireAndSHits).first;
1609 std::vector<PSimHit> simHitsInCell = (*wireAndSHits).second;
1616 if (muSimHit==
nullptr) {
1623 if(simHitWireDist>2.1) {
1628 if(recHitsPerWire.find(wireId) == recHitsPerWire.end()) {
1632 std::vector<type> recHits = recHitsPerWire[wireId];
1635 const type* theBestRecHit =
edm::EDGetTokenT< SiPixelRecHitCollection > SiPxlSrc_Token_
LocalPoint localPosition() const override
Return the 3-dimensional local position.
GlobalPoint toGlobal(const Point2DBase< Scalar, LocalTag > lp) const
T getParameter(std::string const &) const
const CaloSubdetectorGeometry * getSubdetectorGeometry(const DetId &id) const
access the subdetector geometry for the given subdetector directly
EventNumber_t event() const
GlobalRecHitsAnalyzer(const edm::ParameterSet &)
T getUntrackedParameter(std::string const &, T const &) const
float wirePosition(int wireNumber) const
Returns the x position in the layer of a given wire number.
MonitorElement * mehCSCResRDPhi
std::map< DTWireId, edm::PSimHitContainer > mapSimHitsPerWire(const edm::PSimHitContainer &simhits)
boost::transform_iterator< IterHelp, const_IdIter > const_iterator
std::vector< PCaloHit > PCaloHitContainer
const_iterator end(bool update=false) const
unsigned int tibLayer(const DetId &id) const
~GlobalRecHitsAnalyzer() override
edm::EDGetTokenT< EBRecHitCollection > ECalEBSrc_Token_
static const int sdHcalOut
std::vector< PSimHit > matched
edm::EDGetTokenT< ESRecHitCollection > ECalESSrc_Token_
MonitorElement * mehDtMuonn
bool getByToken(EDGetToken token, Handle< PROD > &result) const
edm::EDGetTokenT< CrossingFrame< PCaloHit > > ESHits_Token_
MonitorElement * mehHcalRes[4]
unsigned int pxfDisk(const DetId &id) const
GlobalPoint toGlobal(const Local2DPoint &lp) const
Conversion to the global R.F. from the R.F. of the GeomDet.
Sin< T >::type sin(const T &t)
edm::EDGetTokenT< CrossingFrame< PSimHit > > MuCSCHits_Token_
void fillMuon(const edm::Event &, const edm::EventSetup &)
Geom::Phi< T > phi() const
constexpr uint32_t rawId() const
get the raw id
std::vector< T >::const_iterator const_iterator
edm::InputTag ECalUncalEBSrc_
unsigned long long EventNumber_t
edm::EDGetTokenT< CrossingFrame< PCaloHit > > EEHits_Token_
virtual float strip(const LocalPoint &) const =0
float recHitDistFromWire(const DTRecHit1DPair &hitPair, const DTLayer *layer)
unsigned int tidWheel(const DetId &id) const
void getManyByType(std::vector< Handle< PROD >> &results) const
LocalPoint localPosition() const override
float simHitDistFromWire(const DTLayer *layer, DTWireId wireId, const PSimHit &hit)
edm::InputTag ECalUncalEESrc_
MonitorElement * mehEcalRes[3]
virtual const StripTopology & specificTopology() const
Returns a reference to the strip proxy topology.
const Plane & surface() const
The nominal surface of the GeomDet.
edm::EDGetTokenT< edm::PSimHitContainer > MuDTSimSrc_Token_
MonitorElement * mehSiStripn[19]
edm::InputTag SiStripSrc_
void plotResolution(const PSimHit &simHit, const CSCRecHit2D &recHit, const CSCLayer *layer, int chamberType)
void analyze(const edm::Event &, const edm::EventSetup &) override
std::map< int, edm::PSimHitContainer > theMap
std::map< DTWireId, std::vector< DTRecHit1DPair > > map1DRecHitsPerWire(const DTRecHitCollection *dt1DRecHitPairs)
C::const_iterator const_iterator
constant access iterator type
const DetContainer & dets() const override
Returm a vector of all GeomDet (including all GeomDetUnits)
const DTTopology & specificTopology() const
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
Local3DPoint exitPoint() const
Exit point in the local Det frame.
void setCurrentFolder(std::string const &fullpath)
edm::EDGetTokenT< EBUncalibratedRecHitCollection > ECalUncalEBSrc_Token_
const CSCChamberSpecs * specs() const
static const int sdPxlBrl
Local3DPoint localPosition() const
virtual float stripAngle(float strip) const =0
int compute(const DTGeometry *dtGeom, const std::map< DTWireId, std::vector< PSimHit > > &simHitsPerWire, const std::map< DTWireId, std::vector< type > > &recHitsPerWire, int step)
edm::EDGetTokenT< CSCRecHit2DCollection > MuCSCSrc_Token_
MonitorElement * mehSiPixelResX[7]
Cos< T >::type cos(const T &t)
constexpr int subdetId() const
get the contents of the subdetector field (not cast into any detector's numbering enum) ...
MonitorElement * book1D(Args &&...args)
MonitorElement * mehRPCResX
MonitorElement * mehEcaln[3]
const type * findBestRecHit(const DTLayer *layer, DTWireId wireId, const std::vector< type > &recHits, const float simHitDist)
const PSimHit * findMuSimHit(const edm::PSimHitContainer &hits)
Select the SimHit from a muon in a vector of SimHits.
MonitorElement * mehSiPixelResY[7]
MonitorElement * mehSiStripResY[19]
edm::EDGetTokenT< RPCRecHitCollection > MuRPCSrc_Token_
GlobalPoint getPosition(const DetId &id) const
std::pair< LocalPoint, LocalVector > projectHit(const PSimHit &hit, const StripGeomDetUnit *stripDet, const BoundPlane &plane)
unsigned int pxbLayer(const DetId &id) const
const_iterator end() const
LocalVector localDirection() const
Obsolete. Same as momentumAtEntry().unit(), for backward compatibility.
int wire() const
Return the wire number.
edm::InputTag MuRPCSimSrc_
edm::EDGetTokenT< CrossingFrame< PCaloHit > > EBHits_Token_
T const * product() const
virtual std::shared_ptr< const CaloCellGeometry > getGeometry(const DetId &id) const
Get the cell geometry of a given detector id. Should return false if not found.
edm::EDGetTokenT< edm::PCaloHitContainer > HCalSrc_Token_
MonitorElement * mehSiPixeln[7]
static const int sdHcalFwd
std::map< uint32_t, float, std::less< uint32_t > > MapType
static const int sdHcalBrl
void fillTrk(const edm::Event &, const edm::EventSetup &)
const_iterator find(id_type i, bool update=false) const
const GeomDet * idToDetUnit(DetId) const override
Return the pointer to the GeomDetUnit corresponding to a given DetId.
ESHandle< TrackerGeometry > geometry
edm::EDGetTokenT< DTRecHitCollection > MuDTSrc_Token_
iterator find(key_type k)
MonitorElement * mehHcaln[4]
edm::EDGetTokenT< EEUncalibratedRecHitCollection > ECalUncalEESrc_Token_
static int position[264][3]
const TrackerGeomDet * idToDet(DetId) const override
void fillECal(const edm::Event &, const edm::EventSetup &)
unsigned int pxfSide(const DetId &id) const
std::vector< PSimHit > associateHit(const TrackingRecHit &thit) const
LocalPoint localPosition() const final
LocalPoint localPosition() const override
std::vector< PSimHit > PSimHitContainer
static const int sdPxlFwd
const DTLayer * layer(const DTLayerId &id) const
Return a layer given its id.
TrackerHitAssociator::Config trackerHitAssociatorConfig_
DetId geographicalId() const
unsigned int tecWheel(const DetId &id) const
void setAxisTitle(const std::string &title, int axis=1)
set x-, y- or z-axis title (axis=1, 2, 3 respectively)
T const * product() const
edm::EDGetTokenT< edm::PSimHitContainer > MuRPCSimSrc_Token_
MonitorElement * mehDtMuonRes
MonitorElement * mehSiStripResX[19]
Local3DPoint entryPoint() const
Entry point in the local Det frame.
static const int sdHcalEC
const CSCChamber * chamber() const
const GeomDetUnit * stereoDet() const
const RPCRoll * roll(RPCDetId id) const
Return a roll given its id.
const_iterator begin() const
unsigned int tobLayer(const DetId &id) const
edm::InputTag MuDTSimSrc_
void fillHCal(const edm::Event &, const edm::EventSetup &)
edm::EDGetTokenT< EERecHitCollection > ECalEESrc_Token_
void getAllStableProvenance(std::vector< StableProvenance const * > &provenances) const
DTWireId wireId() const
Return the wireId.
edm::EDGetTokenT< SiStripMatchedRecHit2DCollection > SiStripSrc_Token_