ATLAS Offline Software
Loading...
Searching...
No Matches
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)
17 m_code(code),
20
21std::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}
std::ostream & operator<<(std::ostream &output, const L1CaloPprChanStrategy &r)
const std::string & description() const
unsigned int code() const
const std::string & strategy() const
const std::string & timingRegime() const
unsigned int channelId() const
int r
Definition globals.cxx:22