Skip to content

Commit

Permalink
Merge pull request #4907 from ledovsk/ledovskoy-showershapes
Browse files Browse the repository at this point in the history
Don't check Shashlik for abnormal pulses
  • Loading branch information
cmsbuild committed Aug 21, 2014
2 parents 81ad5cc + 430d5b9 commit f82071e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions RecoLocalCalo/EcalRecAlgos/src/EcalCleaningAlgo.cc
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 f82071e

Please sign in to comment.