ATLAS Offline Software
Loading...
Searching...
No Matches
L1CaloDerivedRunPars.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 <iomanip>
7
14
15std::ostream& operator<<(std::ostream& output, const L1CaloDerivedRunPars& r) {
16 output << "channelID: " << std::hex << r.channelId() << std::dec
17 << ", timingRegime: " << r.timingRegime()
18 << ", tierZeroTag: " << r.tierZeroTag();
19
20 return output;
21}
std::ostream & operator<<(std::ostream &output, const L1CaloDerivedRunPars &r)
const std::string & tierZeroTag() const
const std::string & timingRegime() const
unsigned int channelId() const
int r
Definition globals.cxx:22