SiCapCal
class description - source file - inheritance tree
private:
void lubksb(float**, int, int*, float*)
void ludcmp(float**, int, int*, float*)
public:
SiCapCal(const SiCapCal&)
SiCapCal(Int_t = 15, Int_t = 2, Double_t = 200, Double_t = 10, Double_t = 280, Double_t = 1, Int_t = 10, Int_t = 1)
~SiCapCal()
Double_t* CapCal()
Double_t* CapCal(int, int, double, double, double, double, int, int)
static TClass* Class()
virtual TClass* IsA() const
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
public:
Int_t Nread Number of read-out strips
Int_t Niter Number of interpolation strips
Double_t Pitch read-out pitch
Double_t Width strip width
Double_t Thick detector thichness
Double_t Lenght strip lenght
Int_t Nwir number of wire used in the approximation
Int_t Sigstr strip with the signal
Int_t ReturnCap Do you want the field of Capatcitance
void ludcmp(float **a, int n, int *indx, float *d)
void lubksb(float **a, int n, int *indx, float b[])
SiCapCal(Int_t x1, Int_t x2, Double_t x3, Double_t x4,Double_t x5,Double_t x6,Int_t x7,Int_t x8)
Double_t* CapCal()
Double_t* CapCal(int nread,int ninter,double pitch,double width,double thick,double lenght, int nwir, int sigstr)
nread //! no. of readout strips
ninter //! no. of interpolation strips
pitch //! readout pitch
width //! strip width
thick //! thickness of detector
lenght //! strip lenght
sigstr //! strip with signal
nwir //! number of wires used in the approximation
Inline Functions
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
SiCapCal SiCapCal(const SiCapCal&)
void ~SiCapCal()
Last update: Tue Jul 28 11:03:19 2009
ROOT page - Class index - 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.