CMS 3D CMS Logo

Public Member Functions | Public Attributes | Private Attributes

L1RPCConfig Class Reference

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

List of all members.

Public Member Functions

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

Public Attributes

RPCPattern::RPCPatVec m_pats
RPCPattern::TQualityVec m_quals

Private Attributes

int m_ppt

Detailed Description

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

Usage: <usage>

Definition at line 27 of file L1RPCConfig.h.


Constructor & Destructor Documentation

L1RPCConfig::L1RPCConfig ( )

Definition at line 31 of file L1RPCConfig.cc.

References m_ppt.

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

Definition at line 37 of file L1RPCConfig.cc.

{
}

Member Function Documentation

int L1RPCConfig::getPPT ( ) const [inline]

Definition at line 35 of file L1RPCConfig.h.

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

{return m_ppt;};
void L1RPCConfig::setPPT ( int  data) [inline]

Definition at line 34 of file L1RPCConfig.h.

References data, and m_ppt.

{m_ppt = data;};

Member Data Documentation

Definition at line 35 of file L1RPCConfig.h.

Referenced by RPCPacData::RPCPacData().

int L1RPCConfig::m_ppt [private]

Definition at line 45 of file L1RPCConfig.h.

Referenced by L1RPCConfig(), and setPPT().

Definition at line 42 of file L1RPCConfig.h.

Referenced by RPCPacData::RPCPacData().