Skip to content

Commit

Permalink
Merge pull request #4787 from mark-grimes/testMuonShashlikFix
Browse files Browse the repository at this point in the history
Muon fix for Shashlik
  • Loading branch information
cmsbuild committed Jul 25, 2014
2 parents eec3121 + 1ccdef5 commit 4c963a9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -380,7 +380,7 @@ double CaloExtractorByAssociator::noiseRecHit(const DetId& detId) const {
EcalSubdetector subDet = (EcalSubdetector)(detId.subdetId());
if (subDet == EcalBarrel){
noise = theNoise_EB;
} else if (subDet == EcalEndcap){
} else if (subDet == EcalEndcap || subDet == EcalShashlik){
noise = theNoise_EE;
}
} else if (det == DetId::Hcal){
Expand Down

0 comments on commit 4c963a9

Please sign in to comment.