CMS 3D CMS Logo

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::L1RPCConfig ( )

Definition at line 30 of file L1RPCConfig.cc.

References m_ppt.

30 { m_ppt = -1; }

◆ ~L1RPCConfig()

L1RPCConfig::~L1RPCConfig ( )

Definition at line 32 of file L1RPCConfig.cc.

32 {}

Member Function Documentation

◆ getPPT()

int L1RPCConfig::getPPT ( ) const
inline

Definition at line 35 of file L1RPCConfig.h.

35 { return m_ppt; };

◆ serialize()

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

◆ setPPT()

void L1RPCConfig::setPPT ( int  data)
inline

Definition at line 34 of file L1RPCConfig.h.

References data, and m_ppt.

34 { m_ppt = data; };
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:80

Friends And Related Function Documentation

◆ boost::serialization::access

friend class boost::serialization::access
friend

Definition at line 49 of file L1RPCConfig.h.

◆ cond::serialization::access

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

Definition at line 49 of file L1RPCConfig.h.

Member Data Documentation

◆ m_pats

RPCPattern::RPCPatVec L1RPCConfig::m_pats

Definition at line 35 of file L1RPCConfig.h.

◆ m_ppt

int L1RPCConfig::m_ppt
private

Definition at line 44 of file L1RPCConfig.h.

Referenced by L1RPCConfig(), and setPPT().

◆ m_quals

RPCPattern::TQualityVec L1RPCConfig::m_quals

Definition at line 41 of file L1RPCConfig.h.