ATLAS Offline Software
Loading...
Searching...
No Matches
SCT_RDO_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: SCT_RDO_Collection.h,v 1.9 2007-05-28 12:47:23 kgnanvo Exp $
11//<version> $Name: not supported by cvs2svn $
12
13#ifndef INDETRAWDATA_SCT_RDO_COLLECTION_H
14# define INDETRAWDATA_SCT_RDO_COLLECTION_H
15
22class MsgStream;
23
26
28
29
30MsgStream& operator << ( MsgStream& sl, const SCT_RDO_Collection& coll);
31
33std::ostream& operator << ( std::ostream& sl, const SCT_RDO_Collection& coll);
34
35
38
40
43
45
48
49CLASS_DEF(SCT3_RDO_Collection, 1339040427 , 1)
50
51// Class needed only for persistency - we add CLASS_DEF only to
52// instantiate the template.
53// typedef DataVector<InDetRawDataCollection< SCT1_RawData > > SCT_RDO_vector;
54
55// CLASS_DEF( SCT_RDO_vector, 1241152074, 1 )
56
57// typedef DataVector<const InDetRawDataCollection< SCT1_RawData > > SCT_RDO_constvector;
58
59//CLASS_DEF( SCT_RDO_constvector, 1159798379, 1 )
60
61#endif // INDETRAWDATA_SCT_RDO_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< SCT_RDORawData > SCT_RDO_Collection
InDetRawDataCollection< SCT_TB03_RawData > SCT_RDO_TB03_Collection
InDetRawDataCollection< SCT_TB04_RawData > SCT_RDO_TB04_Collection
InDetRawDataCollection< SCT3_RawData > SCT3_RDO_Collection
STL class.
STL namespace.