Skip to content

Commit

Permalink
Not sure why these were commented...
Browse files Browse the repository at this point in the history
  • Loading branch information
hroskes committed Sep 17, 2015
1 parent 6cdab53 commit 9646c21
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ void CosmicSplitterValidation::analyze(const edm::Event& iEvent, const edm::Even
if(type==int(StripSubdetector::TIB)){++nhitinTIB2;}
if(type==int(StripSubdetector::TOB)){++nhitinTOB2;}
if(type==int(StripSubdetector::TID)){++nhitinTID2;}
//\\if(type==int(StripSubdetector::TEC)){++nhitinTEC2;}
if(type==int(StripSubdetector::TEC)){++nhitinTEC2;}
if(type==int( kBPIX)){++nhitinBPIX2;}
if(type==int( kFPIX)){++nhitinFPIX2;}

Expand Down Expand Up @@ -486,7 +486,7 @@ void CosmicSplitterValidation::analyze(const edm::Event& iEvent, const edm::Even
if(type==int(StripSubdetector::TIB)){++nhitinTIBorg;}
if(type==int(StripSubdetector::TOB)){++nhitinTOBorg;}
if(type==int(StripSubdetector::TID)){++nhitinTIDorg;}
//\\if(type==int(StripSubdetector::TEC)){++nhitinTECorg;}
if(type==int(StripSubdetector::TEC)){++nhitinTECorg;}
if(type==int( kBPIX)){++nhitinBPIXorg;}
if(type==int( kFPIX)){++nhitinFPIXorg;}

Expand Down

0 comments on commit 9646c21

Please sign in to comment.