ATLAS Offline Software
StripData.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 
7 std::ostream& operator<<(std::ostream& stream, NSWL1::StripData& data) {
8  stream << "Strip hit at side " << ( (data.sideId())? "A":"C")
9  << ", trigger sector " << data.sectorId()
10  << ", layer " << data.layer()
11  << ", wedge " << data.wedge();
12  return stream;
13 }
14 
data
char data[hepevt_bytes_allocation_ATLAS]
Definition: HepEvt.cxx:11
AthenaPoolTestWrite.stream
string stream
Definition: AthenaPoolTestWrite.py:12
NSWL1::StripData
abstract class to interface the data hit fragment output from the Strip TDS
Definition: StripData.h:30
operator<<
std::ostream & operator<<(std::ostream &stream, NSWL1::StripData &data)
Definition: StripData.cxx:7
StripData.h