ATLAS Offline Software
Muon_p6.cxx
Go to the documentation of this file.
1 
3 /*
4  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 // Muon_p6.cxx
8 // Implementation file for class Muon_p6
9 // Author: Ketevi A. Assamagan <ketevi@bnl.gov>
11 
12 
13 // RecTPCnv includes
14 #include "RecTPCnv/Muon_p6.h"
15 
19 
21  : m_author(0),
22  m_hasCombinedMuon(0),
23  m_hasInDetTrackParticle(0),
24  m_hasMuonExtrapolatedTrackParticle(0),
25  m_hasInnerExtrapolatedTrackParticle(0),
26  m_hasCombinedMuonTrackParticle(0),
27  m_hasCluster(0),
28  m_matchChi2(0),
29  m_bestMatch(0),
30  m_matchNumberDoF(0),
31  m_isAlsoFoundByLowPt(0),
32  m_isAlsoFoundByCaloMuonId(0),
33  m_caloMuonAlsoFoundByMuonReco(0),
34  m_isCorrected(0),
35  m_allAuthors(0),
36  m_isMuonBits(0),
37  m_isMuonLikelihood(0),
38  m_outerMatchNumberDoF(0)
39 {}
40 
Muon_p6::Muon_p6
Muon_p6()
Default constructor:
Definition: Muon_p6.cxx:20
Muon_p6.h