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

#include <RhoBeamConstraint.h>

Inheritance diagram for RhoBeamConstraint:
RhoConstraint

Public Member Functions

 RhoBeamConstraint (const RhoLorentzVectorErr &beam)
 
 ~RhoBeamConstraint ()
 
void SetBeamConstraint (const RhoLorentzVectorErr &beam)
 
RhoLorentzVectorErr GetBeamConstraint () const
 
 ClassDef (RhoConstraint, 1)
 

Private Member Functions

 ClassDef (RhoBeamConstraint, 1)
 

Private Attributes

RhoLorentzVectorErr fBeamConstraint
 

Detailed Description

Definition at line 18 of file RhoBeamConstraint.h.

Constructor & Destructor Documentation

RhoBeamConstraint::RhoBeamConstraint ( const RhoLorentzVectorErr beam)

Definition at line 16 of file RhoBeamConstraint.cxx.

17  : fBeamConstraint ( beam )
18 {}
RhoLorentzVectorErr fBeamConstraint
RhoBeamConstraint::~RhoBeamConstraint ( )

Definition at line 20 of file RhoBeamConstraint.cxx.

21 {}

Member Function Documentation

RhoConstraint::ClassDef ( RhoConstraint  ,
 
)
inherited
RhoBeamConstraint::ClassDef ( RhoBeamConstraint  ,
 
)
private
RhoLorentzVectorErr RhoBeamConstraint::GetBeamConstraint ( ) const
inline

Definition at line 27 of file RhoBeamConstraint.h.

References fBeamConstraint.

27  {
28  return fBeamConstraint;
29  };
RhoLorentzVectorErr fBeamConstraint
void RhoBeamConstraint::SetBeamConstraint ( const RhoLorentzVectorErr beam)
inline

Definition at line 24 of file RhoBeamConstraint.h.

References fBeamConstraint.

24  {
25  fBeamConstraint=beam;
26  };
RhoLorentzVectorErr fBeamConstraint

Member Data Documentation

RhoLorentzVectorErr RhoBeamConstraint::fBeamConstraint
private

Definition at line 29 of file RhoBeamConstraint.h.

Referenced by GetBeamConstraint(), and SetBeamConstraint().


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