ATLAS Offline Software
Loading...
Searching...
No Matches
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
6
7#include <stdexcept>
8#include <iostream>
9
10using namespace std;
11
25
26void
27TrigConf::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
uint16_t m_CtpinConnector
Definition PIT.h:55
virtual void print(const std::string &indent="", unsigned int detail=1) const override
Definition PIT.cxx:27
uint16_t m_ThresholdBit
Definition PIT.h:57
int m_TmToTtId
Definition PIT.h:59
uint16_t m_CableBit
Definition PIT.h:58
std::string m_ThresholdName
Definition PIT.h:53
int16_t m_ThresholdMapping
Definition PIT.h:62
uint16_t m_CtpinSlot
Definition PIT.h:54
uint16_t m_PitNumber
Definition PIT.h:56
int m_TriggerThresholdId
Definition PIT.h:60
bool m_ThresholdActive
Definition PIT.h:61
std::ostream & indent(std::ostream &o, int lvl, int size) const
STL namespace.