KaliVeda
Toolkit for HIC analysis
KVPartitionList Class Reference

Detailed Description

Manage a list of partitions.

Cette classe a toute son utilité si on s'attend a avoir dans une liste de partitions

une part importante de partition identique un exmeple dans KVBreakUp

Via la methode Fill(KVIntegerList* ) on test la présence ou non d'une partition, si une partition identique est deja presente, on incremente la population de celle-ci KVIntegerList::AddPopulation() sinon on ajoute la partition dans la liste. Le nombre de partition totale est accessible via GetNbreTot()

et le nombre de partitions différentes via GetNbreDiff()

Apres le remplissage, l'utilisateur peut sauvegarder l'ensemble des partitions dans un arbre et l'ecrire dans un fichier root via la methode SaveAsTree

Definition at line 33 of file KVPartitionList.h.

#include <KVPartitionList.h>

Inheritance diagram for KVPartitionList:

Public Member Functions

 KVPartitionList ()
 Default constructor. More...
 
 KVPartitionList (const Char_t *name)
 constructor with name More...
 
virtual ~KVPartitionList ()
 Destructor. More...
 
virtual void Add (TObject *obj)
 
virtual void AddAfter (const TObject *after, TObject *obj)
 
virtual void AddAt (TObject *obj, Int_t idx)
 
virtual void AddBefore (const TObject *before, TObject *obj)
 
virtual void AddFirst (TObject *obj)
 
virtual void AddLast (TObject *obj)
 
void Clear (Option_t *option="")
 Mise a zero de la liste. More...
 
virtual Bool_t Fill (KVIntegerList *par)
 
Double_t GetNbreDiff ()
 
Double_t GetNbreTot ()
 
Bool_t IsInTheList ()
 
void SaveAsTree (const Char_t *filename, const Char_t *treename, Bool_t Compress=kTRUE, Option_t *option="recreate")
 
void Update ()
 Met a jour l'intervalle de multiplicité associées aux partitions dans la liste. More...
 
- Public Member Functions inherited from KVUniqueNameList
 KVUniqueNameList (Bool_t R=kFALSE)
 Default constructor. More...
 
virtual ~KVUniqueNameList ()
 Destructor. More...
 
Bool_t ObjectAdded () const
 
void ReplaceObjects (Bool_t yes=kTRUE)
 
- Public Member Functions inherited from KVHashList
 KVHashList (Int_t capacity=TCollection::kInitHashTableCapacity, Int_t rehash=2)
 
virtual ~KVHashList ()
 Destructor. More...
 
Float_t AverageCollisions () const
 
template<typename T >
Bool_t ContainsObjectWithName (const T &o)
 
const TList * GetListForObject (const char *name) const
 
const TList * GetListForObject (const TObject *obj) const
 
void Rehash (Int_t newCapacity=0)
 
void Sort (Bool_t order=kSortAscending)
 
- Public Member Functions inherited from KVSeqCollection
 KVSeqCollection ()
 Default constructor. More...
 
 KVSeqCollection (const Char_t *collection_classname)
 
 KVSeqCollection (const KVSeqCollection &)
 
virtual ~KVSeqCollection ()
 
virtual TObject * After (const TObject *obj) const
 
virtual TObject * At (Int_t idx) const
 
virtual TObject * Before (const TObject *obj) const
 
const Char_t * CollectionClassName () const
 
virtual void Copy (TObject &obj) const
 
virtual void Delete (Option_t *option="")
 
virtual void Execute (const char *method, const char *params, Int_t *error=0)
 
virtual void Execute (TMethod *method, TObjArray *params, Int_t *error=0)
 
virtual TObject * FindObject (const char *name) const
 
virtual TObject * FindObject (const TObject *obj) const
 
virtual TObject * FindObjectAny (const Char_t *att, const Char_t *keys, Bool_t contains_all=kFALSE, Bool_t case_sensitive=kTRUE) const
 
TObject * FindObjectByClass (const Char_t *) const
 Return (first) object in embedded list with given class. More...
 
TObject * FindObjectByClass (const TClass *) const
 Return (first) object in embedded list with given class. More...
 
virtual TObject * FindObjectByLabel (const Char_t *) const
 
virtual TObject * FindObjectByName (const Char_t *name) const
 
virtual TObject * FindObjectByNumber (UInt_t num) const
 
virtual TObject * FindObjectByTitle (const Char_t *) const
 Will return object with given title (value of TObject::GetTitle() method). More...
 
virtual TObject * FindObjectByType (const Char_t *) const
 
virtual TObject * FindObjectWithMethod (const Char_t *retvalue, const Char_t *method) const
 
virtual TObject * FindObjectWithNameAndType (const Char_t *name, const Char_t *type) const
 
virtual TObject * First () const
 
template<typename T >
T * get_object (const TString &name) const
 
TSeqCollection * GetCollection () const
 
virtual TObject ** GetObjectRef (const TObject *obj) const
 Return reference to object. More...
 
virtual Int_t GetSize () const
 
KVSeqCollectionGetSubListWithClass (const Char_t *class_name) const
 
KVSeqCollectionGetSubListWithClass (const TClass *_class) const
 
KVSeqCollectionGetSubListWithLabel (const Char_t *retvalue) const
 
KVSeqCollectionGetSubListWithMethod (const Char_t *retvalue, const Char_t *method) const
 
KVSeqCollectionGetSubListWithName (const Char_t *retvalue) const
 
KVSeqCollectionGetSubListWithType (const Char_t *retvalue) const
 
virtual Bool_t IsCleanup () const
 
virtual Bool_t IsSendingModifiedSignals () const
 
virtual Bool_t IsSortable () const
 
virtual Bool_t IsSorted () const
 
virtual TObject * Last () const
 
virtual TIterator * MakeIterator (Bool_t dir=kIterForward) const
 Make and return iterator for the list. More...
 
virtual void Modified ()
 
KVSeqCollectionoperator= (const KVSeqCollection &)
 
virtual void RecursiveRemove (TObject *obj)
 
virtual TObject * Remove (TObject *obj)
 Remove object from list. More...
 
virtual void SendModifiedSignals (Bool_t yes=kTRUE)
 
virtual void SetCleanup (Bool_t enable=kTRUE)
 
virtual void SetOwner (Bool_t enable=kTRUE)
 

Private Member Functions

TTree * GenereTree (const Char_t *treename, Bool_t Compress=kTRUE)
 
void init ()
 
void ValidateEntrance (KVIntegerList *il)
 

Private Attributes

Bool_t atrouve
 
Double_t knbre_diff
 Nbre de partitions differentes. More...
 
Double_t knbre_tot
 Nbre de partitions totales. More...
 
KVPartitionmult_range
 Permet d'extraire la gamme en multiplicité More...
 

Additional Inherited Members

- Static Public Member Functions inherited from KVSeqCollection
static KVSeqCollectionMakeListFromFile (TFile *file)
 
static KVSeqCollectionMakeListFromFileWithClass (TFile *file, const Char_t *class_name)
 
static KVSeqCollectionMakeListFromFileWithClass (TFile *file, const TClass *_class)
 
static KVSeqCollectionMakeListFromFileWithMethod (TFile *file, const Char_t *retvalue, const Char_t *method)
 
static void RehashCleanupList ()
 

Constructor & Destructor Documentation

◆ KVPartitionList() [1/2]

KVPartitionList::KVPartitionList ( const Char_t *  name)

constructor with name

Definition at line 44 of file KVPartitionList.cpp.

◆ KVPartitionList() [2/2]

KVPartitionList::KVPartitionList ( )

Default constructor.

Definition at line 33 of file KVPartitionList.cpp.

◆ ~KVPartitionList()

KVPartitionList::~KVPartitionList ( )
virtual

Destructor.

Definition at line 56 of file KVPartitionList.cpp.

Member Function Documentation

◆ Add()

void KVPartitionList::Add ( TObject *  obj)
virtual

Add an object to the list if it is not already in it (no object with same name in list)

if it is in, the population of it is incremented

Reimplemented from KVUniqueNameList.

Definition at line 157 of file KVPartitionList.cpp.

◆ AddAfter()

void KVPartitionList::AddAfter ( const TObject *  after,
TObject *  obj 
)
virtual

Add an object to the list if it is not already in it (no object with same name in list) if it is in, the population of it is incremented

Reimplemented from KVUniqueNameList.

Definition at line 274 of file KVPartitionList.cpp.

◆ AddAt()

void KVPartitionList::AddAt ( TObject *  obj,
Int_t  idx 
)
virtual

Add an object to the list if it is not already in it (no object with same name in list) if it is in, the population of it is incremented

Reimplemented from KVUniqueNameList.

Definition at line 250 of file KVPartitionList.cpp.

◆ AddBefore()

void KVPartitionList::AddBefore ( const TObject *  before,
TObject *  obj 
)
virtual

Add an object to the list if it is not already in it (no object with same name in list) if it is in, the population of it is incremented

Reimplemented from KVUniqueNameList.

Definition at line 298 of file KVPartitionList.cpp.

◆ AddFirst()

void KVPartitionList::AddFirst ( TObject *  obj)
virtual

Add an object to the list if it is not already in it (no object with same name in list) if it is in, the population of it is incremented

Reimplemented from KVUniqueNameList.

Definition at line 202 of file KVPartitionList.cpp.

◆ AddLast()

void KVPartitionList::AddLast ( TObject *  obj)
virtual

Add an object to the list if it is not already in it (no object with same name in list) if it is in, the population of it is incremented

Reimplemented from KVUniqueNameList.

Definition at line 226 of file KVPartitionList.cpp.

◆ Clear()

void KVPartitionList::Clear ( Option_t *  option = "")
virtual

Mise a zero de la liste.

Reimplemented from KVSeqCollection.

Reimplemented in KVBreakUp.

Definition at line 68 of file KVPartitionList.cpp.

◆ Fill()

Bool_t KVPartitionList::Fill ( KVIntegerList par)
virtual

Incrémente le nombre totale de partitions retourne kTRUE si une partition identique est déjà dans la liste

Definition at line 136 of file KVPartitionList.cpp.

◆ GenereTree()

TTree * KVPartitionList::GenereTree ( const Char_t *  treename,
Bool_t  Compress = kTRUE 
)
private

Protected method Creation de l'arbre et remplissage de toutes les partitions

Definition at line 334 of file KVPartitionList.cpp.

◆ GetNbreDiff()

Double_t KVPartitionList::GetNbreDiff ( )

Retourne le nombre de partitions différentes

Exemple: si 3 partitions differentes et pop(i) leur population associée knbre_diff = 3

Definition at line 119 of file KVPartitionList.cpp.

◆ GetNbreTot()

Double_t KVPartitionList::GetNbreTot ( )

Retourne le nombre de partitions totales ie le nombre de fois ou la methode Fill a été appelée Exemple: si 3 partitions differentes et pop(i) leur population associée knbre_tot = pop(1) + pop(2) + pop(3)

Definition at line 101 of file KVPartitionList.cpp.

◆ init()

void KVPartitionList::init ( )
private

◆ IsInTheList()

Bool_t KVPartitionList::IsInTheList ( )

retourne un booléen indiquant si la dernière partition utilisée dans les méthodes Add...() était déjà dans la liste (kTRUE) ou non (kFALSE)

Definition at line 84 of file KVPartitionList.cpp.

◆ SaveAsTree()

void KVPartitionList::SaveAsTree ( const Char_t *  filename,
const Char_t *  treename,
Bool_t  Compress = kTRUE,
Option_t *  option = "recreate" 
)

Open a file, save all the registered partitions in a tree format, and close the file filename -> name of the root file where the tree is stored treename -> name of the tree Compress -> if kTRUE : a branch associated to the population of the partition is created -> if kFALSE : all the partitions are written one by one option -> option for the file

Definition at line 399 of file KVPartitionList.cpp.

◆ Update()

void KVPartitionList::Update ( )

Met a jour l'intervalle de multiplicité associées aux partitions dans la liste.

Definition at line 320 of file KVPartitionList.cpp.

◆ ValidateEntrance()

void KVPartitionList::ValidateEntrance ( KVIntegerList il)
private

Protected methode appelée dans le cas ou il y a une nouvelle partition

Definition at line 185 of file KVPartitionList.cpp.

Member Data Documentation

◆ atrouve

Bool_t KVPartitionList::atrouve
private

Definition at line 36 of file KVPartitionList.h.

◆ knbre_diff

Double_t KVPartitionList::knbre_diff
private

Nbre de partitions differentes.

Definition at line 37 of file KVPartitionList.h.

◆ knbre_tot

Double_t KVPartitionList::knbre_tot
private

Nbre de partitions totales.

Definition at line 38 of file KVPartitionList.h.

◆ mult_range

KVPartition* KVPartitionList::mult_range
private

Permet d'extraire la gamme en multiplicité

Definition at line 39 of file KVPartitionList.h.