English Français

Documentation / Developer's manual

Available modules

Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,   Uranie / DataServer: URANIE::DataServer::TPatternsEventList Class Reference
Uranie / DataServer v4.9.0
/* @license-end */
URANIE::DataServer::TPatternsEventList Class Reference

Description of the class TPatternsEventList. More...

#include <TPatternsEventList.h>

Inheritance diagram for URANIE::DataServer::TPatternsEventList:
Collaboration diagram for URANIE::DataServer::TPatternsEventList:

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 URANIE::DataServer::TPatternsEventList::~TPatternsEventList ( )
virtual

Default destructor.

Referenced by ClassImp().

Member Function Documentation

◆ changeLog()

void URANIE::DataServer::TPatternsEventList::changeLog ( )
inline

References _blog.

◆ Enter()

virtual void URANIE::DataServer::TPatternsEventList::Enter ( Long64_t  entry)
virtual

Enter element entry into the list.

Referenced by ClassImp(), ClassImp(), ClassImp(), and enter().

◆ enter()

virtual void URANIE::DataServer::TPatternsEventList::enter ( Long64_t  entry)
inlinevirtual

Enter element entry into the list.

See also
Enter

References Enter().

◆ getLog()

Bool_t URANIE::DataServer::TPatternsEventList::getLog ( )
inline

References _blog.

◆ getSeed()

Int_t URANIE::DataServer::TPatternsEventList::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()

void URANIE::DataServer::TPatternsEventList::mix ( )
inline

Mix all the elements entry into the list.

See also
Mix

References Mix().

◆ Print()

virtual void URANIE::DataServer::TPatternsEventList::Print ( Option_t *  option = "") const
virtual

Referenced by ClassImp(), ClassImp(), ClassImp(), and printLog().

◆ printLog()

void URANIE::DataServer::TPatternsEventList::printLog ( Option_t *  option = "")
inline

References Print().

◆ setLog()

void URANIE::DataServer::TPatternsEventList::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()

void URANIE::DataServer::TPatternsEventList::unsetLog ( )
inline

References _blog.

Member Data Documentation

◆ _blog

Bool_t URANIE::DataServer::TPatternsEventList::_blog

◆ _nSeed

Int_t URANIE::DataServer::TPatternsEventList::_nSeed
protected

The seed parameter.

Referenced by ClassImp(), and getSeed().