![]() |
![]() |
#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 Attributes | |
int | m_ppt |
Usage: <usage>
Definition at line 27 of file L1RPCConfig.h.
L1RPCConfig::L1RPCConfig | ( | ) |
L1RPCConfig::~L1RPCConfig | ( | ) |
int L1RPCConfig::getPPT | ( | ) | const [inline] |
Definition at line 35 of file L1RPCConfig.h.
Referenced by RPCPacManager< RPCPacData >::init().
00035 {return m_ppt;};
Definition at line 34 of file L1RPCConfig.h.
References m_ppt.
Referenced by popcon::L1RPCConfigSourceHandler::readConfig().
Definition at line 35 of file L1RPCConfig.h.
Referenced by popcon::L1RPCConfigSourceHandler::readConfig(), and RPCPacData::RPCPacData().
int L1RPCConfig::m_ppt [private] |
Definition at line 42 of file L1RPCConfig.h.
Referenced by popcon::L1RPCConfigSourceHandler::readConfig(), and RPCPacData::RPCPacData().