]> git.uio.no Git - u/mrichter/AliRoot.git/blame - STEER/AliESDCaloTrack.h
Adding again track references for the decay points
[u/mrichter/AliRoot.git] / STEER / AliESDCaloTrack.h
CommitLineData
672b5f43 1#ifndef ALIESDCALOTRACK_H
2#define ALIESDCALOTRACK_H
3
4#include "TObject.h"
5
6class AliESDCaloTrack : public TObject {
7 ClassDef(AliESDCaloTrack,1) //ESD calorimeter track class
8};
9
10#endif