ATLAS Offline Software
MuonSpectrometer
MuonReconstruction
MuonRecEvent
MuonPattern
MuonPattern
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
"
12
#include "
MuonPattern/MuonPatternCombination.h
"
13
#include "
MuonPattern/MuonPatternCombinationCollection.h
"
14
#include "
TrkTrack/TrackCollection.h
"
15
#include "
TrkTruthData/DetailedTrackTruth.h
"
16
#include "
TrkTruthData/TrackTruthKey.h
"
17
18
class
TrackTruthCollectionAccessor
;
19
20
class
DetailedMuonPatternTruthCollection
21
:
public
std::multimap<ElementLink<DataVector<Muon::MuonPatternCombination> >, DetailedTrackTruth> {
22
friend
class
TrackTruthCollectionAccessor
;
// in TrackTruthTPCnv
23
DataLink<MuonPatternCombinationCollection>
m_trackCollection
;
24
25
public
:
26
DetailedMuonPatternTruthCollection
(
const
DataLink<MuonPatternCombinationCollection>
tracks) :
m_trackCollection
(tracks) {}
27
DataLink<MuonPatternCombinationCollection>
trackCollectionLink
()
const
{
return
m_trackCollection
; }
28
29
// for POOL
30
DetailedMuonPatternTruthCollection
() {}
31
};
32
33
CLASS_DEF
(
DetailedMuonPatternTruthCollection
, 1289199398, 1)
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
DataLink
Object reference supporting deferred reading from StoreGate.
Definition:
AthLinks/DataLink.h:95
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
Generated on Thu Nov 7 2024 21:13:37 for ATLAS Offline Software by
1.8.18