FairRoot/PandaRoot
Functions | Variables
hyp/draw_geom.C File Reference

Go to the source code of this file.

Functions

 basiclibs ()
 
gSystem Load ("libGeoBase")
 
gSystem Load ("libParBase")
 
gSystem Load ("libBase")
 
gSystem Load ("libPndData")
 
gSystem Load ("libField")
 
gSystem Load ("libGen")
 
gSystem Load ("libPassive")
 
gSystem Load ("libHyp")
 
gSystem Load ("libGeom.so")
 
c1 SetFillColor (10)
 
geoMan SetVisLevel (4)
 
geoMan GetMasterVolume () -> Draw("same")
 
view Top ()
 
view Centered ()
 

Variables

TFile * f = new TFile("./sim_hyp.root")
 
TGeoManager * geoMan = (TGeoManager*) f->Get("FAIRGeom")
 
TCanvas * c1 = new TCanvas("c1", "", 100, 100, 800, 800)
 
TView * view = c1->GetView()
 

Function Documentation

basiclibs ( )
view Centered ( )
geoMan GetMasterVolume ( ) -> Draw("same")
gSystem Load ( "libGeoBase"  )
gSystem Load ( "libParBase"  )
gSystem Load ( "libBase"  )
gSystem Load ( "libPndData"  )
gSystem Load ( "libField"  )
gSystem Load ( "libGen"  )
gSystem Load ( "libPassive"  )
gSystem Load ( "libHyp"  )
gSystem Load ( "libGeom.so"  )
c1 SetFillColor ( 10  )
geoMan SetVisLevel ( )
view Top ( )

Variable Documentation

TCanvas* c1 = new TCanvas("c1", "", 100, 100, 800, 800)

Definition at line 29 of file hyp/draw_geom.C.

TFile* f = new TFile("./sim_hyp.root")

Definition at line 25 of file hyp/draw_geom.C.

TGeoManager* geoMan = (TGeoManager*) f->Get("FAIRGeom")

Definition at line 27 of file hyp/draw_geom.C.

TView* view = c1->GetView()

Definition at line 36 of file hyp/draw_geom.C.