ATLAS Offline Software
ZdcEventDict.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef ZDCEVENTDICT_H
6 #define ZDCEVENTDICT_H
7 
8 #include "ZdcEvent/ZdcRdo.h"
10 
11 #include "ZdcEvent/ZdcDigits.h"
13 //#include "ZdcEvent/ZdcDigitsContainer.h"
14 
15 #include "ZdcEvent/ZdcCalibEvent.h"
16 #include "ZdcEvent/ZdcRawChannel.h"
18 
20 
21 /*
22 void dummyZdcForTVCollTypedef(DataVector<ZdcRdo> a,
23  DataVector<ZdcRdoCollection> b) {
24  DataVector<ZdcRdo> aa = a;
25  DataVector<ZdcRdoCollection> bb = b;
26 }
27 */
28 
29 /*
30 void dummyZdcForTVCollTypedef(ZdcDigitsCollection a)
31 {
32  ZdcDigitsCollection aa = a;
33 }
34 */
35 
36 #endif
ZdcRawChannelCollection.h
ZdcRdo.h
ZdcDigitsCollection.h
ZdcRdoCollection.h
ZdcCalibEvent.h
ZdcRawChannel.h
ZdcDigits.h
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.