AliRoot Core  edcc906 (edcc906)
TestEMCALDigit.C File Reference

Digits reading example. More...

#include <Riostream.h>
#include <TClonesArray.h>
#include <TGeoManager.h>
#include "AliRun.h"
#include "AliRunLoader.h"
#include "AliEMCALLoader.h"
#include "AliEMCAL.h"
#include "AliEMCALDigit.h"
#include "AliEMCALGeometry.h"
Include dependency graph for TestEMCALDigit.C:

Go to the source code of this file.

Functions

void TestEMCALDigit (Float_t ampMin=6, Bool_t printMC=kFALSE, Bool_t printGeo=kFALSE)
 

Detailed Description

Digits reading example.

Test Macro, shows how to load EMCal Digits and Geometry, and how can we get some of the parameters and variables.

Pass some parameters to be more or less verbose, geometrical location, MC primaries and minimum amplitude cut

Author
: Gustavo Conesa Balbastre Gusta.nosp@m.vo.C.nosp@m.onesa.nosp@m..Bal.nosp@m.bastr.nosp@m.e@ce.nosp@m.rn.ch, (LPSC-CNRS)

Definition in file TestEMCALDigit.C.

Function Documentation

void TestEMCALDigit ( Float_t  ampMin = 6,
Bool_t  printMC = kFALSE,
Bool_t  printGeo = kFALSE 
)

Main execution method

Parameters
ampMinprint digits above this value
printMCprint digit MC information
printGeoprint digit geometrical location

Definition at line 39 of file TestEMCALDigit.C.