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 | Private Member Functions | Friends
RPCEMap::lbItem Struct Reference

#include <RPCEMap.h>

Public Member Functions

 lbItem ()
 

Public Attributes

int nFebs
 
int theCode
 
int theLinkBoardNumInLink
 
bool theMaster
 

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
 

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 Function Documentation

template<class Archive >
void RPCEMap::lbItem::serialize ( Archive &  ar,
const unsigned int  version 
)
private

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Definition at line 50 of file RPCEMap.h.

template<typename CondSerializationT , typename Enabled >
friend struct cond::serialization::access
friend

Definition at line 50 of file RPCEMap.h.

Member Data Documentation

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().