ATLAS Offline Software
Trigger
TrigT1
Global
GlobalSimulation
src
IO
Global/GlobalSimulation/src/IO/StripData.cxx
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
#include "
StripData.h
"
5
#include <ostream>
6
7
8
std::ostream&
operator<<
(std::ostream&
os
,
9
const
GlobalSim::StripData
&
sd
) {
10
11
os
<<
"StripData eta: "
<<
sd
.m_eta
12
<<
" phi "
<<
sd
.m_phi
13
<<
" e "
<<
sd
.m_e;
14
return
os
;
15
}
GlobalSim::StripData
Definition:
Global/GlobalSimulation/src/IO/StripData.h:16
operator<<
std::ostream & operator<<(std::ostream &os, const GlobalSim::StripData &sd)
Definition:
Global/GlobalSimulation/src/IO/StripData.cxx:8
python.selector.AtlRunQuerySelectorLhcOlc.sd
sd
Definition:
AtlRunQuerySelectorLhcOlc.py:611
ReadFromCoolCompare.os
os
Definition:
ReadFromCoolCompare.py:231
StripData.h
Generated on Mon Sep 29 2025 21:19:16 for ATLAS Offline Software by
1.8.18