#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 |
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 9 of file CSCDBGains.h.
typedef std::vector<Item> CSCDBGains::GainContainer |
Definition at line 23 of file CSCDBGains.h.
enum CSCDBGains::factors |
|
inline |
Definition at line 11 of file CSCDBGains.h.
|
inline |
Definition at line 12 of file CSCDBGains.h.
|
inline |
|
inline |
|
inline |
Definition at line 28 of file CSCDBGains.h.
References factor_gain.
Referenced by CSCConditions::averageGain(), and CSCConditions::gain().
|
private |
|
friend |
Definition at line 30 of file CSCDBGains.h.
|
friend |
Definition at line 30 of file CSCDBGains.h.
int CSCDBGains::factor_gain |
Definition at line 19 of file CSCDBGains.h.
Referenced by CSCFakeDBGains::prefillDBGains(), CSCGainsDBConditions::prefillDBGains(), and scale().
GainContainer CSCDBGains::gains |
Definition at line 24 of file CSCDBGains.h.
Referenced by CSCConditions::averageGain(), gain(), item(), operator<<(), CSCGainsDBConditions::prefillDBGains(), and CSCFakeDBGains::prefillDBGains().