Class ATLFMuonObject
- class ATLFMuonObject
- derived from ContainedObject
m_Eta
private float m_Eta
m_Isolated
private int m_Isolated
m_KFcode
private int m_KFcode
m_KFmother
private int m_KFmother
m_Phi
private float m_Phi
m_PT
private float m_PT
m_UseFlag
private int m_UseFlag
ATLFMuonObject
public ATLFMuonObject()
ATLFMuonObject
public ATLFMuonObject(int code, int mother, int use, int isol, float eta, float phi, float pt)
~ATLFMuonObject
public virtual ~ATLFMuonObject()
Eta
public float Eta()
Isolated
public int Isolated()
KFcode
public int KFcode()
KFmother
public int KFmother()
Phi
public float Phi()
PT
public float PT()
SetEta
public void SetEta(float eta)
SetIsolated
public void SetIsolated(int isol)
SetKFcode
public void SetKFcode(int code)
SetKFmother
public void SetKFmother(int kfmother)
SetPhi
public void SetPhi(float phi)
SetPT
public void SetPT(float pt)
SetUseFlag
public void SetUseFlag(int flag)
UseFlag
public int UseFlag()