ATLAS Offline Software
Loading...
Searching...
No Matches
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
11namespace TCS {
12
13
14std::ostream &
15operator<< (std::ostream & o, const TCS::DataArray& array) {
16 array.print(o);
17 return o;
18}
19
20
21
22}
base class for TOB arrays
Definition DataArray.h:12
std::ostream & operator<<(std::ostream &os, const TCS::Bin &bin)