64 edm::LogError(
"ME0RecHitsValidation") <<
"Cannot get ME0Hits/ME0RecHits by Token simInputTagToken";
70 for (
auto hits=ME0Hits->begin();
hits!=ME0Hits->end();
hits++) {
73 Int_t sh_region =
id.region();
74 Int_t sh_layer =
id.layer();
76 Int_t sh_chamber =
id.chamber();
77 Int_t sh_roll =
id.roll();
81 if ( ME0Geometry_->
idToDet(
hits->detUnitId()) ==
nullptr) {
82 std::cout<<
"simHit did not matched with GEMGeometry."<<std::endl;
91 Float_t
x =
recHit->localPosition().x();
92 Float_t xErr =
recHit->localPositionError().xx();
93 Float_t
y =
recHit->localPosition().y();
94 Float_t yErr =
recHit->localPositionError().yy();
97 Float_t clusterSize = 0;
98 Float_t firstClusterStrip = 0;
102 Short_t region = (Short_t)
id.region();
104 Short_t layer = (Short_t)
id.layer();
106 Short_t roll = (Short_t)
id.roll();
111 Float_t globalR = rhGP.
perp();
112 Float_t globalX = rhGP.
x();
113 Float_t globalY = rhGP.
y();
114 Float_t globalZ = rhGP.
z();
116 Float_t x_sim = hitLP.x();
117 Float_t y_sim = hitLP.y();
118 Float_t pullX = (x_sim -
x) /
sqrt(xErr);
119 Float_t pullY = (y_sim -
y) /
sqrt(yErr);
122 if(bx != 0)
continue;
124 std::vector<int> stripsFired;
125 for(
int i = firstClusterStrip;
i < (firstClusterStrip + clusterSize);
i++){
127 stripsFired.push_back(
i);
132 const bool cond1(sh_region==region and sh_layer==layer and sh_station==station);
133 const bool cond2(sh_chamber==chamber and sh_roll==roll);
134 const bool cond3((
std::find(stripsFired.begin(), stripsFired.end(), (firstClusterStrip + 1)) != stripsFired.end())
or clusterSize==0);
137 if ( region ==-1 ) region_num = 0 ;
138 else if ( region==1) region_num = 1;
139 int layer_num = layer-1;
141 if(cond1 and cond2 and cond3){
edm::EDGetToken InputTagToken_RecHit
MonitorElement * me0_rh_DeltaX[2][6]
MonitorElement * me0_rh_PullY[2][6]
bool getByToken(EDGetToken token, Handle< PROD > &result) const
GlobalPoint toGlobal(const Local2DPoint &lp) const
Conversion to the global R.F. from the R.F. of the GeomDet.
MonitorElement * me0_rh_xy[2][6]
void find(edm::Handle< EcalRecHitCollection > &hits, DetId thisDet, std::vector< EcalRecHitCollection::const_iterator > &hit, bool debug=false)
MonitorElement * me0_rh_zr[2]
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e< void, edm::EventID const &, edm::Timestamp const & > We also list in braces which AR_WATCH_USING_METHOD_ is used for those or
MonitorElement * me0_rh_PullX[2][6]
const GeomDet * idToDet(DetId) const override
edm::EDGetToken InputTagToken_
MonitorElement * me0_rh_DeltaY[2][6]