This is tmb_tree, version v00-12-02 | See all available versions

TPhysObj


class description - source file - inheritance tree (.ps)

class TPhysObj : public TObject

Inheritance Chart:
TObject
<-
TPhysObj
<-
TMBBCJet
TMBEmcl
TMBJets
TMBL1CalTower
TMBL2EM
TMBL2Jet
TMBL2Muon
TMBL3PhysicsResult
TMBMCpart
TMBMuon
 [more...]
 
    This is an abstract class, constructors will not be documented.
    Look at the header to check for available constructors.


    public:
virtual ~TPhysObj() virtual Float_t charge() const static TClass* Class() virtual Float_t E() const virtual Float_t eta() const virtual TClass* IsA() const virtual TLorentzVector lorentz_vector() const virtual bool operator<(const TPhysObj& x) const TPhysObj& operator=(const TPhysObj&) virtual bool operator==(const TPhysObj& x) const virtual Float_t p() const virtual Float_t phi() const virtual Float_t pT() const virtual Float_t px() const virtual Float_t py() const virtual Float_t pz() const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b) virtual Float_t theta() const

Data Members




Class Description

  File: TPhysObj.cpp

  Purpose: define a general interface for D0 physics objects
           Should be inherited by all constructed objects
           that have a 4-momentum

  Created: 29-AUG-1999  Serban Protopopescu



Float_t pT() const

Float_t phi() const

Float_t eta() const

Float_t theta() const

Float_t p() const

TLorentzVector lorentz_vector() const



Inline Functions


               void ~TPhysObj()
            Float_t px() const
            Float_t py() const
            Float_t pz() const
            Float_t E() const
            Float_t charge() const
               bool operator<(const TPhysObj& x) const
               bool operator==(const TPhysObj& x) const
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)
          TPhysObj& operator=(const TPhysObj&)


Last update: Mon May 17 20:12:44 2004


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.