ATLAS Offline Software
DetailedMuonPatternTruthCollection.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef DETAILEDMUONPATTERNTRUTHCOLLECTION_H
6 #define DETAILEDMUONPATTERNTRUTHCOLLECTION_H
7 
8 #include <map>
9 
10 #include "AthLinks/DataLink.h"
11 #include "AthenaKernel/CLASS_DEF.h"
17 
19 
21  : public std::multimap<ElementLink<DataVector<Muon::MuonPatternCombination> >, DetailedTrackTruth> {
22  friend class TrackTruthCollectionAccessor; // in TrackTruthTPCnv
24 
25 public:
28 
29  // for POOL
31 };
32 
34 
35 #endif /*DETAILEDMUONPATTERNTRUTHCOLLECTION_H*/
DetailedMuonPatternTruthCollection
Definition: DetailedMuonPatternTruthCollection.h:21
TrackTruthKey.h
DetailedMuonPatternTruthCollection::m_trackCollection
DataLink< MuonPatternCombinationCollection > m_trackCollection
Definition: DetailedMuonPatternTruthCollection.h:23
DetailedMuonPatternTruthCollection::DetailedMuonPatternTruthCollection
DetailedMuonPatternTruthCollection(const DataLink< MuonPatternCombinationCollection > tracks)
Definition: DetailedMuonPatternTruthCollection.h:26
TrackCollection.h
MuonPatternCombination.h
MuonPatternCombinationCollection.h
DetailedTrackTruth.h
DetailedMuonPatternTruthCollection::DetailedMuonPatternTruthCollection
DetailedMuonPatternTruthCollection()
Definition: DetailedMuonPatternTruthCollection.h:30
TrackTruthCollectionAccessor
Definition: TrackTruthCollectionAccessor.h:16
DetailedMuonPatternTruthCollection::trackCollectionLink
DataLink< MuonPatternCombinationCollection > trackCollectionLink() const
Definition: DetailedMuonPatternTruthCollection.h:27
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition: Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:64
CLASS_DEF.h
macros to associate a CLID to a type