#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 | |
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 30 of file EcalZeroSuppressor.h.
virtual EcalZeroSuppressor< C >::~EcalZeroSuppressor | ( | ) | [inline, virtual] |
Definition at line 34 of file EcalZeroSuppressor.h.
{};
bool EcalZeroSuppressor< C >::accept | ( | const C & | frame, |
const double & | threshold | ||
) |
Referenced by EcalZeroSuppressionProducer::produce().
void EcalZeroSuppressor< C >::findGain12Pedestal | ( | const DetId & | detId, |
double & | pedestal, | ||
double & | width | ||
) | [private] |
void EcalZeroSuppressor< C >::setPedestals | ( | const EcalPedestals * | pedestals | ) | [inline] |
can be fetched every event from the EventSetup
Definition at line 42 of file EcalZeroSuppressor.h.
Referenced by EcalZeroSuppressionProducer::initCalibrations().
{thePedestals = pedestals;}
TrivialAmplitudeAlgo<C> EcalZeroSuppressor< C >::theEnergy_ [private] |
Definition at line 51 of file EcalZeroSuppressor.h.
const EcalPedestals* EcalZeroSuppressor< C >::thePedestals [private] |
Definition at line 46 of file EcalZeroSuppressor.h.
Referenced by EcalZeroSuppressor< EBDataFrame >::setPedestals().