#include <CastorCoderDb.h>
Public Member Functions | |
virtual void | adc2fC (const CastorDataFrame &df, CaloSamples &lf) const |
CastorCoderDb (const CastorQIECoder &fCoder, const CastorQIEShape &fShape) | |
virtual void | fC2adc (const CaloSamples &clf, CastorDataFrame &df, int fCapIdOffset) const |
Private Member Functions | |
template<class Digi > | |
void | adc2fC_ (const Digi &df, CaloSamples &clf) const |
template<class Digi > | |
void | fC2adc_ (const CaloSamples &clf, Digi &df, int fCapIdOffset) const |
Private Attributes | |
const CastorQIECoder * | mCoder |
const CastorQIEShape * | mShape |
coder which uses DB services to convert to fC
Definition at line 16 of file CastorCoderDb.h.
CastorCoderDb::CastorCoderDb | ( | const CastorQIECoder & | fCoder, |
const CastorQIEShape & | fShape | ||
) |
Definition at line 11 of file CastorCoderDB.cc.
|
virtual |
Implements CastorCoder.
Definition at line 34 of file CastorCoderDB.cc.
References adc2fC_().
Referenced by CastorTTRecord::getEnergy_fC().
|
private |
Definition at line 16 of file CastorCoderDB.cc.
References ecalMGPA::adc(), CastorQIECoder::charge(), i, mCoder, mShape, and CaloSamples::setPresamples().
Referenced by adc2fC().
|
virtual |
Implements CastorCoder.
Definition at line 36 of file CastorCoderDB.cc.
References fC2adc_().
|
private |
Definition at line 24 of file CastorCoderDB.cc.
References CastorQIECoder::adc(), i, CaloSamples::id(), mCoder, mShape, CaloSamples::presamples(), and CaloSamples::size().
Referenced by fC2adc().
|
private |
Definition at line 28 of file CastorCoderDb.h.
|
private |
Definition at line 29 of file CastorCoderDb.h.