#include <TGeoHelix.h>
#include <TMath.h>
#include <TGeoTube.h>
#include <iostream>
#include "BesVisLib/BesEvent.h"
#include "BesVisLib/BesVisDisplay.h"
#include "BesVisLib/BesGeometry.h"
#include "Identifier/Identifier.h"
#include "Identifier/MdcID.h"
#include "Identifier/TofID.h"
#include "Identifier/EmcID.h"
#include "Identifier/MucID.h"
Go to the source code of this file.
◆ ClassImp()
Definition at line 24 of file BesEvent.cxx.
32 : TObject() {
33
34
35
36
37 f_Magnetic = 1.0;
38
39 fMdcTrackCol = new TObjArray();
40 fTofTrackCol = new TObjArray();
41 fEmcTrackCol = new TObjArray();
42 fMucTrackCol = new TObjArray();
43 fExtTrackCol = new TObjArray();
44}
◆ gEvent