HYDRA_development_version
|
#include <hpiontrackermompar.h>
Public Member Functions | |
HPionTrackerMomPar (const Char_t *name="PionTrackerMomPar", const Char_t *title="Momentum correction parameters of the PionTracker", const Char_t *context="PionTrackerMomParProduction") | |
virtual | ~HPionTrackerMomPar () |
void | clear () |
void | putParams (HParamList *) |
Bool_t | getParams (HParamList *) |
Int_t | getYYWeight () const |
Float_t | getYYSlope () const |
Float_t | getYYOffset () const |
Int_t | getMomWeight () const |
Float_t | getElossCorr () const |
void | setYYWeight (const Int_t bt) |
void | setYYSlope (const Float_t rm) |
void | setYYOffset (const Float_t rx) |
void | setMomWeight (const Float_t ry) |
void | setElossCorr (const Float_t rx) |
![]() | |
HParCond (const Char_t *name, const Char_t *title, const Char_t *context) | |
virtual | ~HParCond () |
virtual Bool_t | init (HParIo *, Int_t *) |
virtual Int_t | write (HParIo *) |
virtual void | printParams () |
![]() | |
HParSet (const Char_t *name="", const Char_t *title="", const Char_t *context="") | |
virtual | ~HParSet () |
virtual Bool_t | init (void) |
virtual Bool_t | init (HParIo *io) |
virtual Int_t | write () |
virtual void | print () |
const Text_t * | getDetectorName () |
void | resetInputVersions () |
void | setInputVersion (Int_t v=-1, Int_t i=0) |
Int_t | getInputVersion (Int_t i) |
void | setStatic (Bool_t flag=kTRUE) |
Bool_t | isStatic () |
void | setChanged (Bool_t flag=kTRUE) |
Bool_t | hasChanged () |
void | setParamContext (const Char_t *) |
const Char_t * | getParamContext () const |
void | setAuthor (const Char_t *s) |
const Char_t * | getAuthor () const |
void | setDescription (const Char_t *s) |
const Char_t * | getDescription () const |
void | copyComment (HParSet &r) |
Protected Attributes | |
Int_t | fYYWeight |
Float_t | fYYSlope |
Float_t | fYYOffset |
Int_t | fMomWeight |
Float_t | fElossCorr |
![]() | |
Text_t | detName [20] |
Int_t | versions [3] |
name of the detector the container belongs to More... | |
Bool_t | status |
versions of container in the 2 possible inputs More... | |
Bool_t | changed |
static flag More... | |
TString | paramContext |
flag is kTRUE if parameters have changed More... | |
TString | author |
TString | description |
Additional Inherited Members | |
![]() | |
HParCond () | |
Definition at line 8 of file hpiontrackermompar.h.
HPionTrackerMomPar::HPionTrackerMomPar | ( | const Char_t * | name = "PionTrackerMomPar" , |
const Char_t * | title = "Momentum correction parameters of the PionTracker" , |
||
const Char_t * | context = "PionTrackerMomParProduction" |
||
) |
|
inlinevirtual |
Definition at line 23 of file hpiontrackermompar.h.
|
virtual |
Reimplemented from HParSet.
Definition at line 23 of file hpiontrackermompar.cc.
|
inline |
Definition at line 33 of file hpiontrackermompar.h.
References fElossCorr.
Referenced by HPionTrackerTrackF::execute().
|
inline |
Definition at line 32 of file hpiontrackermompar.h.
References fMomWeight.
Referenced by HPionTrackerTrackF::momrec().
|
virtual |
Implements HParCond.
Definition at line 49 of file hpiontrackermompar.cc.
References HParamList::fill().
|
inline |
Definition at line 31 of file hpiontrackermompar.h.
References fYYOffset.
Referenced by HPionTrackerTrackF::momrec().
|
inline |
Definition at line 30 of file hpiontrackermompar.h.
References fYYSlope.
Referenced by HPionTrackerTrackF::momrec().
|
inline |
Definition at line 29 of file hpiontrackermompar.h.
References fYYWeight.
Referenced by HPionTrackerTrackF::momrec().
|
virtual |
Implements HParCond.
Definition at line 35 of file hpiontrackermompar.cc.
References HParamList::add().
|
inline |
Definition at line 40 of file hpiontrackermompar.h.
|
inline |
Definition at line 39 of file hpiontrackermompar.h.
|
inline |
Definition at line 38 of file hpiontrackermompar.h.
|
inline |
Definition at line 37 of file hpiontrackermompar.h.
|
inline |
Definition at line 36 of file hpiontrackermompar.h.
|
protected |
Definition at line 15 of file hpiontrackermompar.h.
Referenced by getElossCorr().
|
protected |
Definition at line 14 of file hpiontrackermompar.h.
Referenced by getMomWeight().
|
protected |
Definition at line 13 of file hpiontrackermompar.h.
Referenced by getYYOffset().
|
protected |
Definition at line 12 of file hpiontrackermompar.h.
Referenced by getYYSlope().
|
protected |
Definition at line 11 of file hpiontrackermompar.h.
Referenced by getYYWeight().