ATLAS Offline Software
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 
6 L1CaloRunParameters::L1CaloRunParameters(unsigned int channelId, const std::string& runType, const std::string& runActionName, unsigned int runActionVersion, const std::string& readoutConfig, unsigned int readoutConfigID, const std::string& ttcConfiguration, unsigned int ttcConfigurationID, const std::string& triggerMenu, const std::string& calibration, const std::string& conditions)
7  : m_channelId(channelId)
8  , m_runType(runType)
9  , m_runActionName(runActionName)
10  , m_runActionVersion(runActionVersion)
11  , m_readoutConfig(readoutConfig)
12  , m_readoutConfigID(readoutConfigID)
13  , m_ttcConfiguration(ttcConfiguration)
14  , m_ttcConfigurationID(ttcConfigurationID)
15  , m_triggerMenu(triggerMenu)
16  , m_calibration(calibration)
17  , m_conditions(conditions)
18 {
19 }
20 
21 std::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 }
beamspotman.r
def r
Definition: beamspotman.py:676
L1CaloRunParameters::L1CaloRunParameters
L1CaloRunParameters()
Definition: L1CaloRunParameters.h:21
L1CaloRunParameters
Folder <-> Object mapping for /TRIGGER/L1Calo/V1/Conditions/RunParameters .
Definition: L1CaloRunParameters.h:18
CaloCondBlobAlgs_fillNoiseFromASCII.channelId
channelId
Definition: CaloCondBlobAlgs_fillNoiseFromASCII.py:122
python.OnlineISConfiguration.runType
def runType
Definition: OnlineISConfiguration.py:112
merge.output
output
Definition: merge.py:17
L1CaloRunParameters.h
operator<<
std::ostream & operator<<(std::ostream &output, const L1CaloRunParameters &r)
Definition: L1CaloRunParameters.cxx:21