#include <CSCPedestalChoice.h>
Public Member Functions | |
CSCStaticPedestal () | |
float | pedestal (const std::vector< float > &sca, const CSCRecoConditions *cond, const CSCDetId id, int ichan) override |
~CSCStaticPedestal () override | |
Public Member Functions inherited from CSCPedestalChoice | |
CSCPedestalChoice () | |
float | getDefault () const |
Return default pedestal (typically zero) More... | |
void | setDefault (float ped) |
Allow reseting of default pedestal (not currently used) More... | |
virtual | ~CSCPedestalChoice () |
Concrete CSCPedestalChoice... Pedestal is static, taken from conditions data
Definition at line 82 of file CSCPedestalChoice.h.
|
inline |
Definition at line 84 of file CSCPedestalChoice.h.
|
inlineoverride |
Definition at line 85 of file CSCPedestalChoice.h.
|
inlineoverridevirtual |
Return appropriate pedestal for supplied SCA vector. If using conditions data then must also supply pointer to CSCRecoConditions and CSCDetId + channel
Implements CSCPedestalChoice.
Definition at line 86 of file CSCPedestalChoice.h.
References CSCRecoConditions::pedestal().