L1Trigger
RPCTrigger
interface
RPCPacBase.h
Go to the documentation of this file.
1
#ifndef L1Trigger_RPCPacBase_h
2
#define L1Trigger_RPCPacBase_h
3
14
#include "
L1Trigger/RPCTrigger/interface/RPCConst.h
"
15
//------------------------------------------------------------------------------
16
class
RPCPacBase
{
17
public
:
18
RPCPacBase
(
int
m_tower,
int
logSector,
int
logSegment);
19
20
RPCPacBase
(
RPCConst::l1RpcConeCrdnts
coneCrdnts);
21
22
void
setCurrentPosition
(
int
m_tower,
int
logSector,
int
logSegment);
23
24
void
setCurrentPosition
(
RPCConst::l1RpcConeCrdnts
coneCrdnts);
25
26
protected
:
28
RPCConst::l1RpcConeCrdnts
m_ConeCrdnts
;
29
32
RPCConst::l1RpcConeCrdnts
m_CurrConeCrdnts
;
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
Generated for CMSSW Reference Manual by
1.8.16