L1Trigger
RPCTrigger
interface
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"
18
#include "
L1Trigger/RPCTrigger/interface/RPCConst.h
"
19
20
class
RPCLogHit
{
21
public
:
25
RPCLogHit
(){};
26
27
RPCLogHit
(
int
m_tower,
int
m_PAC,
int
m_logplane,
int
m_posInCone);
31
~RPCLogHit
() {}
32
33
RPCConst::l1RpcConeCrdnts
getConeCrdnts
()
const
;
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
:
50
RPCConst::l1RpcConeCrdnts
m_ConeCrdnts
;
51
52
int
m_logPlaneNumber
,
m_stripNumberInCone
;
53
54
int
m_digiIdx
;
55
};
56
#endif
RPCLogHit::m_ConeCrdnts
RPCConst::l1RpcConeCrdnts m_ConeCrdnts
Definition:
RPCLogHit.h:50
RPCLogHit::m_digiIdx
int m_digiIdx
Definition:
RPCLogHit.h:54
RPCLogHit::m_logPlaneNumber
int m_logPlaneNumber
Definition:
RPCLogHit.h:52
RPCConst.h
RPCLogHit::getTower
int getTower() const
Definition:
RPCLogHit.cc:23
RPCLogHit
Definition:
RPCLogHit.h:20
RPCConst::l1RpcConeCrdnts
The coordinates of Logic Cone: m_Tower, m_LogSector, m_LogSegment.
Definition:
RPCConst.h:118
RPCLogHit::getLogSector
int getLogSector() const
Definition:
RPCLogHit.cc:25
RPCLogHit::getStripNumberInCone
int getStripNumberInCone() const
Definition:
RPCLogHit.cc:31
RPCLogHit::RPCLogHit
RPCLogHit()
Definition:
RPCLogHit.h:25
RPCLogHit::m_stripNumberInCone
int m_stripNumberInCone
Definition:
RPCLogHit.h:52
RPCLogHit::getlogPlaneNumber
int getlogPlaneNumber() const
Definition:
RPCLogHit.cc:29
RPCLogHit::getDigiIdx
int getDigiIdx() const
Definition:
RPCLogHit.cc:35
RPCLogHit::setDigiIdx
void setDigiIdx(int)
Definition:
RPCLogHit.cc:33
RPCLogHit::getLogSegment
int getLogSegment() const
Definition:
RPCLogHit.cc:27
RPCLogHit::~RPCLogHit
~RPCLogHit()
Definition:
RPCLogHit.h:31
RPCLogHit::getConeCrdnts
RPCConst::l1RpcConeCrdnts getConeCrdnts() const
Definition:
RPCLogHit.cc:21
Generated for CMSSW Reference Manual by
1.8.16