4#ifndef __KVRandomizor_H
5#define __KVRandomizor_H
28 std::vector<Double_t>
fMin;
29 std::vector<Double_t>
fMax;
#define ClassDef(name, id)
Test of generic class to perform sample on functions.
virtual Double_t ComputeValue(Double_t *pos)
std::vector< Double_t > fMax
TH1 * Test(Int_t ntimes=1000)
virtual ~KVRandomizor()
Destructor.
void SetRange(Double_t *min, Double_t *max)
Bool_t TestValue(Double_t)
TH1 * FillHisto(Int_t ntimes=1000)
std::vector< Double_t > fMin
void SetExtrema(Double_t, Double_t vmin=0)
KVRandomizor(const char* name, const char* title);.
std::vector< Double_t > GetPosition()