ATLAS Offline Software
Muon_p3.h
Go to the documentation of this file.
1 
3 /*
4  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // Muon_p3.h
8 // Header file for class Muon_p3
9 // Author: Ketevi A. Assamagan <ketevi@bnl.gov>
10 // Date: February 2008
11 
13 #ifndef RECTPCNV_MUON_P3_H
14 #define RECTPCNV_MUON_P3_H
15 
16 // STL includes
17 #include <vector>
18 
19 // DataModelAthenaPool includes
22 
23 // EventCommonTPCnv includes
25 
26 // ParticleEventTPCnv includes
28 
29 #include "CxxUtils/unused.h"
30 
31 // forward declarations
32 class MuonCnv_p3;
33 
34 class Muon_p3
35 {
36 public:
37 
41  : m_author(0),
42  m_hasCombinedMuon(0),
43  m_hasInDetTrackParticle(0),
46  m_hasCluster(0),
47  m_matchChi2(0),
48  m_bestMatch(0),
53  m_isCorrected(false)
54  {}
55 
58  ~Muon_p3() = default;
59 
60 
63 
66 
67  // the Muon part
68 
70  unsigned int m_author;
71 
73  bool ATH_UNUSED_MEMBER(m_hasCombinedMuon) = false; // needed ?
74  bool ATH_UNUSED_MEMBER(m_hasInDetTrackParticle) = false; // needed ?
77 
78  // not used ?
79  bool ATH_UNUSED_MEMBER(m_hasCluster) = false;
80 
82  double m_matchChi2;
83 
85  std::vector<int> m_associatedEtaDigits;
86  std::vector<int> m_associatedPhiDigits;
87  //<--
88 
91 
94 
97 
100 
103 
106 
109 
111  std::vector<float> m_parameters;
112 
115 
118 
121 
123 
125 };
126 
128 // Inline methods:
130 
131 #endif //> RECTPCNV_MUON_P2_H
MuonCnv_p3
Definition: MuonCnv_p3.h:27
Muon_p3::m_isAlsoFoundByLowPt
bool m_isAlsoFoundByLowPt
Definition: Muon_p3.h:116
Muon_p3::~Muon_p3
~Muon_p3()=default
Destructor:
Muon_p3::ATH_UNUSED_MEMBER
bool ATH_UNUSED_MEMBER(m_hasCombinedMuon)
switches
ParticleBase_p1
Definition: ParticleBase_p1.h:26
Muon_p3
Definition: Muon_p3.h:35
Muon_p3::m_muonSpectrometerTrackParticle
ElementLinkInt_p1 m_muonSpectrometerTrackParticle
link to associated TrackParticle (Muon Spectrometer)
Definition: Muon_p3.h:96
ElementLinkVector_p1< uint32_t >
unused.h
Macro to mark a member as unused.
Muon_p3::m_isAlsoFoundByCaloMuonId
bool m_isAlsoFoundByCaloMuonId
Definition: Muon_p3.h:117
Muon_p3::m_matchNumberDoF
int m_matchNumberDoF
Definition: Muon_p3.h:114
Muon_p3::m_inDetTrackParticle
ElementLinkInt_p1 m_inDetTrackParticle
link to associated TrackParticle (Inner Detector)
Definition: Muon_p3.h:90
Muon_p3::ATH_UNUSED_MEMBER
bool ATH_UNUSED_MEMBER(m_hasCluster)
Muon_p3::m_muonSegments
ElementLinkIntVector_p1 m_muonSegments
link to the Trk::Segment
Definition: Muon_p3.h:93
Muon_p3::m_caloMuonAlsoFoundByMuonReco
unsigned short m_caloMuonAlsoFoundByMuonReco
Definition: Muon_p3.h:122
Muon_p3::m_parameters
std::vector< float > m_parameters
muon parameters
Definition: Muon_p3.h:111
P4IPtCotThPhiM_p1
Definition: P4IPtCotThPhiM_p1.h:23
Muon_p3::ATH_UNUSED_MEMBER
bool ATH_UNUSED_MEMBER(m_hasInDetTrackParticle)
Muon_p3::m_combinedMuonTrackParticle
ElementLinkInt_p1 m_combinedMuonTrackParticle
links to associated TrackParticle (Combined muon)
Definition: Muon_p3.h:105
Muon_p3::m_hasMuonExtrapolatedTrackParticle
bool m_hasMuonExtrapolatedTrackParticle
Definition: Muon_p3.h:75
Muon_p3::m_hasCombinedMuonTrackParticle
bool m_hasCombinedMuonTrackParticle
Definition: Muon_p3.h:76
Muon_p3::m_author
unsigned int m_author
author
Definition: Muon_p3.h:70
Muon_p3::m_matchChi2
double m_matchChi2
Chi2 of the track matching.
Definition: Muon_p3.h:82
Muon_p3::m_associatedEtaDigits
std::vector< int > m_associatedEtaDigits
Low Pt muon stuff.
Definition: Muon_p3.h:85
Muon_p3::m_momentum
P4IPtCotThPhiM_p1 m_momentum
the 4-mom part
Definition: Muon_p3.h:62
Muon_p3::m_muonExtrapolatedTrackParticle
ElementLinkInt_p1 m_muonExtrapolatedTrackParticle
link to associated TrackParticle (Muon extrapolated)
Definition: Muon_p3.h:99
Muon_p3::m_associatedPhiDigits
std::vector< int > m_associatedPhiDigits
Definition: Muon_p3.h:86
Muon_p3::m_isCorrected
bool m_isCorrected
Definition: Muon_p3.h:124
Muon_p3::m_innerExtrapolatedTrackParticle
ElementLinkInt_p1 m_innerExtrapolatedTrackParticle
link to associated TrackParticle (Inner extrapolated)
Definition: Muon_p3.h:102
ElementLinkVector_p1.h
This file contains the class definition for the ElementLinkVector_p1 class.
ParticleBase_p1.h
Muon_p3::m_bestMatch
bool m_bestMatch
Definition: Muon_p3.h:113
P4IPtCotThPhiM_p1.h
Muon_p3::m_particleBase
ParticleBase_p1 m_particleBase
the ParticleBase part
Definition: Muon_p3.h:65
Muon_p3::Muon_p3
Muon_p3()
Default constructor:
Definition: Muon_p3.h:40
Muon_p3::m_cluster
ElementLinkInt_p1 m_cluster
link to CaloCluster
Definition: Muon_p3.h:108
Muon_p3::m_caloEnergyLoss
ElementLinkInt_p1 m_caloEnergyLoss
energy loss in calorimeter
Definition: Muon_p3.h:120