KaliVeda  1.12/06
Heavy-Ion Analysis Toolkit
KVRandomizorCor.h
Go to the documentation of this file.
1 
4 #ifndef __KVRANDOMIZORCOR_H
5 #define __KVRANDOMIZORCOR_H
6 
7 #include "KVRandomizor.h"
8 
14 class KVRandomizorCor : public KVRandomizor {
15 public:
16  KVRandomizorCor(Int_t ndim);
17 
18  virtual ~KVRandomizorCor();
19 
20  virtual Double_t ComputeValue(Double_t* pos);
21 
22  ClassDef(KVRandomizorCor, 1) //KVRandomizor
23 };
24 
25 #endif
int Int_t
double Double_t
#define ClassDef(name, id)
KVRandomizorCor(Int_t ndim)
Default constructor.
virtual Double_t ComputeValue(Double_t *pos)
virtual ~KVRandomizorCor()
Destructor.
Test of generic class to perform sample on functions.
Definition: KVRandomizor.h:18