KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
Classes | Typedefs
KVNumberList.h File Reference
#include <vector>
#include <TString.h>
#include <TArrayI.h>
#include <TObject.h>
#include <TList.h>
#include "KVConfig.h"
Include dependency graph for KVNumberList.h:
This graph shows which files directly or indirectly include this file:

Classes

class  KVNumberList
 Strings used to represent a set of ranges of values. More...
 

Typedefs

typedef std::vector< Int_tIntArray
 
typedef std::vector< Int_t >::const_iterator IntArrayCIter
 
typedef std::vector< Int_t >::iterator IntArrayIter
 

Typedef Documentation

◆ IntArray

typedef std::vector<Int_t> IntArray

Definition at line 18 of file KVNumberList.h.

◆ IntArrayCIter

typedef std::vector<Int_t>::const_iterator IntArrayCIter

Definition at line 20 of file KVNumberList.h.

◆ IntArrayIter

typedef std::vector<Int_t>::iterator IntArrayIter

Definition at line 19 of file KVNumberList.h.