#include "hkickmatchpar.h" |
HKickMatchPar
class description - source file - inheritance tree (.pdf)
public:
HKickMatchPar(const char* name = "KickMatchPar", const char* title = "Matching parameters for kickplane v2", const char* context = "KickMatchProduction")
HKickMatchPar(const HKickMatchPar& pl)
virtual ~HKickMatchPar()
static TClass* Class()
virtual void clear()
Float_t getDeflection(HGeomVector& position, Float_t p, Float_t& err, const Int_t polarity = +1)
Double_t getFieldStrength()
static HKickMatchPar* getMeta()
virtual Bool_t init(HParIo* inp, Int_t* set)
virtual TClass* IsA() const
HKickMatchPar& operator=(const HKickMatchPar&)
Bool_t read(fstream* pFile, Int_t* set, Int_t inputNumber)
void readFrom(const HKickMatchPar& pl)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
virtual Int_t write(HParIo* io)
Int_t writeFile(fstream* pFile)
protected:
Double_t fScaleFactor Field scaling
HKickGrid fGridA
HKickGrid fGridB
HKickGrid fGridC Parameterization for positive particles
HKickGrid fGridAN
HKickGrid fGridBN
HKickGrid fGridCN Parameterization for negative particles
HKickMatchPar
Descriptor of the magnetic kick plane of HADES.
Contains a parametrization of the kick plane itself as well as
parametrization of the momentum kicks in X and Y directions as a function of
the position in the kick plane.
HKickMatchPar* getMeta(void)
HKickMatchPar(const char *name,
const char *title,
const char *cont) : HParSet(name,title,cont)
Default constructor
HKickMatchPar(const HKickMatchPar &pl)
~HKickMatchPar(void)
Float_t getDeflection(HGeomVector &pos,Float_t p,
Float_t &err,const Int_t polarity)
void clear(void)
Clears the container
Bool_t init(HParIo *inp, Int_t *set)
See HParSet::init
Int_t write(HParIo *io)
See HParSet::write
Int_t writeFile(fstream *pFile)
void readFrom(const HKickMatchPar &pl)
Bool_t read(fstream *pFile,Int_t* set,Int_t inputNumber)
Inline Functions
Double_t getFieldStrength()
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
HKickMatchPar& operator=(const HKickMatchPar&)
Author: M. Sanchez (14/02/2000)
Last update: Fri Jan 26 11:58:22 2007
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.