Documentation / Developer's manual
Available modules
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  ![]() |
Uranie / DataServer
v4.10.0
|
TPermutation.h
Go to the documentation of this file.
TTree * _ntdOfSampled
TTree of all the permutations.
Definition: TPermutation.h:157
TString getArchiveName()
Definition: TPermutation.h:98
virtual void generatePermutation(Int_t *vecindexes, Option_t *option="")
Definition: TPermutation.h:40
void generateBySwapping(Option_t *option="")
Int_t _nSeed
The seed parameter.
Definition: TPermutation.h:150
Bool_t _bExact
Boolean to set exact or not exact list of permutation.
Definition: TPermutation.h:152
Int_t getSeed()
Returns the seed value.
Definition: TPermutation.h:89
Bool_t isPermutationAlreadyExist()
TTree * getSampledTree()
Definition: TPermutation.h:106
virtual void enter(Long64_t entry)
Enter element entry into the list.
Definition: TPermutation.h:67
virtual void Print(Option_t *option="") const
TPatternsEventList * _pelExactMixed
The indexes permuted of the exact permutation list.
Definition: TPermutation.h:155
Interface of the class URANIE::DataServer::TPatternsEventList.
TString _sArchiveName
The name of the ROOT File.
Definition: TPermutation.h:153
Description of the class TPatternsEventList.
Definition: TPatternsEventList.h:62
TTree * _ntdOfExact
TTree of all the permutations.
Definition: TPermutation.h:154
virtual void Enter(Long64_t entry)
Enter element entry into the list.
void fillAllPermutations()
Int_t * _vecCurrent
The current permutation.
Definition: TPermutation.h:158
void printLog(Option_t *option="")
Definition: TPermutation.h:133
Long64_t _nExactIndex
The current position.
Definition: TPermutation.h:156
Long64_t _nMaxSize
The total size of Exact method.
Definition: TPermutation.h:151
Bool_t getExact()
Return the exact attribute.
Definition: TPermutation.h:95