Main Page
Namespaces
Classes
Package Documentation
L1Trigger
RPCTrigger
src
RPCPacBase.cc
Go to the documentation of this file.
1
/*******************************************************************************
2
* *
3
* Karol Bunkowski *
4
* Warsaw University 2002 *
5
* *
6
*******************************************************************************/
7
#include "
L1Trigger/RPCTrigger/interface/RPCPacBase.h
"
13
RPCPacBase::RPCPacBase
(
int
m_tower,
int
logSector,
int
logSegment) {
14
m_ConeCrdnts
.
m_Tower
= m_tower;
15
m_ConeCrdnts
.
m_LogSector
= logSector;
16
m_ConeCrdnts
.
m_LogSegment
= logSegment;
17
18
m_CurrConeCrdnts
=
m_ConeCrdnts
;
19
}
20
26
RPCPacBase::RPCPacBase
(
RPCConst::l1RpcConeCrdnts
coneCrdnts) :
m_ConeCrdnts
(coneCrdnts),
m_CurrConeCrdnts
(coneCrdnts) {}
27
33
void
RPCPacBase::setCurrentPosition
(
int
m_tower,
int
logSector,
int
logSegment) {
34
m_CurrConeCrdnts
.
m_Tower
= m_tower;
35
m_CurrConeCrdnts
.
m_LogSector
= logSector;
36
m_CurrConeCrdnts
.
m_LogSegment
= logSegment;
37
}
38
44
void
RPCPacBase::setCurrentPosition
(
RPCConst::l1RpcConeCrdnts
coneCrdnts) {
m_CurrConeCrdnts
= coneCrdnts; }
RPCConst::l1RpcConeCrdnts::m_LogSegment
int m_LogSegment
Definition:
RPCConst.h:121
RPCConst::l1RpcConeCrdnts
The coordinates of Logic Cone: m_Tower, m_LogSector, m_LogSegment.
Definition:
RPCConst.h:118
RPCPacBase::setCurrentPosition
void setCurrentPosition(int m_tower, int logSector, int logSegment)
Definition:
RPCPacBase.cc:33
RPCConst::l1RpcConeCrdnts::m_LogSector
int m_LogSector
Definition:
RPCConst.h:120
RPCPacBase::m_CurrConeCrdnts
RPCConst::l1RpcConeCrdnts m_CurrConeCrdnts
Definition:
RPCPacBase.h:32
RPCConst::l1RpcConeCrdnts::m_Tower
int m_Tower
Definition:
RPCConst.h:119
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.h
RPCPacBase::RPCPacBase
RPCPacBase(int m_tower, int logSector, int logSegment)
Definition:
RPCPacBase.cc:13
Generated for CMSSW Reference Manual by
1.8.11