#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_recCgemTrackCol = new TObjArray();
20 m_recCgemSegmentCol = new TObjArray();
21 m_recCgemHitCol = new TObjArray();
22 m_recTofTrackCol = new TObjArray();
23 m_recMucTrackCol = new TObjArray();
24 m_recEmcShowerCol = new TObjArray();
25
26
27
28
29
30}