]> git.uio.no Git - u/mrichter/AliRoot.git/blob - STEER/AliESDMultITS.cxx
Consistency changes, bug fix, and new conditions on the kITSrefit and kTPCrefit bits...
[u/mrichter/AliRoot.git] / STEER / AliESDMultITS.cxx
1 #include "AliESDMultITS.h"
2
3 // ##################################################################
4 // Simple data class to store mult hits (either clusters or tracklets)
5 // from the ITS. The class only keeps the phi and the eta of the mult
6 // hit.
7 // ##################################################################
8
9
10 ClassImp(AliESDMultITS)
11
12
13