#include <CSCDBPedestals.h>
Classes | |
struct | Item |
Public Types | |
enum | factors { FPED =10, FRMS =1000 } |
typedef std::vector< Item > | PedestalContainer |
Public Member Functions | |
CSCDBPedestals () | |
const Item & | item (const CSCDetId &cscId, int strip) const |
~CSCDBPedestals () | |
Public Attributes | |
int | factor_ped |
int | factor_rms |
PedestalContainer | pedestals |
Definition at line 7 of file CSCDBPedestals.h.
typedef std::vector<Item> CSCDBPedestals::PedestalContainer |
Definition at line 24 of file CSCDBPedestals.h.
Enumerator | |
---|---|
FPED | |
FRMS |
Definition at line 19 of file CSCDBPedestals.h.
CSCDBPedestals::CSCDBPedestals | ( | ) |
Definition at line 4 of file CSCDBPedestals.cc.
CSCDBPedestals::~CSCDBPedestals | ( | ) |
Definition at line 5 of file CSCDBPedestals.cc.
const CSCDBPedestals::Item & CSCDBPedestals::item | ( | const CSCDetId & | cscId, |
int | strip | ||
) | const |
Definition at line 7 of file CSCDBPedestals.cc.
References pedestals, and CSCIndexer::stripChannelIndex().
Referenced by python.Vispa.Views.TableView.TableView::_selectedRow(), python.Vispa.Views.TableView.TableView::itemSelectionChanged(), python.Vispa.Views.TableView.TableView::select(), and python.Vispa.Views.TableView.TableView::selection().
int CSCDBPedestals::factor_ped |
Definition at line 16 of file CSCDBPedestals.h.
Referenced by CSCPedestalsDBConditions::prefillDBPedestals(), and CSCFakeDBPedestals::prefillDBPedestals().
int CSCDBPedestals::factor_rms |
Definition at line 17 of file CSCDBPedestals.h.
Referenced by CSCPedestalsDBConditions::prefillDBPedestals(), and CSCFakeDBPedestals::prefillDBPedestals().
PedestalContainer CSCDBPedestals::pedestals |
Definition at line 26 of file CSCDBPedestals.h.
Referenced by CSCValidation::doCalibrations(), item(), CSCPedestalsDBConditions::prefillDBPedestals(), and CSCFakeDBPedestals::prefillDBPedestals().