ATLAS Offline Software
L1CaloPprChanStrategy.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3 */
5 
6 #include <iostream>
7 #include <iomanip>
8 #include <string>
9 
11  const std::string& strategy,
12  unsigned int code,
13  const std::string& timingRegime,
14  const std::string& description)
15  : m_channelId(channelId),
16  m_strategy(strategy),
17  m_code(code),
18  m_timingRegime(timingRegime),
19  m_description(description) {}
20 
21 std::ostream& operator<<(std::ostream& output, const L1CaloPprChanStrategy& r) {
22  output << "channelID: " << std::hex << r.m_channelId << std::dec
23  << ", strategy: " << r.m_strategy << ", code: " << r.m_code
24  << ", m_timingRegime: " << r.m_timingRegime
25  << ", description: " << r.m_description;
26 
27  return output;
28 }
xAOD::strategy
strategy
Definition: L2CombinedMuon_v1.cxx:107
beamspotman.r
def r
Definition: beamspotman.py:676
operator<<
std::ostream & operator<<(std::ostream &output, const L1CaloPprChanStrategy &r)
Definition: L1CaloPprChanStrategy.cxx:21
L1CaloPprChanStrategy::L1CaloPprChanStrategy
L1CaloPprChanStrategy()
Definition: L1CaloPprChanStrategy.h:20
L1CaloPprChanStrategy.h
L1CaloPprChanStrategy
Folder <-> Object mapping for /TRIGGER/L1Calo/V2/Configuration/PprChanStrategy .
Definition: L1CaloPprChanStrategy.h:17
CaloCondBlobAlgs_fillNoiseFromASCII.channelId
channelId
Definition: CaloCondBlobAlgs_fillNoiseFromASCII.py:122
merge.output
output
Definition: merge.py:17
pmontree.code
code
Definition: pmontree.py:443
description
std::string description
glabal timer - how long have I taken so far?
Definition: hcg.cxx:88