CGEM BOSS 6.6.5.h
BESIII Offline Software System
Loading...
Searching...
No Matches
TDisTrack.cxx File Reference
#include "RootEventData/TDisTrack.h"
#include <iostream>
#include "TCollection.h"

Go to the source code of this file.

Functions

 ClassImp (TDisTrack) TDisTrack
 

Function Documentation

◆ ClassImp()

ClassImp ( TDisTrack )

Definition at line 5 of file TDisTrack.cxx.

11{
12 //Dst Track
13 //Rec Track
14 // if (!m_recMdcTrackCol) {
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 /* m_recTofTrackCol = s_staticTofTrackCol;
26
27
28 Clear();*/
29
30}