CMS 3D CMS Logo

Public Member Functions | Public Attributes

cscdqm::ChamberCounterKeyType Struct Reference

Chamber Counters key type. More...

#include <CSCDQM_Configuration.h>

List of all members.

Public Member Functions

 ChamberCounterKeyType (const HwId &crateId_, const HwId &dmbId_, const ChamberCounterMapType &c_)

Public Attributes

ChamberCounterMapType counters
HwId crateId
HwId dmbId

Detailed Description

Chamber Counters key type.

Definition at line 194 of file CSCDQM_Configuration.h.


Constructor & Destructor Documentation

cscdqm::ChamberCounterKeyType::ChamberCounterKeyType ( const HwId crateId_,
const HwId dmbId_,
const ChamberCounterMapType c_ 
) [inline]

Definition at line 198 of file CSCDQM_Configuration.h.

: crateId(crateId_), dmbId(dmbId_), counters(c_) { }

Member Data Documentation

Definition at line 197 of file CSCDQM_Configuration.h.

Definition at line 195 of file CSCDQM_Configuration.h.

Definition at line 196 of file CSCDQM_Configuration.h.