Skip to content

Commit

Permalink
Merge pull request #16906 from boudoul/HIPkiller_90X
Browse files Browse the repository at this point in the history
put in failsafe to not run PreMixing and HIP simulation simultaneously
  • Loading branch information
cmsbuild committed Dec 8, 2016
2 parents 9de2611 + 68cb96a commit 462afba
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ SiStripDigitizerAlgorithm::SiStripDigitizerAlgorithm(const edm::ParameterSet& co
else LogDebug("SiStripDigitizerAlgorithm")<<" SingleStripNoise: OFF";
if(CommonModeNoise) LogDebug("SiStripDigitizerAlgorithm")<<" CommonModeNoise: ON";
else LogDebug("SiStripDigitizerAlgorithm")<<" CommonModeNoise: OFF";
if(PreMixing_ && APVSaturationFromHIP) throw cms::Exception("PreMixing does not work with HIP loss simulation yet");
if(APVSaturationFromHIP){
std::string line;
APVProbaFile.open((APVProbabilityFile.fullPath()).c_str());
Expand Down

0 comments on commit 462afba

Please sign in to comment.