PandaRoot
RhoEventShape Class Reference

#include <RhoEventShape.h>

Inheritance diagram for RhoEventShape:

Public Member Functions

 RhoEventShape ()
 
 RhoEventShape (RhoCandList &l)
 
virtual ~RhoEventShape ()
 
TLorentzVector P4 ()
 
Double_t M ()
 
Double_t E ()
 
Double_t P ()
 
Double_t Pt ()
 
Double_t Psum ()
 

Detailed Description

Definition at line 14 of file RhoEventShape.h.

Constructor & Destructor Documentation

◆ RhoEventShape() [1/2]

RhoEventShape::RhoEventShape ( )

◆ RhoEventShape() [2/2]

RhoEventShape::RhoEventShape ( RhoCandList l)

◆ ~RhoEventShape()

virtual RhoEventShape::~RhoEventShape ( )
virtual

Member Function Documentation

◆ E()

Double_t RhoEventShape::E ( )
inline

Definition at line 23 of file RhoEventShape.h.

23 { return fTotE; }

◆ M()

Double_t RhoEventShape::M ( )
inline

Definition at line 22 of file RhoEventShape.h.

22 { return fTotM; }

◆ P()

Double_t RhoEventShape::P ( )
inline

Definition at line 24 of file RhoEventShape.h.

24 { return fTotP; }

◆ P4()

TLorentzVector RhoEventShape::P4 ( )
inline

Definition at line 20 of file RhoEventShape.h.

20 { return fTot4Mom; }

◆ Psum()

Double_t RhoEventShape::Psum ( )
inline

Definition at line 26 of file RhoEventShape.h.

26 { return fTotAbsMom; }

◆ Pt()

Double_t RhoEventShape::Pt ( )
inline

Definition at line 25 of file RhoEventShape.h.

25 { return fTotPt; }

The documentation for this class was generated from the following file: