ATLAS Offline Software
Loading...
Searching...
No Matches
ZDC_SimFiberHit_Collection.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef ZDC_SIMFIBERHIT_COLLECTION
6#define ZDC_SIMFIBERHIT_COLLECTION
7
8#include "ZDC_SimFiberHit.h"
11#include <string>
12
14
16{
17
18 public :
19
20 ZDC_SimFiberHit_Collection(const std::string& name="ZDC_SimFiberHit_Collection") : ZDC_SimFiberHit_Collection1(name.c_str()) {}
21};
22
25
26#ifndef __CINT__
28#endif
29
30#endif
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
AtlasHitsVector< ZDC_SimFiberHit > ZDC_SimFiberHit_Collection1
ZDC_SimFiberHit_Collection::iterator ZDC_SimFiberHit_Iterator
ZDC_SimFiberHit_Collection::const_iterator ZDC_SimFiberHit_ConstIterator
ZDC_SimFiberHit_Collection(const std::string &name="ZDC_SimFiberHit_Collection")