#ifndef HFIELD_H
#define HFIELD_H
#include "TNamed.h"
#include "TString.h"
class HField : public TNamed {
protected:
Int_t nfz,nfr,nfp;
Double_t zflmin,zflmax,zfldel;
Double_t rflmin,rflmax,rfldel;
Double_t pflmin,pflmax,pfldel;
Double_t tzfl[161][176][25];
Double_t trfl[161][176][25];
Double_t tpfl[161][176][25];
public:
HField(const Char_t* name="",const Char_t* title="");
~HField();
void init(TString);
void calcField(Double_t*,Double_t*,Int_t);
void initVariables();
ClassDef(HField,1)
};
#endif /*!HFIELD_H*/
Last change: Sat May 22 12:55:05 2010
Last generated: 2010-05-22 12:55
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.