CMS 3D CMS Logo

RPCLogHit.h
Go to the documentation of this file.
1 #ifndef L1Trigger_RPCLogHit_h
2 #define L1Trigger_RPCLogHit_h
3 
16 #include <vector>
17 //#include "L1Trigger/RPCTrigger/src/l1RpcConeCrdnts.h"
19 
20 class RPCLogHit {
21 public:
25  RPCLogHit(){};
26 
27  RPCLogHit(int m_tower, int m_PAC, int m_logplane, int m_posInCone);
32 
34 
35  int getTower() const;
36 
37  int getLogSector() const;
38 
39  int getLogSegment() const;
40 
41  int getlogPlaneNumber() const;
42 
43  int getStripNumberInCone() const;
44 
45  void setDigiIdx(int);
46 
47  int getDigiIdx() const;
48 
49 private:
51 
53 
54  int m_digiIdx;
55 };
56 #endif
RPCConst::l1RpcConeCrdnts m_ConeCrdnts
Definition: RPCLogHit.h:50
int getLogSegment() const
Definition: RPCLogHit.cc:27
The coordinates of Logic Cone: m_Tower, m_LogSector, m_LogSegment.
Definition: RPCConst.h:118
int m_stripNumberInCone
Definition: RPCLogHit.h:52
int m_digiIdx
Definition: RPCLogHit.h:54
RPCConst::l1RpcConeCrdnts getConeCrdnts() const
Definition: RPCLogHit.cc:21
void setDigiIdx(int)
Definition: RPCLogHit.cc:33
int getTower() const
Definition: RPCLogHit.cc:23
int getLogSector() const
Definition: RPCLogHit.cc:25
int getStripNumberInCone() const
Definition: RPCLogHit.cc:31
RPCLogHit()
Definition: RPCLogHit.h:25
int getDigiIdx() const
Definition: RPCLogHit.cc:35
int m_logPlaneNumber
Definition: RPCLogHit.h:52
~RPCLogHit()
Definition: RPCLogHit.h:31
int getlogPlaneNumber() const
Definition: RPCLogHit.cc:29