Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't check Shashlik for abnormal pulses #4907

Merged
merged 1 commit into from Aug 21, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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