@@ -259,8 +259,8 @@ void StdHitNtuplizer::analyze(const edm::Event& e, const edm::EventSetup& es) {
259259 } // end of simhit loop
260260 closest_simhit = closestit;
261261 } // end matched emtpy
262- // ///comment out begin
263- /*
262+ // ///comment out begin
263+ /*
264264 unsigned int subdetId = detId.subdetId();
265265 int layerNumber=0;
266266 int ringNumber = 0;
@@ -310,7 +310,7 @@ void StdHitNtuplizer::analyze(const edm::Event& e, const edm::EventSetup& es) {
310310 << geomDet->surface().toGlobal(iterRecHit->localPosition()).z() << " "
311311 << geomDet->surface().toGlobal(iterRecHit->localPosition()).perp() << std::endl;
312312*/
313- // comment out end
313+ // comment out end
314314 unsigned int subid = detId.subdetId ();
315315 int layer_num = 0 ;
316316 if ((subid == 1 ) || (subid == 2 )) {
@@ -342,8 +342,8 @@ void StdHitNtuplizer::analyze(const edm::Event& e, const edm::EventSetup& es) {
342342*/
343343 }
344344 } // end of rechit loop
345- } // end of detid loop
346- } // end of loop test on recHitColl size
345+ } // end of detid loop
346+ } // end of loop test on recHitColl size
347347
348348 // Now loop over recotracks
349349
@@ -440,7 +440,7 @@ void StdHitNtuplizer::analyze(const edm::Event& e, const edm::EventSetup& es) {
440440 }
441441 delete hit;
442442 } // end of loop on tracking rechits
443- } // end of loop on recotracks
443+ } // end of loop on recotracks
444444
445445 // now for strip rechits
446446 edm::Handle<SiStripRecHit2DCollection> rechitsrphi;
@@ -538,8 +538,8 @@ void StdHitNtuplizer::analyze(const edm::Event& e, const edm::EventSetup& es) {
538538 striptree_->Fill ();
539539 init ();
540540 } // end of rechit loop
541- } // end of detid loop
542- } // end of loop test on rechit size
541+ } // end of detid loop
542+ } // end of loop test on rechit size
543543
544544 // now stereo hits
545545 if (rechitsstereo.product ()->dataSize () > 0 ) {
@@ -627,8 +627,8 @@ void StdHitNtuplizer::analyze(const edm::Event& e, const edm::EventSetup& es) {
627627 striptree_->Fill ();
628628 init ();
629629 } // end of rechit loop
630- } // end of detid loop
631- } // end of loop test on rechit size
630+ } // end of detid loop
631+ } // end of loop test on rechit size
632632
633633 // now matched hits
634634 if (rechitsmatched.product ()->dataSize () > 0 ) {
@@ -715,8 +715,8 @@ void StdHitNtuplizer::analyze(const edm::Event& e, const edm::EventSetup& es) {
715715 striptree_->Fill ();
716716 init ();
717717 } // end of rechit loop
718- } // end of detidt loop
719- } // end of loop test on rechit size
718+ } // end of detidt loop
719+ } // end of loop test on rechit size
720720
721721} // end analyze function
722722
0 commit comments