CMS 3D CMS Logo

L1RPCConfig Class Reference

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

#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.

00032 {
00033  m_ppt = -1;
00034 }

L1RPCConfig::~L1RPCConfig (  ) 

Definition at line 37 of file L1RPCConfig.cc.

00038 {
00039 }


Member Function Documentation

int L1RPCConfig::getPPT (  )  const [inline]

Definition at line 35 of file L1RPCConfig.h.

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

00035 {return m_ppt;};

void L1RPCConfig::setPPT ( int  data  )  [inline]

Definition at line 34 of file L1RPCConfig.h.

References m_ppt.

Referenced by popcon::L1RPCConfigSourceHandler::readConfig().

00034 {m_ppt = data;};


Member Data Documentation

RPCPattern::RPCPatVec L1RPCConfig::m_pats

Definition at line 35 of file L1RPCConfig.h.

Referenced by popcon::L1RPCConfigSourceHandler::readConfig(), and RPCPacData::RPCPacData().

int L1RPCConfig::m_ppt [private]

Definition at line 45 of file L1RPCConfig.h.

Referenced by L1RPCConfig(), and setPPT().

RPCPattern::TQualityVec L1RPCConfig::m_quals

Definition at line 42 of file L1RPCConfig.h.

Referenced by popcon::L1RPCConfigSourceHandler::readConfig(), and RPCPacData::RPCPacData().


The documentation for this class was generated from the following files:
Generated on Tue Jun 9 18:26:58 2009 for CMSSW by  doxygen 1.5.4