ATLAS Offline Software
Loading...
Searching...
No Matches
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"
17
19
21 : public std::multimap<ElementLink<DataVector<Muon::MuonPatternCombination> >, DetailedTrackTruth> {
22 friend class TrackTruthCollectionAccessor; // in TrackTruthTPCnv
24
25public:
28
29 // for POOL
31};
32
34
35#endif /*DETAILEDMUONPATTERNTRUTHCOLLECTION_H*/
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
DataLink< MuonPatternCombinationCollection > m_trackCollection
DataLink< MuonPatternCombinationCollection > trackCollectionLink() const
DetailedMuonPatternTruthCollection(const DataLink< MuonPatternCombinationCollection > tracks)