# | Line 14 | Line 14 | Muon::Muon() : | |
---|---|---|
14 | fEmEnergy(0), fHadEnergy(0), fHoEnergy(0), fEmS9Energy(0), | |
15 | fHadS9Energy(0), fHoS9Energy(0), fD0PV(0), fD0PVErr(0), fIp3dPV(0), fIp3dPVErr(0), | |
16 | fD0PVBS(0), fD0PVBSErr(0), fIp3dPVBS(0), fIp3dPVBSErr(0), fPVCompatibility(0), fPVBSCompatibility(0), | |
17 | < | fNTraversedChambers(0), fIsGlobalMuon(kFALSE), |
17 | > | fNValidHits(0), fNTraversedChambers(0), fIsGlobalMuon(kFALSE), |
18 | fIsTrackerMuon(kFALSE), fIsStandaloneMuon(kFALSE), fIsCaloMuon(kFALSE) | |
19 | { | |
20 | // Constructor. |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |