CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Static Public Attributes | Static Private Attributes
o2o_db_gain.GainO2OSkippedDevicesDef Class Reference
Inheritance diagram for o2o_db_gain.GainO2OSkippedDevicesDef:
o2o_db_gain.GainO2OWhitelistedDevicesDef

Static Public Attributes

tuple ccuAddr = sqlalchemy.Column(sqlalchemy.Integer, nullable=True)
 
tuple ccuChan = sqlalchemy.Column(sqlalchemy.Integer, nullable=True)
 
tuple detid = sqlalchemy.Column(sqlalchemy.BigInteger, nullable=True)
 
tuple fecCrate = sqlalchemy.Column(sqlalchemy.Integer, nullable=True)
 
tuple feChan = sqlalchemy.Column(sqlalchemy.Integer, nullable=True)
 
tuple fecRing = sqlalchemy.Column(sqlalchemy.Integer, nullable=True)
 
tuple fecSlot = sqlalchemy.Column(sqlalchemy.Integer, nullable=True)
 
tuple fedApv = sqlalchemy.Column(sqlalchemy.Integer, nullable=True)
 
tuple fedId = sqlalchemy.Column(sqlalchemy.Integer, nullable=True)
 
tuple feUnit = sqlalchemy.Column(sqlalchemy.Integer, nullable=True)
 
tuple i2cAddr = sqlalchemy.Column(sqlalchemy.Integer, nullable=True)
 
tuple itemid = sqlalchemy.Column(sqlalchemy.BigInteger, primary_key=True)
 
tuple lldChan = sqlalchemy.Column(sqlalchemy.Integer, nullable=True)
 
tuple o2oid = sqlalchemy.Column(sqlalchemy.BigInteger, primary_key=True)
 

Static Private Attributes

string __tablename__ = 'STRIP_GAIN_O2O_SKIPPED'
 

Detailed Description

Definition at line 39 of file o2o_db_gain.py.

Member Data Documentation

string o2o_db_gain.GainO2OSkippedDevicesDef.__tablename__ = 'STRIP_GAIN_O2O_SKIPPED'
staticprivate

Definition at line 40 of file o2o_db_gain.py.

tuple o2o_db_gain.GainO2OSkippedDevicesDef.ccuAddr = sqlalchemy.Column(sqlalchemy.Integer, nullable=True)
static

Definition at line 48 of file o2o_db_gain.py.

tuple o2o_db_gain.GainO2OSkippedDevicesDef.ccuChan = sqlalchemy.Column(sqlalchemy.Integer, nullable=True)
static

Definition at line 49 of file o2o_db_gain.py.

tuple o2o_db_gain.GainO2OSkippedDevicesDef.detid = sqlalchemy.Column(sqlalchemy.BigInteger, nullable=True)
static

Definition at line 58 of file o2o_db_gain.py.

tuple o2o_db_gain.GainO2OSkippedDevicesDef.fecCrate = sqlalchemy.Column(sqlalchemy.Integer, nullable=True)
static

Definition at line 45 of file o2o_db_gain.py.

tuple o2o_db_gain.GainO2OSkippedDevicesDef.feChan = sqlalchemy.Column(sqlalchemy.Integer, nullable=True)
static

Definition at line 55 of file o2o_db_gain.py.

tuple o2o_db_gain.GainO2OSkippedDevicesDef.fecRing = sqlalchemy.Column(sqlalchemy.Integer, nullable=True)
static

Definition at line 47 of file o2o_db_gain.py.

tuple o2o_db_gain.GainO2OSkippedDevicesDef.fecSlot = sqlalchemy.Column(sqlalchemy.Integer, nullable=True)
static

Definition at line 46 of file o2o_db_gain.py.

tuple o2o_db_gain.GainO2OSkippedDevicesDef.fedApv = sqlalchemy.Column(sqlalchemy.Integer, nullable=True)
static

Definition at line 56 of file o2o_db_gain.py.

tuple o2o_db_gain.GainO2OSkippedDevicesDef.fedId = sqlalchemy.Column(sqlalchemy.Integer, nullable=True)
static

Definition at line 53 of file o2o_db_gain.py.

tuple o2o_db_gain.GainO2OSkippedDevicesDef.feUnit = sqlalchemy.Column(sqlalchemy.Integer, nullable=True)
static

Definition at line 54 of file o2o_db_gain.py.

tuple o2o_db_gain.GainO2OSkippedDevicesDef.i2cAddr = sqlalchemy.Column(sqlalchemy.Integer, nullable=True)
static

Definition at line 51 of file o2o_db_gain.py.

tuple o2o_db_gain.GainO2OSkippedDevicesDef.itemid = sqlalchemy.Column(sqlalchemy.BigInteger, primary_key=True)
static

Definition at line 43 of file o2o_db_gain.py.

tuple o2o_db_gain.GainO2OSkippedDevicesDef.lldChan = sqlalchemy.Column(sqlalchemy.Integer, nullable=True)
static

Definition at line 50 of file o2o_db_gain.py.

tuple o2o_db_gain.GainO2OSkippedDevicesDef.o2oid = sqlalchemy.Column(sqlalchemy.BigInteger, primary_key=True)
static

Definition at line 42 of file o2o_db_gain.py.

Referenced by o2o_db_gain.DbManagerGain._readSkippedDevices().