CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1RPCConfig.h
Go to the documentation of this file.
1 #ifndef RPCObjects_L1RPCConfig_h
2 #define RPCObjects_L1RPCConfig_h
3 // -*- C++ -*-
4 //
5 // Package: RPCObjects
6 // Class : L1RPCConfig
7 //
16 //
17 // Original Author: Tomasz Fruboes
18 // Created: Tue Mar 20 12:03:50 CET 2007
19 // $Id: L1RPCConfig.h,v 1.3 2007/11/20 17:32:50 michals Exp $
20 //
21 
23 
24 #include <string>
25 #include <vector>
26 
28 
30 {
31 
32  public:
33  L1RPCConfig();
34  ~L1RPCConfig();
35 
36  void setPPT(int data) {m_ppt = data;};
37  int getPPT() const {return m_ppt;};
38 
39  // void setDataDir(const std::string &dir); // Temporary
40  // std::string getDataDir()const {return m_dataDir;};
41 
42 
45 
46  private:
47  int m_ppt;
48  // std::string m_dataDir;
49 
50 
51  // m_pats[tower][sector][segment][patternNo]
52 
53 
55 };
56 
57 
58 #endif
int getPPT() const
Definition: L1RPCConfig.h:37
RPCPattern::TQualityVec m_quals
Definition: L1RPCConfig.h:44
void setPPT(int data)
Definition: L1RPCConfig.h:36
std::vector< RPCPattern > RPCPatVec
Definition: RPCPattern.h:36
std::vector< TQuality > TQualityVec
Definition: RPCPattern.h:49
#define COND_SERIALIZABLE
Definition: Serializable.h:37
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:82
RPCPattern::RPCPatVec m_pats
Definition: L1RPCConfig.h:37