ATLAS Offline Software
|
#include <ILArOFC.h>
Public Types | |
typedef LArVectorProxy | OFCRef_t |
This class defines the interface for accessing Optimal Filtering coefficients for each channel provide both offline and online ID access. More... | |
Public Member Functions | |
virtual | ~ILArOFC () |
virtual OFCRef_t | OFC_a (const HWIdentifier &id, int gain, int tbin=0) const =0 |
access to OFCs by online ID, gain, and tbin (!=0 for testbeam) More... | |
virtual OFCRef_t | OFC_b (const HWIdentifier &id, int gain, int tbin=0) const =0 |
virtual float | timeOffset (const HWIdentifier &CellID, int gain) const =0 |
virtual unsigned | nTimeBins (const HWIdentifier &CellID, int gain) const =0 |
virtual float | timeBinWidth (const HWIdentifier &CellID, int gain) const =0 |
typedef LArVectorProxy ILArOFC::OFCRef_t |
|
pure virtual |
Implemented in LArOFC, LArOFCComplete, LArOFCFlat, and LArOFCSC.
|
pure virtual |
access to OFCs by online ID, gain, and tbin (!=0 for testbeam)
Implemented in LArOFC, LArOFCComplete, LArOFCFlat, and LArOFCSC.
|
pure virtual |
Implemented in LArOFC, LArOFCComplete, LArOFCFlat, and LArOFCSC.
|
pure virtual |
Implemented in LArOFC, LArOFCComplete, LArOFCFlat, and LArOFCSC.
|
pure virtual |
Implemented in LArOFC, LArOFCComplete, LArOFCFlat, and LArOFCSC.