ATLAS Offline Software
Loading...
Searching...
No Matches
MuidTrackContainer.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 MUONIDENTIFICATION_MUIDTRACKCONTAINER_H
6# define MUONIDENTIFICATION_MUIDTRACKCONTAINER_H
7
8
11#include "MuidEvent/MuidTrack.h"
12
13class MuidTrackContainer: public DataVector<MuidTrack>
14{
15public:
16 MuidTrackContainer (void);
17
19};
20
21inline
25
26inline
29
30CLASS_DEF(MuidTrackContainer, 1117860785, 1)
31
32#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
An STL vector of pointers that by default owns its pointed-to elements.
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)
simple inheritance from MuonMatch: to provide backwards compatibility for clients based on old iPatTr...
Definition MuidTrack.h:27