KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
KVRandomizorCor.cpp
Go to the documentation of this file.
1 //Created by KVClassFactory on Mon Jun 26 17:31:12 2017
2 //Author: Eric BONNET
3 
4 #include "KVRandomizorCor.h"
5 
7 
8 
9 
13 {
14  // Default constructor
15 }
16 
17 
18 
19 
22 
24 {
25  // Destructor
26 }
27 
28 
29 
30 
32 
34 {
35 
36  Double_t prod = 1;
37 
38  return prod;
39 }
40 
41 
int Int_t
ClassImp(KVPartitionList) void KVPartitionList
Initialisation.
double Double_t
virtual Double_t ComputeValue(Double_t *pos)
virtual ~KVRandomizorCor()
Destructor.
Test of generic class to perform sample on functions.
Definition: KVRandomizor.h:18