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

Configure SiStrip noise the same in production and validation modes! Sup... #4550

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions SimCalorimetry/HcalSimAlgos/interface/HcalSignalGenerator.h
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,7 @@ class HcalSignalGenerator : public HcalBaseSignalGenerator
}
result.setPresamples(digi.presamples());
}

std::cout << " HcalSignalGenerator: noise input ADC " << digi << std::endl;

std::cout << " HcalSignalGenerator: noise input in fC " << result << std::endl;


// translation done in fC, convert to pe:

fC2pe(result);
Expand Down
1 change: 1 addition & 0 deletions SimGeneral/MixingModule/python/digi_MixPreMix_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@
#theDigitizersNoNoise.pixel.AddNoise = cms.bool(True)
#theDigitizersNoNoise.pixel.addNoisyPixels = cms.bool(False)
theDigitizersMixPreMix.strip.Noise = cms.bool(False) # will be added in DataMixer
theDigitizersMixPreMixValid.strip.Noise = cms.bool(False) # will be added in DataMixer