Class ATLFMuonObject


class ATLFMuonObject
derived from ContainedObject


Field Summary
 private floatm_Eta
           
 private intm_Isolated
           
 private intm_KFcode
           
 private intm_KFmother
           
 private floatm_Phi
           
 private floatm_PT
           
 private intm_UseFlag
           

Constructor Summary
ATLFMuonObject()
           
ATLFMuonObject(int code, int mother, int use, int isol, float eta, float phi, float pt)
           

Destructor Summary
 virtual ~ATLFMuonObject()
           

Method Summary
 floatEta()
           
 intIsolated()
           
 intKFcode()
           
 intKFmother()
           
 floatPhi()
           
 floatPT()
           
 voidSetEta(float eta)
           
 voidSetIsolated(int isol)
           
 voidSetKFcode(int code)
           
 voidSetKFmother(int kfmother)
           
 voidSetPhi(float phi)
           
 voidSetPT(float pt)
           
 voidSetUseFlag(int flag)
           
 intUseFlag()
           

Field Detail

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
Constructor Detail

ATLFMuonObject

public ATLFMuonObject()

ATLFMuonObject

public ATLFMuonObject(int code, int mother, int use, int isol, float eta, float phi, float pt)
Method Detail

~ATLFMuonObject

public virtual ~ATLFMuonObject()
Method Detail

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()