![]() |
AliRoot Core
edcc906 (edcc906)
|
#include <cassert>
#include <TGeometry.h>
#include <TGeoPhysicalNode.h>
#include <TGeoManager.h>
#include <TGeoMatrix.h>
#include <TVirtualMC.h>
#include <TArrayI.h>
#include <TROOT.h>
#include <TList.h>
#include <TVector2.h>
#include "AliRun.h"
#include "AliLog.h"
#include "AliGeomManager.h"
#include "AliEMCALShishKebabTrd1Module.h"
#include "AliEMCALv0.h"
#include "AliEMCALGeometry.h"
#include "AliEMCALSpaceFrame.h"
Go to the source code of this file.
Enumerations | |
enum | { kIdAIR = 1599, kIdPB = 1600, kIdSC = 1601, kIdAL = 1602, kIdSTEEL = 1603, kIdPAPER = 1604 } |
EMCAL material: look to the AliEMCAL.cxx. More... | |
anonymous enum |
EMCAL material: look to the AliEMCAL.cxx.
Enumerator | |
---|---|
kIdAIR | |
kIdPB | |
kIdSC | |
kIdAL | |
kIdSTEEL | |
kIdPAPER |
Definition at line 47 of file AliEMCALv0.cxx.