![]() |
AliRoot Core
edcc906 (edcc906)
|
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"
Go to the source code of this file.
Functions | |
void | TestEMCALDigit (Float_t ampMin=6, Bool_t printMC=kFALSE, Bool_t printGeo=kFALSE) |
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
Definition in file TestEMCALDigit.C.
void TestEMCALDigit | ( | Float_t | ampMin = 6 , |
Bool_t | printMC = kFALSE , |
||
Bool_t | printGeo = kFALSE |
||
) |
Main execution method
ampMin | print digits above this value |
printMC | print digit MC information |
printGeo | print digit geometrical location |
Definition at line 39 of file TestEMCALDigit.C.