CMS 3D CMS Logo

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 public:
18  RPCPacBase(int m_tower, int logSector, int logSegment);
19 
21 
22  void setCurrentPosition(int m_tower, int logSector, int logSegment);
23 
25 
26 protected:
29 
33 };
34 #endif
RPCConst.h
RPCConst::l1RpcConeCrdnts
The coordinates of Logic Cone: m_Tower, m_LogSector, m_LogSegment.
Definition: RPCConst.h:118
RPCPacBase
Definition: RPCPacBase.h:16
RPCPacBase::m_ConeCrdnts
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:28
RPCPacBase::RPCPacBase
RPCPacBase(int m_tower, int logSector, int logSegment)
Definition: RPCPacBase.cc:12
RPCPacBase::setCurrentPosition
void setCurrentPosition(int m_tower, int logSector, int logSegment)
Definition: RPCPacBase.cc:32
RPCPacBase::m_CurrConeCrdnts
RPCConst::l1RpcConeCrdnts m_CurrConeCrdnts
Definition: RPCPacBase.h:32