Documentation / Developer's manual
Available modules
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / DataServer v4.9.0
|
Description of the class TPatternsEventList. More...
#include <TPatternsEventList.h>
Public Member Functions | |
Constructor and Destructor | |
log printing | |
TPatternsEventList () | |
Default constructor. | |
TPatternsEventList (const char *name, const char *title, Int_t initsize) | |
Default constructor with a name, a title and the init size. | |
virtual | ~TPatternsEventList () |
Default destructor. | |
Manipulate the entries | |
virtual void | Enter (Long64_t entry) |
Enter element entry into the list. | |
virtual void | enter (Long64_t entry) |
Enter element entry into the list. | |
void | Mix () |
Mix all the elements entry into the list. | |
void | mix () |
Mix all the elements entry into the list. | |
The Seed | |
void | setSeed (Int_t ind=0) |
Init the seed. | |
Int_t | getSeed () |
Returns the seed value. | |
Printing Log | |
void | setLog () |
void | unsetLog () |
void | changeLog () |
Bool_t | getLog () |
virtual void | Print (Option_t *option="") const |
void | printLog (Option_t *option="") |
Public Attributes | |
Bool_t | _blog |
Protected Attributes | |
Int_t | _nSeed |
The seed parameter. | |
Detailed Description
Description of the class TPatternsEventList.
This classe hrits from the ROOT object TEventList. It permits to have several times the same element entry needed by a Bootstrap analysis.
Constructor & Destructor Documentation
◆ TPatternsEventList() [1/2]
URANIE::DataServer::TPatternsEventList::TPatternsEventList | ( | ) |
Default constructor.
Referenced by ClassImp().
◆ TPatternsEventList() [2/2]
URANIE::DataServer::TPatternsEventList::TPatternsEventList | ( | const char * | name, |
const char * | title, | ||
Int_t | initsize | ||
) |
Default constructor with a name, a title and the init size.
◆ ~TPatternsEventList()
|
virtual |
Default destructor.
Referenced by ClassImp().
Member Function Documentation
◆ changeLog()
|
inline |
References _blog.
◆ Enter()
|
virtual |
Enter element entry into the list.
Referenced by ClassImp(), ClassImp(), ClassImp(), and enter().
◆ enter()
|
inlinevirtual |
◆ getLog()
|
inline |
References _blog.
◆ getSeed()
|
inline |
Returns the seed value.
References _nSeed.
◆ Mix()
void URANIE::DataServer::TPatternsEventList::Mix | ( | ) |
Mix all the elements entry into the list.
Referenced by ClassImp(), ClassImp(), and mix().
◆ mix()
|
inline |
◆ Print()
|
virtual |
Referenced by ClassImp(), ClassImp(), ClassImp(), and printLog().
◆ printLog()
|
inline |
References Print().
◆ setLog()
|
inline |
References _blog.
◆ setSeed()
void URANIE::DataServer::TPatternsEventList::setSeed | ( | Int_t | ind = 0 | ) |
Init the seed.
If the value is zero, the seed is initialized with the hour in milliseconds
- Parameters
-
ind (Int_t) the seed value
Referenced by ClassImp().
◆ unsetLog()
|
inline |
References _blog.
Member Data Documentation
◆ _blog
Bool_t URANIE::DataServer::TPatternsEventList::_blog |
Referenced by changeLog(), ClassImp(), getLog(), setLog(), and unsetLog().
◆ _nSeed
|
protected |
The seed parameter.
Referenced by ClassImp(), and getSeed().