ATLAS Offline Software
HLTTriggerType.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 #include <iostream>
7 #include <sstream>
8 
10  : m_bit(bit)
11 {}
12 
13 void
14 TrigConf::HLTTriggerType::print(const std::string& indent, unsigned int /*detail*/) const {
15  std::cout << indent << *this;
16 }
17 
18 std::ostream &
19 TrigConf::operator<<(std::ostream & o, const TrigConf::HLTTriggerType & tt) {
20  o << "- -- HLTTriggerType bit : " << tt.m_bit << std::endl;
21  return o;
22 }
TrigConf::HLTTriggerType::print
void print(const std::string &indent="", unsigned int detail=1) const
print method
Definition: HLTTriggerType.cxx:14
TrigConf::operator<<
std::ostream & operator<<(std::ostream &os, const TrigConf::IsolationLegacy &iso)
Definition: L1ThresholdBase.cxx:339
geometry_dat_to_json.indent
indent
Definition: geometry_dat_to_json.py:18
TrigConf::HLTTriggerType
HLT trigger type configuration information.
Definition: HLTTriggerType.h:22
HLTTriggerType.h
TrigConf::HLTTriggerType::HLTTriggerType
HLTTriggerType(int bit=0)
constructor with configuration data
Definition: HLTTriggerType.cxx:9
TileDCSDataPlotter.tt
tt
Definition: TileDCSDataPlotter.py:874