4 theRecoveryTime(recoveryTime), theIntegral(0) {
11 int recoveredPixels = 0;
12 std::multimap<double, int>::iterator past;
15 recoveredPixels += past->second;
23 theHistory.insert(std::pair<double, int>(time,pixels));
HcalSiPMRecovery(double recoveryTime=250.)
int getIntegral(double time)
std::multimap< double, int > theHistory
void addToHistory(double time, int pixels)