We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e6f621 commit 09171c5Copy full SHA for 09171c5
1 file changed
sbndcode/OpDetSim/DigiPMTSBNDAlg.hh
@@ -81,8 +81,6 @@ namespace opdet {
81
bool MakeGainFluctuations; //Fluctuate PMT gain
82
fhicl::ParameterSet GainFluctuationsParams;
83
bool SimulateNonLinearity; //Fluctuate PMT gain
84
- bool PositivePolarity;
85
- bool OscillateAfterPulse;
86
bool UseDataNoise;
87
fhicl::ParameterSet NonLinearityParams;
88
@@ -135,8 +133,6 @@ namespace opdet {
135
133
return fParams.PMTBaseline;
136
134
}
137
138
- void AddOscillationAfterPulse( std::vector<double>& wave);
139
-
140
private:
141
142
ConfigurationParameters_t fParams;
0 commit comments