ATLAS Offline Software
AthenaPoolTestDataDict.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
10 /***************************************************************************
11  Athena Pool Test Data package
12  -----------------------------------------
13  ***************************************************************************/
14 
15 //<doc><file> $Id: AthenaPoolTestDataDict.h,v 1.18 2009-01-08 16:23:51 schaffer Exp $
16 //<version> $Name: not supported by cvs2svn $
17 
18 #ifndef ATHENAPOOLTESTDATA_ATHENAPOOLTESTDATADICT_H
19 # define ATHENAPOOLTESTDATA_ATHENAPOOLTESTDATADICT_H
20 
21 //<<<<<< INCLUDES >>>>>>
22 
36 
37 //<<<<<< PUBLIC DEFINES >>>>>>
38 //<<<<<< PUBLIC CONSTANTS >>>>>>
39 //<<<<<< PUBLIC TYPES >>>>>>
40 //<<<<<< PUBLIC VARIABLES >>>>>>
41 //<<<<<< PUBLIC FUNCTIONS >>>>>>
42 //<<<<<< CLASS DECLARATIONS >>>>>>
43 
44 // Must add in some instatiated objects to get them into the
45 // dictionary
47 {
48  std::map<unsigned int, CLHEP::HepMatrix> AthenaPoolDataDummyMap;
49  std::pair< AthenaPoolTestMapDataLink, float > Deposit;
50 }
51 
52 
53 //<<<<<< INLINE PUBLIC FUNCTIONS >>>>>>
54 //<<<<<< INLINE MEMBER FUNCTIONS >>>>>>
55 
56 #endif // ATHENAPOOLTESTDATA_ATHENAPOOLTESTDATADICT_H
IAthenaPoolTestCollection.h
Class definition for IAthenaPoolTestCollection.
AthenaPoolTestA.h
Class definition for AthenaPoolTestA.
dummy_E.h
TrigPath.h
Class definition for TrigPath.
AthenaPoolTestB.h
Class definition for AthenaPoolTestB.
AthenaPoolTestMapData.h
Test class for embedded collections.
AthenaPoolTestD.h
Class definition for AthenaPoolTestD.
AthenaPoolTestMatrix.h
Class definition for AthenaPoolTestMatrix.
AthenaPoolTestDataDict
Definition: AthenaPoolTestDataDict.h:47
AthenaPoolTestDataDict::Deposit
std::pair< AthenaPoolTestMapDataLink, float > Deposit
Definition: AthenaPoolTestDataDict.h:52
AthenaPoolTestC.h
Class definition for AthenaPoolTestC.
FauxTriggerMap.h
Class definition for FauxTriggerMap.
AthenaPoolTestMap.h
dummy_A.h
IAthenaPoolTestData.h
Class definition for IAthenaPoolTestData.
AthenaPoolTestDataDict::AthenaPoolDataDummyMap
std::map< unsigned int, CLHEP::HepMatrix > AthenaPoolDataDummyMap
Definition: AthenaPoolTestDataDict.h:51