ATLAS Offline Software
Loading...
Searching...
No Matches
PixelRDO_Collection.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4
5/***************************************************************************
6 InDetRawData package
7 -----------------------------------------
8 ***************************************************************************/
9
10//<doc><file> $Id: PixelRDO_Collection.h,v 1.7 2007-05-22 16:14:42 hirsch Exp $
11//<version> $Name: not supported by cvs2svn $
12
13#ifndef INDETRAWDATA_PIXELRDO_COLLECTION_H
14# define INDETRAWDATA_PIXELRDO_COLLECTION_H
15
20class MsgStream;
21
24
25
26MsgStream& operator << ( MsgStream& sl, const PixelRDO_Collection& coll);
27
29std::ostream& operator << ( std::ostream& sl, const PixelRDO_Collection& coll);
30
31
34
36CLASS_DEF(PixelRDO_1_Collection, 1263352945, 1)
37
38// Class needed only for persistency - we add CLASS_DEF only to
39// instantiate the template.
40// typedef DataVector<InDetRawDataCollection< Pixel1RawData > > PixelRDO_vector;
41
42// CLASS_DEF( PixelRDO_vector, 1324952031 , 1 )
43
44// typedef DataVector<const InDetRawDataCollection< Pixel1RawData > > PixelRDO_constvector;
45
46// CLASS_DEF( PixelRDO_constvector, 1152271469 , 1 )
47
48#endif // INDETRAWDATA_PIXELRDO_COLLECTION_H
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
InDetRawDataCollection< Pixel1RawData > PixelRDO_1_Collection
InDetRawDataCollection< PixelRDORawData > PixelRDO_Collection
InDetRawDataCollection< PixelTB04RawData > PixelRDO_TB04_Collection
STL class.
STL namespace.