CMS 3D CMS Logo

List of all members | Public Member Functions | Private Member Functions | Private Attributes
EcalZeroSuppressor< C > Class Template Reference

#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 EcalPedestalsthePedestals
 

Detailed Description

template<class C>
class EcalZeroSuppressor< C >

Definition at line 28 of file EcalZeroSuppressor.h.

Constructor & Destructor Documentation

◆ ~EcalZeroSuppressor()

template<class C>
virtual EcalZeroSuppressor< C >::~EcalZeroSuppressor ( )
inlinevirtual

Definition at line 30 of file EcalZeroSuppressor.h.

30 {};

Member Function Documentation

◆ accept()

template<class C>
bool EcalZeroSuppressor< C >::accept ( const C &  frame,
const double &  threshold 
)

◆ findGain12Pedestal()

template<class C>
void EcalZeroSuppressor< C >::findGain12Pedestal ( const DetId detId,
double &  pedestal,
double &  width 
)
private

◆ setPedestals()

template<class C>
void EcalZeroSuppressor< C >::setPedestals ( const EcalPedestals pedestals)
inline

can be fetched every event from the EventSetup

Definition at line 39 of file EcalZeroSuppressor.h.

Referenced by EcalZeroSuppressionProducer::initCalibrations().

39 { thePedestals = pedestals; }
const EcalPedestals * thePedestals

Member Data Documentation

◆ theEnergy_

template<class C>
TrivialAmplitudeAlgo<C> EcalZeroSuppressor< C >::theEnergy_
private

Definition at line 46 of file EcalZeroSuppressor.h.

◆ thePedestals

template<class C>
const EcalPedestals* EcalZeroSuppressor< C >::thePedestals
private