CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RPCPacBase.h
Go to the documentation of this file.
1 #ifndef L1Trigger_RPCPacBase_h
2 #define L1Trigger_RPCPacBase_h
3 
15 //------------------------------------------------------------------------------
16 class RPCPacBase {
17 
18 public:
19 
20  RPCPacBase(int m_tower, int logSector, int logSegment);
21 
23 
24  void setCurrentPosition(int m_tower, int logSector, int logSegment);
25 
27 protected:
30 
34 
35 
36 };
37 #endif
38 
39 
40 
41 
The coordinates of Logic Cone: m_Tower, m_LogSector, m_LogSegment.
Definition: RPCConst.h:119
void setCurrentPosition(int m_tower, int logSector, int logSegment)
Definition: RPCPacBase.cc:35
RPCConst::l1RpcConeCrdnts m_CurrConeCrdnts
Definition: RPCPacBase.h:33
RPCConst::l1RpcConeCrdnts m_ConeCrdnts
Coordinates of LogCone.The coordinates, with which m_PAC is created - the same as in pac file name...
Definition: RPCPacBase.h:29
RPCPacBase(int m_tower, int logSector, int logSegment)
Definition: RPCPacBase.cc:13