BOSS 7.1.0
BESIII Offline Software System
Loading...
Searching...
No Matches
BesEvent.cxx File Reference
#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.

Functions

 ClassImp (BesEvent) BesEvent
 

Variables

BesEventgEvent = 0
 

Function Documentation

◆ ClassImp()

ClassImp ( BesEvent  )

Definition at line 24 of file BesEvent.cxx.

32 : TObject() {
33 //
34 // BesEvent default constructor
35
36 // Init
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}

Variable Documentation

◆ gEvent

BesEvent* gEvent = 0

Definition at line 19 of file BesEvent.cxx.