Class ATLFElectronObject


class ATLFElectronObject
derived from ContainedObject


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

Constructor Summary
ATLFElectronObject()
           
ATLFElectronObject(int code, int mother, float eta, float phi, float pt)
           

Destructor Summary
 virtual ~ATLFElectronObject()
           

Method Summary
 floatEta()
           
 intKFcode()
           
 intKFmother()
           
 floatPhi()
           
 floatPT()
           
 voidSetEta(float eta)
           
 voidSetKFcode(int code)
           
 voidSetKFmother(int kfmother)
           
 voidSetPhi(float phi)
           
 voidSetPT(float pt)
           

Field Detail

m_Eta

private float m_Eta

m_KFcode

private int m_KFcode

m_KFmother

private int m_KFmother

m_Phi

private float m_Phi

m_PT

private float m_PT
Constructor Detail

ATLFElectronObject

public ATLFElectronObject()

ATLFElectronObject

public ATLFElectronObject(int code, int mother, float eta, float phi, float pt)
Method Detail

~ATLFElectronObject

public virtual ~ATLFElectronObject()
Method Detail

Eta

public float Eta()

KFcode

public int KFcode()

KFmother

public int KFmother()

Phi

public float Phi()

PT

public float PT()

SetEta

public void SetEta(float eta)

SetKFcode

public void SetKFcode(int code)

SetKFmother

public void SetKFmother(int kfmother)

SetPhi

public void SetPhi(float phi)

SetPT

public void SetPT(float pt)