ATLAS Offline Software
Loading...
Searching...
No Matches
AFP_SIDLocRecoEvCollection.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 AFP_SIDLocRecoEvCollection_h
6#define AFP_SIDLocRecoEvCollection_h
7
11
12
13class AFP_SIDLocRecoEvCollection: public DataVector<AFP_SIDLocRecoEvent> {
14
15 public:
16
18};
19
22
23#ifndef __CINT__
24CLASS_DEF( AFP_SIDLocRecoEvCollection , 1318318366 , 1 )
25#endif
26
27#endif
AFP_SIDLocRecoEvCollection::iterator AFP_SIDLocRecoIterator
AFP_SIDLocRecoEvCollection::const_iterator AFP_SIDLocRecoConstIterator
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
An STL vector of pointers that by default owns its pointed-to elements.
DataModel_detail::const_iterator< DataVector > const_iterator
Definition DataVector.h:838
DataModel_detail::iterator< DataVector > iterator
Definition DataVector.h:842
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)