src
L1Trigger
L1TMuonEndCapPhase2
src
DAQ
TPrimitives.cc
Go to the documentation of this file.
1
#include "
L1Trigger/L1TMuon/interface/MuonTriggerPrimitive.h
"
2
3
#include "
L1Trigger/L1TMuonEndCapPhase2/interface/DAQ/TPrimitives.h
"
4
5
using namespace
emtf::phase2
;
6
7
TPEntry::TPEntry
(
const
TPEntry
& tp_entry) : tp_(tp_entry.tp_), info_(tp_entry.info_) {
8
// Do nothing
9
}
10
11
TPEntry::TPEntry
(
const
TriggerPrimitive
&
tp
) : tp_(
tp
), info_() {
12
// Do nothing
13
}
14
15
TPEntry::TPEntry
(
const
TriggerPrimitive
&
tp
,
const
TPInfo
& tp_info) : tp_(
tp
), info_(tp_info) {
16
// Do nothing
17
}
18
19
TPEntry::TPEntry
(
const
CSCDetId
& detid,
const
CSCCorrelatedLCTDigi
& digi) : tp_(detid, digi), info_() {
20
// Do nothing
21
}
22
23
TPEntry::TPEntry
(
const
RPCDetId
& detid,
const
RPCRecHit
& rechit) : tp_(detid, rechit), info_() {
24
// Do nothing
25
}
26
27
TPEntry::TPEntry
(
const
GEMDetId
& detid,
const
GEMPadDigiCluster
& digi) : tp_(detid, digi), info_() {
28
// Do nothing
29
}
30
31
TPEntry::TPEntry
(
const
ME0DetId
& detid,
const
ME0TriggerDigi
& digi) : tp_(detid, digi), info_() {
32
// Do nothing
33
}
34
35
TPEntry::TPEntry
(
const
GEMDetId
& detid,
const
ME0TriggerDigi
& digi) : tp_(detid, digi), info_() {
36
// Do nothing
37
}
38
39
TPEntry::~TPEntry
() {
40
// Do nothing
41
}
emtf::phase2::TPEntry
Definition:
TPrimitives.h:47
GEMDetId
Definition:
GEMDetId.h:18
emtf::phase2::TPEntry::TPEntry
TPEntry(const TPEntry &)
Definition:
TPrimitives.cc:7
ME0DetId
Definition:
ME0DetId.h:16
CSCDetId
Definition:
CSCDetId.h:26
RPCRecHit
Definition:
RPCRecHit.h:14
cmsswSequenceInfo.tp
tp
Definition:
cmsswSequenceInfo.py:17
ME0TriggerDigi
Definition:
ME0TriggerDigi.h:28
emtf::phase2
L1TMuon::TriggerPrimitive
Definition:
MuonTriggerPrimitive.h:57
GEMPadDigiCluster
Definition:
GEMPadDigiCluster.h:19
TPrimitives.h
RPCDetId
Definition:
RPCDetId.h:16
emtf::phase2::TPEntry::~TPEntry
~TPEntry()
Definition:
TPrimitives.cc:39
MuonTriggerPrimitive.h
emtf::phase2::TPInfo
Definition:
TPrimitives.h:13
CSCCorrelatedLCTDigi
Definition:
CSCCorrelatedLCTDigi.h:19
Generated for CMSSW Reference Manual by
1.8.14