#include "RootEventData/TDisTrack.h"
#include <iostream>
#include "TCollection.h"
Go to the source code of this file.
◆ ClassImp()
Definition at line 5 of file TDisTrack.cxx.
11{
12
13
14
15
16 m_recMdcTrackCol = new TObjArray();
17
18 m_recMdcHitCol = new TObjArray();
19 m_recTofTrackCol = new TObjArray();
20 m_recMucTrackCol = new TObjArray();
21 m_recEmcShowerCol = new TObjArray();
22
23
24
25
26
27}