ATLAS Offline Software
Loading...
Searching...
No Matches
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
18
20
21/*
22void dummyZdcForTVCollTypedef(DataVector<ZdcRdo> a,
23 DataVector<ZdcRdoCollection> b) {
24 DataVector<ZdcRdo> aa = a;
25 DataVector<ZdcRdoCollection> bb = b;
26}
27*/
28
29/*
30void dummyZdcForTVCollTypedef(ZdcDigitsCollection a)
31{
32 ZdcDigitsCollection aa = a;
33}
34*/
35
36#endif
An STL vector of pointers that by default owns its pointed-to elements.