ATLAS Offline Software
Trigger
TrigT1
TrigT1CaloCalibConditions
src
L1CaloPprChanStrategy.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3
*/
4
#include "
TrigT1CaloCalibConditions/L1CaloPprChanStrategy.h
"
5
6
#include <iostream>
7
#include <iomanip>
8
#include <string>
9
10
L1CaloPprChanStrategy::L1CaloPprChanStrategy
(
unsigned
int
channelId
,
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
histSizes.code
code
Definition:
histSizes.py:129
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
description
std::string description
glabal timer - how long have I taken so far?
Definition:
hcg.cxx:88
Generated on Thu Nov 7 2024 21:18:49 for ATLAS Offline Software by
1.8.18