CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
RPCEMap::lbItem Struct Reference

#include <RPCEMap.h>

Public Member Functions

 lbItem ()
 

Public Attributes

 COND_SERIALIZABLE
 
int nFebs
 
int theCode
 
int theLinkBoardNumInLink
 
bool theMaster
 

Detailed Description

Definition at line 42 of file RPCEMap.h.

Constructor & Destructor Documentation

RPCEMap::lbItem::lbItem ( )
inline

Definition at line 48 of file RPCEMap.h.

48 : theMaster(0), theLinkBoardNumInLink(0), theCode(0), nFebs(0) { /* nop */ };
int theLinkBoardNumInLink
Definition: RPCEMap.h:44
bool theMaster
Definition: RPCEMap.h:43

Member Data Documentation

RPCEMap::lbItem::COND_SERIALIZABLE

Definition at line 48 of file RPCEMap.h.

int RPCEMap::lbItem::nFebs

Definition at line 46 of file RPCEMap.h.

Referenced by popcon::RPCEMapSourceHandler::readEMap1().

int RPCEMap::lbItem::theCode

Definition at line 45 of file RPCEMap.h.

Referenced by popcon::RPCEMapSourceHandler::readEMap1().

int RPCEMap::lbItem::theLinkBoardNumInLink

Definition at line 44 of file RPCEMap.h.

Referenced by popcon::RPCEMapSourceHandler::readEMap1().

bool RPCEMap::lbItem::theMaster

Definition at line 43 of file RPCEMap.h.

Referenced by popcon::RPCEMapSourceHandler::readEMap1().