ATLAS Offline Software
Loading...
Searching...
No Matches
L1CaloRunParameters.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
5
20
21std::ostream& operator<<(std::ostream& output, const L1CaloRunParameters& r) {
22 output << "channelID: " << std::hex << r.channelId() << std::dec
23 << ", runType: " << r.runType();
24
25 return output;
26}
std::ostream & operator<<(std::ostream &output, const L1CaloRunParameters &r)
unsigned int m_ttcConfigurationID
unsigned int ttcConfigurationID() const
unsigned int m_runActionVersion
const std::string & runActionName() const
const std::string & ttcConfiguration() const
const std::string & calibration() const
const std::string & conditions() const
const std::string & runType() const
const std::string & readoutConfig() const
unsigned int readoutConfigID() const
unsigned int runActionVersion() const
unsigned int channelId() const
const std::string & triggerMenu() const
int r
Definition globals.cxx:22