CMS 3D CMS Logo

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 39 of file RPCEMap.h.

Constructor & Destructor Documentation

◆ lbItem()

RPCEMap::lbItem::lbItem ( )
inline

Definition at line 45 of file RPCEMap.h.

45 : theMaster(false), theLinkBoardNumInLink(0), theCode(0), nFebs(0){/* nop */};
int theLinkBoardNumInLink
Definition: RPCEMap.h:41
bool theMaster
Definition: RPCEMap.h:40

Member Function Documentation

◆ serialize()

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

Friends And Related Function Documentation

◆ boost::serialization::access

friend class boost::serialization::access
friend

Definition at line 47 of file RPCEMap.h.

◆ cond::serialization::access

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

Definition at line 47 of file RPCEMap.h.

Member Data Documentation

◆ nFebs

int RPCEMap::lbItem::nFebs

Definition at line 43 of file RPCEMap.h.

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

◆ theCode

int RPCEMap::lbItem::theCode

Definition at line 42 of file RPCEMap.h.

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

◆ theLinkBoardNumInLink

int RPCEMap::lbItem::theLinkBoardNumInLink

Definition at line 41 of file RPCEMap.h.

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

◆ theMaster

bool RPCEMap::lbItem::theMaster

Definition at line 40 of file RPCEMap.h.

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