ATLAS Offline Software
DataArray.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3 */
4 // DataArray.cxx
5 // L1TopoEvent
6 // Created by Joerg Stelzer on 11/22/12.
7 
9 
10 
11 namespace TCS {
12 
13 
14 std::ostream &
15 operator<< (std::ostream & o, const TCS::DataArray& array) {
16  array.print(o);
17  return o;
18 }
19 
20 
21 
22 }
lumiFormat.array
array
Definition: lumiFormat.py:98
TCS::DataArray
base class for TOB arrays
Definition: DataArray.h:12
TCS
Definition: Global/GlobalSimulation/src/IO/Decision.h:18
TCS::operator<<
std::ostream & operator<<(std::ostream &, const TCS::CountingConnector &)
Definition: CountingConnector.cxx:93
DataArray.h