AliRoot Core  edcc906 (edcc906)
TestMapAccess.C File Reference
#include <TRandom.h>
#include <TStopwatch.h>
#include <AliFMDFloatMap.h>
#include <sstream>
Include dependency graph for TestMapAccess.C:

Go to the source code of this file.

Classes

struct  TestOne
 

Functions

Float_t TestValue (UShort_t d, Char_t r, UShort_t s, UShort_t t, Float_t v)
 
void AccessOneByOne (AliFMDFloatMap &m)
 
void AccessByCoords (AliFMDFloatMap &m)
 
void FillRandom (AliFMDFloatMap &m)
 
void TestMapAccess (Int_t n=1000)
 
int main (int argc, char **argv)
 

Function Documentation

void AccessByCoords ( AliFMDFloatMap m)

Definition at line 32 of file TestMapAccess.C.

Referenced by TestMapAccess().

void AccessOneByOne ( AliFMDFloatMap m)

Definition at line 25 of file TestMapAccess.C.

Referenced by TestMapAccess().

void FillRandom ( AliFMDFloatMap m)

Definition at line 51 of file TestMapAccess.C.

Referenced by TestMapAccess().

int main ( int  argc,
char **  argv 
)

Definition at line 90 of file TestMapAccess.C.

void TestMapAccess ( Int_t  n = 1000)

Definition at line 61 of file TestMapAccess.C.

Referenced by main().

Float_t TestValue ( UShort_t  d,
Char_t  r,
UShort_t  s,
UShort_t  t,
Float_t  v 
)

Definition at line 6 of file TestMapAccess.C.

Referenced by AccessByCoords(), and TestOne::operator()().