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 | Private Attributes | Friends
L1RPCConfig Class Reference

#include <CondFormats/RPCObjects/interface/L1RPCConfig.h>

Public Member Functions

int getPPT () const
 
 L1RPCConfig ()
 
void setPPT (int data)
 
 ~L1RPCConfig ()
 

Public Attributes

RPCPattern::RPCPatVec m_pats
 
RPCPattern::TQualityVec m_quals
 

Private Member Functions

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

Private Attributes

int m_ppt
 

Friends

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

Detailed Description

Description: <one line="" class="" summary>="">

Usage: <usage>

Definition at line 29 of file L1RPCConfig.h.

Constructor & Destructor Documentation

L1RPCConfig::L1RPCConfig ( )

Definition at line 31 of file L1RPCConfig.cc.

References m_ppt.

32 {
33  m_ppt = -1;
34 }
L1RPCConfig::~L1RPCConfig ( )

Definition at line 37 of file L1RPCConfig.cc.

38 {
39 }

Member Function Documentation

int L1RPCConfig::getPPT ( ) const
inline

Definition at line 37 of file L1RPCConfig.h.

Referenced by RPCPacManager< RPCPacData >::init().

37 {return m_ppt;};
template<class Archive >
void L1RPCConfig::serialize ( Archive &  ar,
const unsigned int  version 
)
private
void L1RPCConfig::setPPT ( int  data)
inline

Definition at line 36 of file L1RPCConfig.h.

References data, and m_ppt.

36 {m_ppt = data;};
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:82

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Definition at line 54 of file L1RPCConfig.h.

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

Definition at line 54 of file L1RPCConfig.h.

Member Data Documentation

RPCPattern::RPCPatVec L1RPCConfig::m_pats

Definition at line 37 of file L1RPCConfig.h.

Referenced by RPCPacData::RPCPacData().

int L1RPCConfig::m_ppt
private

Definition at line 47 of file L1RPCConfig.h.

Referenced by L1RPCConfig(), and setPPT().

RPCPattern::TQualityVec L1RPCConfig::m_quals

Definition at line 44 of file L1RPCConfig.h.

Referenced by RPCPacData::RPCPacData().