ATLAS Offline Software
Loading...
Searching...
No Matches
Trigger
TrigConfiguration
TrigConfL1Data
Root
TIP.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
TrigConfL1Data/TIP.h
"
6
7
#include <stdexcept>
8
#include <iostream>
9
#include <iomanip>
10
11
using namespace
std
;
12
13
TrigConf::TIP::TIP
() :
14
L1DataBaseclass
(),
15
m_ThresholdName
(
""
),
16
m_Slot
(0),
17
m_Connector
(0),
18
m_TipNumber
(0),
19
m_ThresholdBit
(0),
20
m_CableBit
(0),
21
m_TmToTtId
(0),
22
m_TriggerThresholdId
(0),
23
m_ThresholdActive
(0),
24
m_ThresholdMapping
(0),
25
m_IsDirect
(false),
26
m_Clock
(0)
27
{}
28
29
void
30
TrigConf::TIP::print
(
const
std::string&
indent
,
unsigned
int
/*detail*/
)
const
{
31
cout <<
indent
<<
"TIP "
<< setw(3) <<
m_TipNumber
;
32
cout << (
m_IsDirect
?
" (direct) "
:
" (PIT) "
);
33
cout <<
": phase "
<<
m_Clock
;
34
cout <<
" slot "
<< setw(2) <<
m_Slot
;
35
cout <<
" cable bit "
<< setw(2) <<
m_CableBit
;
36
cout <<
" connector "
<<
m_Connector
;
37
cout <<
" threshold bit "
<<
m_ThresholdBit
;
38
cout <<
" threshold "
<<
m_ThresholdName
;
39
cout << endl;
40
}
41
TIP.h
TrigConf::L1DataBaseclass::L1DataBaseclass
L1DataBaseclass()
Definition
L1DataBaseclass.h:24
TrigConf::TIP::TIP
TIP()
Definition
TIP.cxx:13
TrigConf::TIP::m_ThresholdName
std::string m_ThresholdName
Definition
TIP.h:59
TrigConf::TIP::m_Connector
uint16_t m_Connector
Definition
TIP.h:61
TrigConf::TIP::print
virtual void print(const std::string &indent="", unsigned int detail=1) const override
Definition
TIP.cxx:30
TrigConf::TIP::m_TipNumber
uint16_t m_TipNumber
Definition
TIP.h:62
TrigConf::TIP::m_TriggerThresholdId
int m_TriggerThresholdId
Definition
TIP.h:66
TrigConf::TIP::m_ThresholdActive
bool m_ThresholdActive
Definition
TIP.h:67
TrigConf::TIP::m_ThresholdBit
uint16_t m_ThresholdBit
Definition
TIP.h:63
TrigConf::TIP::m_Slot
uint16_t m_Slot
Definition
TIP.h:60
TrigConf::TIP::m_Clock
int m_Clock
Definition
TIP.h:70
TrigConf::TIP::m_CableBit
uint16_t m_CableBit
Definition
TIP.h:64
TrigConf::TIP::m_TmToTtId
int m_TmToTtId
Definition
TIP.h:65
TrigConf::TIP::m_IsDirect
bool m_IsDirect
Definition
TIP.h:69
TrigConf::TIP::m_ThresholdMapping
int16_t m_ThresholdMapping
Definition
TIP.h:68
TrigConf::TrigConfData::indent
std::ostream & indent(std::ostream &o, int lvl, int size) const
Definition
TrigConfData.cxx:23
std
STL namespace.
Generated on
for ATLAS Offline Software by
1.14.0