CGEM BOSS 6.6.5.f
BESIII Offline Software System
|
#include <BesEvent.h>
Public Member Functions | |
BesEvent () | |
virtual | ~BesEvent () |
virtual void | Clear (Option_t *option="") |
virtual void | Delete (Option_t *option="") |
virtual void | Print (Option_t *option="") |
virtual void | SetEvent (TDigiEvent *digiEvent, TDisTrack *recEvent, TEvtHeader *evtHeader, TRecEvTime *recEvTime, Bool_t isRec, TMcEvent *mcEvt=0) |
virtual void | SetHits () |
virtual void | ClearHits () |
virtual void | SetCgemClusters (const TRecCgemCluster *recCluster, int ncluster) |
virtual void | SetTracks (TDisTrack *recEvent) |
virtual void | SetMdcTracks (TDisTrack *recEvent) |
virtual void | SetTofTracks (TDisTrack *recEvent) |
virtual void | SetEmcShowers (TDisTrack *recEvent) |
virtual void | SetMucTracks (TDisTrack *recEvent) |
virtual void | SetExtTracks (TDisTrack *recEvent) |
virtual void | SetMcEvent (TMcEvent *mcEvt) |
virtual void | ConstructMdcTrackFromRec (BesGeoTrack *mdcTrack, const TRecMdcTrack *recTrack, TDisTrack *recEvent) |
virtual void | ConstructMucTrackFromRec (BesGeoTrack *mucTrack, const TRecMucTrack *recTrack) |
virtual void | ConstructEmcTrackFromRec (BesGeoTrack *emcTrack, const TRecEmcShower *recTrack) |
virtual void | ConstructTofTrackFromRec (BesGeoTrack *tofTrack, const TRecTofTrack *recTrack, TDisTrack *recEvent) |
virtual void | ConstructMcTrack (BesMcTrack *mcTrack, const TMcParticle *mcPart) |
virtual void | DrawHits (Option_t *option) |
virtual void | DrawTracks (Option_t *option) |
virtual void | DrawMcParticles (Option_t *option) |
void | SetMagnetic (Double_t input) |
virtual void | DrawCgem3DHits (Option_t *option) |
virtual void | DrawCgemUFHits (Option_t *option) |
virtual void | DrawCgemClusters (Option_t *option) |
virtual void | DrawCgemUFClusters (int layer, Option_t *option) |
const TObjArray * | GetCgemDigiCol () const |
const Int_t | GetCgemDigiNum () const |
const TCgemDigi * | GetCgemDigi (Int_t i) const |
const TObjArray * | GetMdcDigiCol () const |
const TObjArray * | GetTofDigiCol () const |
const TObjArray * | GetEmcDigiCol () const |
const TObjArray * | GetMucDigiCol () const |
const Int_t | GetMdcDigiNum () const |
const Int_t | GetTofDigiNum () const |
const Int_t | GetEmcDigiNum () const |
const Int_t | GetMucDigiNum () const |
const TMdcDigi * | GetMdcDigi (Int_t i) const |
const TTofDigi * | GetTofDigi (Int_t i) const |
const TEmcDigi * | GetEmcDigi (Int_t i) const |
const TMucDigi * | GetMucDigi (Int_t i) const |
const TObjArray * | GetMdcTrackCol (TDisTrack *recEvent) const |
const TObjArray * | GetTofTrackCol (TDisTrack *recEvent) const |
const TObjArray * | GetEmcShowerCol (TDisTrack *recEvent) const |
const TObjArray * | GetMucTrackCol (TDisTrack *recEvent) const |
const TObjArray * | GetExtTrackCol () const |
const TObjArray * | GetDedxCol (TDisTrack *recEvent) const |
const Int_t | GetMdcTrackNum (TDisTrack *recEvent) const |
const Int_t | GetTofTrackNum (TDisTrack *recEvent) const |
const Int_t | GetEmcShowerNum (TDisTrack *recEvent) const |
const Int_t | GetMucTrackNum (TDisTrack *recEvent) const |
const Int_t | GetExtTrackNum () const |
const Int_t | GetDedxNum (TDisTrack *recEvent) const |
const TRecMdcTrack * | GetMdcTrack (Int_t i, TDisTrack *recEvent) const |
const TRecTofTrack * | GetTofTrack (Int_t i, TDisTrack *recEvent) const |
const TRecEmcShower * | GetEmcShower (Int_t i, TDisTrack *recEvent) const |
const TRecMucTrack * | GetMucTrack (Int_t i, TDisTrack *recEvent) const |
const TRecMdcDedx * | GetDedx (Int_t i) const |
Long64_t | GetRun () |
Long64_t | GetEvent () |
Int_t | GetYear () |
Int_t | GetMonth () |
Int_t | GetDay () |
Int_t | GetHour () |
Int_t | GetMin () |
Int_t | GetSec () |
Int_t | GetMC () |
BesEventHeader | GetHeader () |
BesEvent () | |
virtual | ~BesEvent () |
virtual void | Clear (Option_t *option="") |
virtual void | Delete (Option_t *option="") |
virtual void | Print (Option_t *option="") |
virtual void | SetEvent (TDigiEvent *digiEvent, TDisTrack *recEvent, TEvtHeader *evtHeader, TRecEvTime *recEvTime, Bool_t isRec, TMcEvent *mcEvt=0) |
virtual void | SetHits () |
virtual void | ClearHits () |
virtual void | SetCgemClusters (const TRecCgemCluster *recCluster, int ncluster) |
virtual void | SetTracks (TDisTrack *recEvent) |
virtual void | SetMdcTracks (TDisTrack *recEvent) |
virtual void | SetTofTracks (TDisTrack *recEvent) |
virtual void | SetEmcShowers (TDisTrack *recEvent) |
virtual void | SetMucTracks (TDisTrack *recEvent) |
virtual void | SetExtTracks (TDisTrack *recEvent) |
virtual void | SetMcEvent (TMcEvent *mcEvt) |
virtual void | ConstructMdcTrackFromRec (BesGeoTrack *mdcTrack, const TRecMdcTrack *recTrack, TDisTrack *recEvent) |
virtual void | ConstructMucTrackFromRec (BesGeoTrack *mucTrack, const TRecMucTrack *recTrack) |
virtual void | ConstructEmcTrackFromRec (BesGeoTrack *emcTrack, const TRecEmcShower *recTrack) |
virtual void | ConstructTofTrackFromRec (BesGeoTrack *tofTrack, const TRecTofTrack *recTrack, TDisTrack *recEvent) |
virtual void | ConstructMcTrack (BesMcTrack *mcTrack, const TMcParticle *mcPart) |
virtual void | DrawHits (Option_t *option) |
virtual void | DrawTracks (Option_t *option) |
virtual void | DrawMcParticles (Option_t *option) |
void | SetMagnetic (Double_t input) |
virtual void | DrawCgem3DHits (Option_t *option) |
virtual void | DrawCgemUFHits (Option_t *option) |
virtual void | DrawCgemClusters (Option_t *option) |
virtual void | DrawCgemUFClusters (int layer, Option_t *option) |
const TObjArray * | GetCgemDigiCol () const |
const Int_t | GetCgemDigiNum () const |
const TCgemDigi * | GetCgemDigi (Int_t i) const |
const TObjArray * | GetMdcDigiCol () const |
const TObjArray * | GetTofDigiCol () const |
const TObjArray * | GetEmcDigiCol () const |
const TObjArray * | GetMucDigiCol () const |
const Int_t | GetMdcDigiNum () const |
const Int_t | GetTofDigiNum () const |
const Int_t | GetEmcDigiNum () const |
const Int_t | GetMucDigiNum () const |
const TMdcDigi * | GetMdcDigi (Int_t i) const |
const TTofDigi * | GetTofDigi (Int_t i) const |
const TEmcDigi * | GetEmcDigi (Int_t i) const |
const TMucDigi * | GetMucDigi (Int_t i) const |
const TObjArray * | GetMdcTrackCol (TDisTrack *recEvent) const |
const TObjArray * | GetTofTrackCol (TDisTrack *recEvent) const |
const TObjArray * | GetEmcShowerCol (TDisTrack *recEvent) const |
const TObjArray * | GetMucTrackCol (TDisTrack *recEvent) const |
const TObjArray * | GetExtTrackCol () const |
const TObjArray * | GetDedxCol (TDisTrack *recEvent) const |
const Int_t | GetMdcTrackNum (TDisTrack *recEvent) const |
const Int_t | GetTofTrackNum (TDisTrack *recEvent) const |
const Int_t | GetEmcShowerNum (TDisTrack *recEvent) const |
const Int_t | GetMucTrackNum (TDisTrack *recEvent) const |
const Int_t | GetExtTrackNum () const |
const Int_t | GetDedxNum (TDisTrack *recEvent) const |
const TRecMdcTrack * | GetMdcTrack (Int_t i, TDisTrack *recEvent) const |
const TRecTofTrack * | GetTofTrack (Int_t i, TDisTrack *recEvent) const |
const TRecEmcShower * | GetEmcShower (Int_t i, TDisTrack *recEvent) const |
const TRecMucTrack * | GetMucTrack (Int_t i, TDisTrack *recEvent) const |
const TRecMdcDedx * | GetDedx (Int_t i) const |
Long64_t | GetRun () |
Long64_t | GetEvent () |
Int_t | GetYear () |
Int_t | GetMonth () |
Int_t | GetDay () |
Int_t | GetHour () |
Int_t | GetMin () |
Int_t | GetSec () |
Int_t | GetMC () |
BesEventHeader | GetHeader () |
Public Attributes | |
TDatabasePDG * | pdgTable |
Definition at line 27 of file EventDisplay/BesVisLib/BesVisLib-00-06-08/BesVisLib/BesEvent.h.
BesEvent::BesEvent | ( | ) |
|
virtual |
Definition at line 58 of file BesEvent.cxx.
BesEvent::BesEvent | ( | ) |
|
virtual |
|
virtual |
Definition at line 139 of file BesEvent.cxx.
|
virtual |
|
virtual |
Definition at line 294 of file BesEvent.cxx.
Referenced by SetEvent().
|
virtual |
|
virtual |
Definition at line 1174 of file BesEvent.cxx.
Referenced by SetEmcShowers().
|
virtual |
|
virtual |
Definition at line 554 of file BesEvent.cxx.
Referenced by SetMcEvent().
|
virtual |
|
virtual |
Definition at line 709 of file BesEvent.cxx.
Referenced by SetMdcTracks().
|
virtual |
|
virtual |
Definition at line 1252 of file BesEvent.cxx.
Referenced by SetMucTracks().
|
virtual |
|
virtual |
Definition at line 1020 of file BesEvent.cxx.
Referenced by SetTofTracks().
|
virtual |
|
virtual |
Definition at line 68 of file BesEvent.cxx.
Referenced by ~BesEvent().
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Definition at line 1504 of file BesEvent.cxx.
Referenced by BesView::SetViewType().
|
virtual |
|
virtual |
Definition at line 1519 of file BesEvent.cxx.
Referenced by BesView::SetViewType().
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Definition at line 1417 of file BesEvent.cxx.
Referenced by BesView::SetViewType().
|
virtual |
|
virtual |
Definition at line 1536 of file BesEvent.cxx.
Referenced by BesView::SetViewType().
|
virtual |
|
virtual |
Definition at line 1431 of file BesEvent.cxx.
Referenced by BesView::SetViewType().
|
virtual |
|
inline |
Definition at line 100 of file EventDisplay/BesVisLib/BesVisLib-00-06-08/BesVisLib/BesEvent.h.
|
inline |
Definition at line 100 of file InstallArea/include/BesVisLib/BesVisLib/BesEvent.h.
|
inline |
Definition at line 91 of file EventDisplay/BesVisLib/BesVisLib-00-06-08/BesVisLib/BesEvent.h.
Referenced by CgemROOTGeo::Draw3DHits(), and CgemROOTGeo::SetHits().
|
inline |
Definition at line 91 of file InstallArea/include/BesVisLib/BesVisLib/BesEvent.h.
|
inline |
Definition at line 96 of file EventDisplay/BesVisLib/BesVisLib-00-06-08/BesVisLib/BesEvent.h.
|
inline |
Definition at line 96 of file InstallArea/include/BesVisLib/BesVisLib/BesEvent.h.
|
inline |
Definition at line 294 of file EventDisplay/BesVisLib/BesVisLib-00-06-08/BesVisLib/BesEvent.h.
Referenced by BesVisDisplay::DrawHeader().
|
inline |
Definition at line 294 of file InstallArea/include/BesVisLib/BesVisLib/BesEvent.h.
|
inline |
Definition at line 274 of file EventDisplay/BesVisLib/BesVisLib-00-06-08/BesVisLib/BesEvent.h.
|
inline |
Definition at line 274 of file InstallArea/include/BesVisLib/BesVisLib/BesEvent.h.
|
inline |
Definition at line 190 of file EventDisplay/BesVisLib/BesVisLib-00-06-08/BesVisLib/BesEvent.h.
|
inline |
Definition at line 190 of file InstallArea/include/BesVisLib/BesVisLib/BesEvent.h.
|
inline |
Definition at line 235 of file EventDisplay/BesVisLib/BesVisLib-00-06-08/BesVisLib/BesEvent.h.
|
inline |
Definition at line 235 of file InstallArea/include/BesVisLib/BesVisLib/BesEvent.h.
|
inline |
Definition at line 145 of file EventDisplay/BesVisLib/BesVisLib-00-06-08/BesVisLib/BesEvent.h.
Referenced by Print().
|
inline |
Definition at line 145 of file InstallArea/include/BesVisLib/BesVisLib/BesEvent.h.
|
inline |
Definition at line 113 of file EventDisplay/BesVisLib/BesVisLib-00-06-08/BesVisLib/BesEvent.h.
Referenced by EmcROOTGeo::SetHits().
|
inline |
Definition at line 113 of file InstallArea/include/BesVisLib/BesVisLib/BesEvent.h.
|
inline |
Definition at line 129 of file EventDisplay/BesVisLib/BesVisLib-00-06-08/BesVisLib/BesEvent.h.
Referenced by Print().
|
inline |
Definition at line 129 of file InstallArea/include/BesVisLib/BesVisLib/BesEvent.h.
|
inline |
Definition at line 257 of file EventDisplay/BesVisLib/BesVisLib-00-06-08/BesVisLib/BesEvent.h.
Referenced by SetEvent().
|
inline |
Definition at line 257 of file InstallArea/include/BesVisLib/BesVisLib/BesEvent.h.
|
inline |
Definition at line 172 of file EventDisplay/BesVisLib/BesVisLib-00-06-08/BesVisLib/BesEvent.h.
|
inline |
Definition at line 172 of file InstallArea/include/BesVisLib/BesVisLib/BesEvent.h.
|
inline |
Definition at line 215 of file EventDisplay/BesVisLib/BesVisLib-00-06-08/BesVisLib/BesEvent.h.
Referenced by SetEvent().
|
inline |
Definition at line 215 of file InstallArea/include/BesVisLib/BesVisLib/BesEvent.h.
|
inline |
Definition at line 285 of file EventDisplay/BesVisLib/BesVisLib-00-06-08/BesVisLib/BesEvent.h.
Referenced by BesVisDisplay::DrawHeader().
|
inline |
Definition at line 285 of file InstallArea/include/BesVisLib/BesVisLib/BesEvent.h.
|
inline |
Definition at line 184 of file EventDisplay/BesVisLib/BesVisLib-00-06-08/BesVisLib/BesEvent.h.
|
inline |
Definition at line 184 of file InstallArea/include/BesVisLib/BesVisLib/BesEvent.h.
|
inline |
Definition at line 229 of file EventDisplay/BesVisLib/BesVisLib-00-06-08/BesVisLib/BesEvent.h.
|
inline |
Definition at line 229 of file InstallArea/include/BesVisLib/BesVisLib/BesEvent.h.
|
inline |
Definition at line 309 of file EventDisplay/BesVisLib/BesVisLib-00-06-08/BesVisLib/BesEvent.h.
Referenced by BesVisDisplay::DrawHeader(), CgemROOTGeo::SetHits(), and MdcROOTGeo::SetHits().
|
inline |
Definition at line 309 of file InstallArea/include/BesVisLib/BesVisLib/BesEvent.h.
|
inline |
Definition at line 297 of file EventDisplay/BesVisLib/BesVisLib-00-06-08/BesVisLib/BesEvent.h.
Referenced by BesVisDisplay::DrawHeader().
|
inline |
Definition at line 297 of file InstallArea/include/BesVisLib/BesVisLib/BesEvent.h.
|
inline |
Definition at line 306 of file EventDisplay/BesVisLib/BesVisLib-00-06-08/BesVisLib/BesEvent.h.
Referenced by BesVisDisplay::DrawHeader().
|
inline |
Definition at line 306 of file InstallArea/include/BesVisLib/BesVisLib/BesEvent.h.
|
inline |
Definition at line 137 of file EventDisplay/BesVisLib/BesVisLib-00-06-08/BesVisLib/BesEvent.h.
Referenced by Print().
|
inline |
Definition at line 137 of file InstallArea/include/BesVisLib/BesVisLib/BesEvent.h.
|
inline |
Definition at line 105 of file EventDisplay/BesVisLib/BesVisLib-00-06-08/BesVisLib/BesEvent.h.
Referenced by MdcROOTGeo::SetHits().
|
inline |
Definition at line 105 of file InstallArea/include/BesVisLib/BesVisLib/BesEvent.h.
|
inline |
Definition at line 121 of file EventDisplay/BesVisLib/BesVisLib-00-06-08/BesVisLib/BesEvent.h.
Referenced by Print().
|
inline |
Definition at line 121 of file InstallArea/include/BesVisLib/BesVisLib/BesEvent.h.
|
inline |
Definition at line 241 of file EventDisplay/BesVisLib/BesVisLib-00-06-08/BesVisLib/BesEvent.h.
Referenced by SetEvent().
|
inline |
Definition at line 241 of file InstallArea/include/BesVisLib/BesVisLib/BesEvent.h.
|
inline |
Definition at line 156 of file EventDisplay/BesVisLib/BesVisLib-00-06-08/BesVisLib/BesEvent.h.
|
inline |
Definition at line 156 of file InstallArea/include/BesVisLib/BesVisLib/BesEvent.h.
|
inline |
Definition at line 196 of file EventDisplay/BesVisLib/BesVisLib-00-06-08/BesVisLib/BesEvent.h.
Referenced by SetEvent().
|
inline |
Definition at line 196 of file InstallArea/include/BesVisLib/BesVisLib/BesEvent.h.
|
inline |
Definition at line 300 of file EventDisplay/BesVisLib/BesVisLib-00-06-08/BesVisLib/BesEvent.h.
Referenced by BesVisDisplay::DrawHeader().
|
inline |
Definition at line 300 of file InstallArea/include/BesVisLib/BesVisLib/BesEvent.h.
|
inline |
Definition at line 291 of file EventDisplay/BesVisLib/BesVisLib-00-06-08/BesVisLib/BesEvent.h.
Referenced by BesVisDisplay::DrawHeader().
|
inline |
Definition at line 291 of file InstallArea/include/BesVisLib/BesVisLib/BesEvent.h.
|
inline |
Definition at line 149 of file EventDisplay/BesVisLib/BesVisLib-00-06-08/BesVisLib/BesEvent.h.
Referenced by Print().
|
inline |
Definition at line 149 of file InstallArea/include/BesVisLib/BesVisLib/BesEvent.h.
|
inline |
Definition at line 117 of file EventDisplay/BesVisLib/BesVisLib-00-06-08/BesVisLib/BesEvent.h.
Referenced by MucROOTGeo::SetHits().
|
inline |
Definition at line 117 of file InstallArea/include/BesVisLib/BesVisLib/BesEvent.h.
|
inline |
Definition at line 133 of file EventDisplay/BesVisLib/BesVisLib-00-06-08/BesVisLib/BesEvent.h.
Referenced by Print().
|
inline |
Definition at line 133 of file InstallArea/include/BesVisLib/BesVisLib/BesEvent.h.
|
inline |
Definition at line 263 of file EventDisplay/BesVisLib/BesVisLib-00-06-08/BesVisLib/BesEvent.h.
|
inline |
Definition at line 263 of file InstallArea/include/BesVisLib/BesVisLib/BesEvent.h.
|
inline |
Definition at line 178 of file EventDisplay/BesVisLib/BesVisLib-00-06-08/BesVisLib/BesEvent.h.
|
inline |
Definition at line 178 of file InstallArea/include/BesVisLib/BesVisLib/BesEvent.h.
|
inline |
Definition at line 222 of file EventDisplay/BesVisLib/BesVisLib-00-06-08/BesVisLib/BesEvent.h.
|
inline |
Definition at line 222 of file InstallArea/include/BesVisLib/BesVisLib/BesEvent.h.
|
inline |
Definition at line 282 of file EventDisplay/BesVisLib/BesVisLib-00-06-08/BesVisLib/BesEvent.h.
Referenced by BesVisDisplay::DrawHeader().
|
inline |
Definition at line 282 of file InstallArea/include/BesVisLib/BesVisLib/BesEvent.h.
|
inline |
Definition at line 303 of file EventDisplay/BesVisLib/BesVisLib-00-06-08/BesVisLib/BesEvent.h.
Referenced by BesVisDisplay::DrawHeader().
|
inline |
Definition at line 303 of file InstallArea/include/BesVisLib/BesVisLib/BesEvent.h.
|
inline |
Definition at line 141 of file EventDisplay/BesVisLib/BesVisLib-00-06-08/BesVisLib/BesEvent.h.
Referenced by Print().
|
inline |
Definition at line 141 of file InstallArea/include/BesVisLib/BesVisLib/BesEvent.h.
|
inline |
Definition at line 109 of file EventDisplay/BesVisLib/BesVisLib-00-06-08/BesVisLib/BesEvent.h.
Referenced by TofROOTGeo::SetHits().
|
inline |
Definition at line 109 of file InstallArea/include/BesVisLib/BesVisLib/BesEvent.h.
|
inline |
Definition at line 125 of file EventDisplay/BesVisLib/BesVisLib-00-06-08/BesVisLib/BesEvent.h.
Referenced by Print().
|
inline |
Definition at line 125 of file InstallArea/include/BesVisLib/BesVisLib/BesEvent.h.
|
inline |
Definition at line 251 of file EventDisplay/BesVisLib/BesVisLib-00-06-08/BesVisLib/BesEvent.h.
|
inline |
Definition at line 251 of file InstallArea/include/BesVisLib/BesVisLib/BesEvent.h.
|
inline |
Definition at line 166 of file EventDisplay/BesVisLib/BesVisLib-00-06-08/BesVisLib/BesEvent.h.
|
inline |
Definition at line 166 of file InstallArea/include/BesVisLib/BesVisLib/BesEvent.h.
|
inline |
Definition at line 208 of file EventDisplay/BesVisLib/BesVisLib-00-06-08/BesVisLib/BesEvent.h.
|
inline |
Definition at line 208 of file InstallArea/include/BesVisLib/BesVisLib/BesEvent.h.
|
inline |
Definition at line 288 of file EventDisplay/BesVisLib/BesVisLib-00-06-08/BesVisLib/BesEvent.h.
Referenced by BesVisDisplay::DrawHeader().
|
inline |
Definition at line 288 of file InstallArea/include/BesVisLib/BesVisLib/BesEvent.h.
|
virtual |
Definition at line 1555 of file BesEvent.cxx.
|
virtual |
|
virtual |
Definition at line 321 of file BesEvent.cxx.
Referenced by BesClient::GetEvent().
|
virtual |
|
virtual |
Definition at line 468 of file BesEvent.cxx.
Referenced by SetTracks().
|
virtual |
|
virtual |
Definition at line 150 of file BesEvent.cxx.
Referenced by BesClient::GetEvent().
|
virtual |
|
virtual |
Definition at line 511 of file BesEvent.cxx.
Referenced by SetTracks().
|
virtual |
|
virtual |
Definition at line 280 of file BesEvent.cxx.
Referenced by SetEvent().
|
virtual |
|
inline |
Definition at line 82 of file EventDisplay/BesVisLib/BesVisLib-00-06-08/BesVisLib/BesEvent.h.
Referenced by BesClient::ExecuteReturn().
|
inline |
Definition at line 82 of file InstallArea/include/BesVisLib/BesVisLib/BesEvent.h.
|
virtual |
Definition at line 526 of file BesEvent.cxx.
Referenced by SetEvent().
|
virtual |
|
virtual |
Definition at line 424 of file BesEvent.cxx.
Referenced by SetTracks().
|
virtual |
|
virtual |
Definition at line 490 of file BesEvent.cxx.
Referenced by SetTracks().
|
virtual |
|
virtual |
Definition at line 445 of file BesEvent.cxx.
Referenced by SetTracks().
|
virtual |
|
virtual |
Definition at line 307 of file BesEvent.cxx.
Referenced by SetEvent().
|
virtual |
TDatabasePDG * BesEvent::pdgTable |
Definition at line 313 of file EventDisplay/BesVisLib/BesVisLib-00-06-08/BesVisLib/BesEvent.h.
Referenced by ConstructMcTrack().