![]() |
![]() |
#include <CSCDBGains.h>
Classes | |
struct | Item |
Public Types | |
enum | factors { FGAIN = 1000 } |
typedef std::vector< Item > | GainContainer |
Public Member Functions | |
CSCDBGains () | |
short int | gain (int index) const |
const Item & | item (int index) const |
int | scale () const |
~CSCDBGains () | |
Public Attributes | |
int | factor_gain |
GainContainer | gains |
Definition at line 7 of file CSCDBGains.h.
typedef std::vector<Item> CSCDBGains::GainContainer |
Definition at line 19 of file CSCDBGains.h.
enum CSCDBGains::factors |
CSCDBGains::CSCDBGains | ( | ) | [inline] |
Definition at line 9 of file CSCDBGains.h.
{}
CSCDBGains::~CSCDBGains | ( | ) | [inline] |
Definition at line 10 of file CSCDBGains.h.
{}
short int CSCDBGains::gain | ( | int | index | ) | const [inline] |
Definition at line 23 of file CSCDBGains.h.
References gains, and getHLTprescales::index.
const Item& CSCDBGains::item | ( | int | index | ) | const [inline] |
Definition at line 22 of file CSCDBGains.h.
References gains, and getHLTprescales::index.
int CSCDBGains::scale | ( | ) | const [inline] |
Definition at line 15 of file CSCDBGains.h.
Referenced by CSCFakeDBGains::prefillDBGains(), CSCGainsDBConditions::prefillDBGains(), and scale().
Definition at line 20 of file CSCDBGains.h.
Referenced by CSCValidation::doCalibrations(), gain(), item(), operator<<(), CSCFakeDBGains::prefillDBGains(), and CSCGainsDBConditions::prefillDBGains().