FairRoot/PandaRoot
Public Member Functions | Private Member Functions | Private Attributes | List of all members
RhoMassConstraint Class Reference

#include <RhoMassConstraint.h>

Inheritance diagram for RhoMassConstraint:
RhoConstraint

Public Member Functions

 RhoMassConstraint (const Double_t &mass=0.)
 
 ~RhoMassConstraint ()
 
void SetMassConstraint (const Double_t &mass=0.)
 
Double_t GetMassConstraint () const
 
 ClassDef (RhoConstraint, 1)
 

Private Member Functions

 ClassDef (RhoMassConstraint, 1)
 

Private Attributes

Double_t fMassConstraint
 

Detailed Description

Definition at line 17 of file RhoMassConstraint.h.

Constructor & Destructor Documentation

RhoMassConstraint::RhoMassConstraint ( const Double_t mass = 0.)

Definition at line 16 of file RhoMassConstraint.cxx.

17  : fMassConstraint ( mass )
18 {}
RhoMassConstraint::~RhoMassConstraint ( )

Definition at line 20 of file RhoMassConstraint.cxx.

21 {}

Member Function Documentation

RhoConstraint::ClassDef ( RhoConstraint  ,
 
)
inherited
RhoMassConstraint::ClassDef ( RhoMassConstraint  ,
 
)
private
Double_t RhoMassConstraint::GetMassConstraint ( ) const
inline

Definition at line 26 of file RhoMassConstraint.h.

References fMassConstraint.

26  {
27  return fMassConstraint;
28  };
void RhoMassConstraint::SetMassConstraint ( const Double_t mass = 0.)
inline

Definition at line 23 of file RhoMassConstraint.h.

References fMassConstraint.

23  {
24  fMassConstraint=mass;
25  };

Member Data Documentation

Double_t RhoMassConstraint::fMassConstraint
private

Definition at line 28 of file RhoMassConstraint.h.

Referenced by GetMassConstraint(), and SetMassConstraint().


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