Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / DataServer v4.9.0
|
TPermutation.h
Go to the documentation of this file.
Interface of the class URANIE::DataServer::TPatternsEventList.
Description of the class TPatternsEventList.
Definition TPatternsEventList.h:63
Definition TPermutation.h:41
TString getArchiveName()
Definition TPermutation.h:98
void generateBySwapping(Option_t *option="")
void printLog(Option_t *option="")
Definition TPermutation.h:133
virtual void enter(Long64_t entry)
Enter element entry into the list.
Definition TPermutation.h:67
Bool_t _bExact
Boolean to set exact or not exact list of permutation.
Definition TPermutation.h:152
Int_t _nSeed
The seed parameter.
Definition TPermutation.h:150
TTree * getSampledTree()
Definition TPermutation.h:106
Bool_t getExact()
Return the exact attribute.
Definition TPermutation.h:95
Long64_t _nMaxSize
The total size of Exact method.
Definition TPermutation.h:151
Long64_t _nExactIndex
The current position.
Definition TPermutation.h:156
virtual void generatePermutation(Int_t *vecindexes, Option_t *option="")
TString _sArchiveName
The name of the ROOT File.
Definition TPermutation.h:153
TPermutation(const char *name, const char *title, Int_t initsize, Bool_t bExact=kFALSE)
Default constructor with a name, a title and the init size.
TTree * _ntdOfExact
TTree of all the permutations.
Definition TPermutation.h:154
virtual void Enter(Long64_t entry)
Enter element entry into the list.
TTree * _ntdOfSampled
TTree of all the permutations.
Definition TPermutation.h:157
TPatternsEventList * _pelExactMixed
The indexes permuted of the exact permutation list.
Definition TPermutation.h:155
void fillAllPermutations()
virtual void Print(Option_t *option="") const
Bool_t isPermutationAlreadyExist()
Int_t * _vecCurrent
The current permutation.
Definition TPermutation.h:158
Int_t getSeed()
Returns the seed value.
Definition TPermutation.h:89