CGEM BOSS 6.6.5.g
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"
#include "Identifier/CgemID.h"
#include "BesVisLib/CgemROOTGeo.h"

Go to the source code of this file.

Functions

 ClassImp (BesEvent) BesEvent
 

Variables

BesEventgEvent = 0
 

Function Documentation

◆ ClassImp()

ClassImp ( BesEvent  )

Definition at line 27 of file BesEvent.cxx.

35 : TObject() {
36 //
37 // BesEvent default constructor
38
39 // Init
40 f_Magnetic = 1.0;
41 fCgemClusterCol = new TObjArray(); //Long Peixun's update: for CGEM clusters
42 fCgemClusterUFCol[0] = new TObjArray(); //Long Peixun's update: for CGEM clusters in UF view
43 fCgemClusterUFCol[1] = new TObjArray(); //...
44 fCgemClusterUFCol[2] = new TObjArray(); //...
45
46 fMdcTrackCol = new TObjArray();
47 fIdealTrackCol = new TObjArray();
48 fTofTrackCol = new TObjArray();
49 fEmcTrackCol = new TObjArray();
50 fMucTrackCol = new TObjArray();
51 fExtTrackCol = new TObjArray();
52 fMcParticleCol = new TObjArray();
53
54 pdgTable = new TDatabasePDG();
55}

Variable Documentation

◆ gEvent

BesEvent* gEvent = 0

Definition at line 22 of file BesEvent.cxx.