![]() |
AliRoot Core
edcc906 (edcc906)
|
Hits 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 "AliEMCALHit.h"
#include "AliEMCALGeometry.h"
Go to the source code of this file.
Functions | |
void | TestEMCALHit () |
Hits reading example.
Test Macro, shows how to load EMCal Hits and Geometry, and how can we get some of the parameters and variables.
Definition in file TestEMCALHit.C.
void TestEMCALHit | ( | ) |
Main execution method
Definition at line 32 of file TestEMCALHit.C.