#include <CSCPedestals.h>
Classes | |
struct | Item |
Public Types | |
typedef std::map< int, std::vector< Item > > | PedestalMap |
Public Member Functions | |
CSCPedestals () | |
const Item & | item (const CSCDetId &cscId, int strip) const |
~CSCPedestals () | |
Public Attributes | |
PedestalMap | pedestals |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
Definition at line 10 of file CSCPedestals.h.
typedef std::map< int,std::vector<Item> > CSCPedestals::PedestalMap |
Definition at line 24 of file CSCPedestals.h.
CSCPedestals::CSCPedestals | ( | ) |
Definition at line 5 of file CSCPedestals.cc.
CSCPedestals::~CSCPedestals | ( | ) |
Definition at line 6 of file CSCPedestals.cc.
const CSCPedestals::Item & CSCPedestals::item | ( | const CSCDetId & | cscId, |
int | strip | ||
) | const |
Definition at line 8 of file CSCPedestals.cc.
References CSCIndexer::dbIndex(), edm::hlt::Exception, and pedestals.
Referenced by Vispa.Views.TableView.TableView::_selectedRow(), Vispa.Views.TableView.TableView::itemSelectionChanged(), Vispa.Views.TableView.TableView::select(), and Vispa.Views.TableView.TableView::selection().
|
private |
|
friend |
Definition at line 27 of file CSCPedestals.h.
|
friend |
Definition at line 27 of file CSCPedestals.h.
PedestalMap CSCPedestals::pedestals |
Definition at line 25 of file CSCPedestals.h.
Referenced by item(), and CSCFakePedestalsConditions::prefillPedestals().