#include <EcalZeroSuppressor.h>
Public Member Functions | |
bool | accept (const C &frame, const double &threshold) |
void | setPedestals (const EcalPedestals *pedestals) |
can be fetched every event from the EventSetup More... | |
virtual | ~EcalZeroSuppressor () |
Private Member Functions | |
void | findGain12Pedestal (const DetId &detId, double &pedestal, double &width) |
Private Attributes | |
TrivialAmplitudeAlgo< C > | theEnergy_ |
const EcalPedestals * | thePedestals |
Definition at line 28 of file EcalZeroSuppressor.h.
|
inlinevirtual |
Definition at line 32 of file EcalZeroSuppressor.h.
bool EcalZeroSuppressor< C >::accept | ( | const C & | frame, |
const double & | threshold | ||
) |
|
private |
|
inline |
can be fetched every event from the EventSetup
Definition at line 40 of file EcalZeroSuppressor.h.
Referenced by EcalZeroSuppressionProducer::initCalibrations().
|
private |
Definition at line 49 of file EcalZeroSuppressor.h.
|
private |
Definition at line 44 of file EcalZeroSuppressor.h.
Referenced by EcalZeroSuppressor< EBDataFrame >::setPedestals().