BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
BesEvent.cxx File Reference
#include <TGeoHelix.h>
#include <TGeoTube.h>
#include <TMath.h>
#include <iostream>
#include "BesVisLib/BesEvent.h"
#include "BesVisLib/BesGeometry.h"
#include "BesVisLib/BesVisDisplay.h"
#include "Identifier/EmcID.h"
#include "Identifier/Identifier.h"
#include "Identifier/MdcID.h"
#include "Identifier/MucID.h"
#include "Identifier/TofID.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.

33 : TObject() {
34 //
35 // BesEvent default constructor
36
37 // Init
38 f_Magnetic = 1.0;
39
40 fMdcTrackCol = new TObjArray();
41 fTofTrackCol = new TObjArray();
42 fEmcTrackCol = new TObjArray();
43 fMucTrackCol = new TObjArray();
44 fExtTrackCol = new TObjArray();
45}

Variable Documentation

◆ gEvent

BesEvent* gEvent = 0

Definition at line 19 of file BesEvent.cxx.