EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PdbParameter Class Reference

#include <fun4all_coresoftware/blob/master/offline/database/pdbcal/base/PdbParameter.h>

+ Inheritance diagram for PdbParameter:
+ Collaboration diagram for PdbParameter:

Public Member Functions

 PdbParameter ()
 
 PdbParameter (const double, const std::string &name)
 
 ~PdbParameter () override
 
double getParameter () const
 
const std::string getName () const
 
void setParameter (const double val)
 
void setName (const std::string &name)
 
void print () const override
 
- Public Member Functions inherited from PdbCalChan
 PdbCalChan ()
 
 ~PdbCalChan () override
 
 ClassDefOverride (PdbCalChan, 1)
 
- Public Member Functions inherited from PHObject
 PHObject ()
 ctor
 
 ~PHObject () override
 dtor
 
virtual PHObjectCloneMe () const
 Virtual copy constructor.
 
virtual PHObjectclone () const final
 
PHObjectClone (const char *newname="") const final
 
void Copy (TObject &object) const final
 
virtual void identify (std::ostream &os=std::cout) const
 
virtual void Reset ()
 Clear Event.
 
virtual int isValid () const
 isValid returns non zero if object contains vailid data
 
virtual int isValid (const float) const
 
virtual int isValid (const double) const
 
virtual int isValid (const int) const
 
virtual int isValid (const unsigned int) const
 
virtual int isImplemented (const float f) const
 
virtual int isImplemented (const double f) const
 
virtual int isImplemented (const int i) const
 
virtual int isImplemented (const unsigned int i) const
 
virtual int Integrate () const
 
virtual int Integrate (PHObject *)
 
virtual void CopyFrom (const PHObject *obj)
 

Protected Member Functions

 ClassDefOverride (PdbParameter, 1)
 

Protected Attributes

double thePar
 
std::string theName
 

Detailed Description

Definition at line 12 of file PdbParameter.h.

View newest version in sPHENIX GitHub at line 12 of file PdbParameter.h

Constructor & Destructor Documentation

PdbParameter::PdbParameter ( )

Definition at line 8 of file PdbParameter.cc.

View newest version in sPHENIX GitHub at line 8 of file PdbParameter.cc

PdbParameter::PdbParameter ( const double  value,
const std::string &  name 
)

Definition at line 13 of file PdbParameter.cc.

View newest version in sPHENIX GitHub at line 13 of file PdbParameter.cc

PdbParameter::~PdbParameter ( )
inlineoverride

Definition at line 19 of file PdbParameter.h.

View newest version in sPHENIX GitHub at line 19 of file PdbParameter.h

Member Function Documentation

PdbParameter::ClassDefOverride ( PdbParameter  ,
 
)
protected
const std::string PdbParameter::getName ( ) const
inline

Definition at line 22 of file PdbParameter.h.

View newest version in sPHENIX GitHub at line 22 of file PdbParameter.h

References theName.

double PdbParameter::getParameter ( ) const
inline

Definition at line 21 of file PdbParameter.h.

View newest version in sPHENIX GitHub at line 21 of file PdbParameter.h

References thePar.

void PdbParameter::print ( void  ) const
overridevirtual

Implements PdbCalChan.

Reimplemented in PdbParameterError.

Definition at line 19 of file PdbParameter.cc.

View newest version in sPHENIX GitHub at line 19 of file PdbParameter.cc

References theName, and thePar.

void PdbParameter::setName ( const std::string &  name)
inline

Definition at line 25 of file PdbParameter.h.

View newest version in sPHENIX GitHub at line 25 of file PdbParameter.h

References name, and theName.

void PdbParameter::setParameter ( const double  val)
inline

Definition at line 24 of file PdbParameter.h.

View newest version in sPHENIX GitHub at line 24 of file PdbParameter.h

References thePar.

Member Data Documentation

std::string PdbParameter::theName
protected

Definition at line 32 of file PdbParameter.h.

View newest version in sPHENIX GitHub at line 32 of file PdbParameter.h

Referenced by getName(), PdbParameterError::print(), print(), and setName().

double PdbParameter::thePar
protected

Definition at line 31 of file PdbParameter.h.

View newest version in sPHENIX GitHub at line 31 of file PdbParameter.h

Referenced by getParameter(), PdbParameterError::print(), print(), and setParameter().


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