ATLAS Offline Software
Loading...
Searching...
No Matches
Trigger
TrigConfiguration
TrigConfL1Data
Root
PIT.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/PIT.h
"
6
7
#include <stdexcept>
8
#include <iostream>
9
10
using namespace
std
;
11
12
TrigConf::PIT::PIT
() :
13
L1DataBaseclass
(),
14
m_ThresholdName
(
""
),
15
m_CtpinSlot
(0),
16
m_CtpinConnector
(0),
17
m_PitNumber
(0),
18
m_ThresholdBit
(0),
19
m_CableBit
(0),
20
m_TmToTtId
(0),
21
m_TriggerThresholdId
(0),
22
m_ThresholdActive
(0),
23
m_ThresholdMapping
(0)
24
{}
25
26
void
27
TrigConf::PIT::print
(
const
std::string&
indent
,
unsigned
int
/*detail*/
)
const
{
28
cout <<
indent
<<
"PIT "
<<
m_PitNumber
;
29
cout <<
": threshold '"
<<
m_ThresholdName
<<
"'"
;
30
cout <<
", threshold bit "
<<
m_ThresholdBit
;
31
cout <<
", ctpin slot "
<<
m_CtpinSlot
;
32
cout <<
", connector "
<<
m_CtpinConnector
;
33
cout <<
", cable bit "
<<
m_CableBit
;
34
cout << endl;
35
}
36
PIT.h
TrigConf::L1DataBaseclass::L1DataBaseclass
L1DataBaseclass()
Definition
L1DataBaseclass.h:24
TrigConf::PIT::m_CtpinConnector
uint16_t m_CtpinConnector
Definition
PIT.h:55
TrigConf::PIT::print
virtual void print(const std::string &indent="", unsigned int detail=1) const override
Definition
PIT.cxx:27
TrigConf::PIT::m_ThresholdBit
uint16_t m_ThresholdBit
Definition
PIT.h:57
TrigConf::PIT::m_TmToTtId
int m_TmToTtId
Definition
PIT.h:59
TrigConf::PIT::PIT
PIT()
Definition
PIT.cxx:12
TrigConf::PIT::m_CableBit
uint16_t m_CableBit
Definition
PIT.h:58
TrigConf::PIT::m_ThresholdName
std::string m_ThresholdName
Definition
PIT.h:53
TrigConf::PIT::m_ThresholdMapping
int16_t m_ThresholdMapping
Definition
PIT.h:62
TrigConf::PIT::m_CtpinSlot
uint16_t m_CtpinSlot
Definition
PIT.h:54
TrigConf::PIT::m_PitNumber
uint16_t m_PitNumber
Definition
PIT.h:56
TrigConf::PIT::m_TriggerThresholdId
int m_TriggerThresholdId
Definition
PIT.h:60
TrigConf::PIT::m_ThresholdActive
bool m_ThresholdActive
Definition
PIT.h:61
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