Skip to content

Commit

Permalink
Don't check Shashlik for abnormal pulses
Browse files Browse the repository at this point in the history
  • Loading branch information
ledovsk committed Aug 8, 2014
1 parent 1fb7b50 commit 430d5b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions RecoLocalCalo/EcalRecAlgos/src/EcalCleaningAlgo.cc
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,12 @@ EcalRecHit::Flags
EcalCleaningAlgo::checkTopology(const DetId& id,
const EcalRecHitCollection& rhs){

// skip Shashlik, no abnormal pulses expected
if(id.subdetId()==EcalShashlik ){
return EcalRecHit::kGood;
}


float a=0,b=0,e4e1thresh=0,ethresh=0;


Expand Down

0 comments on commit 430d5b9

Please sign in to comment.