3{
4gStyle->SetPalette(1);
5ds=
new EdbDisplay(
"display-t",-6000.,6000.,-6000.,6000.,-40050,110.);
6
7ds->SetCuts(-9000,9000,-9000,9000);
8 TTree *tree;
9
10
11 TFile *
f =
new TFile(
"linked_tracks.root");
12 if (
f) tree = (TTree*)
f->Get(
"tracks");
13 ds->SetAffine(1,0,0,1,0,0);
14
16 ds->AddTracksTree(tree,0.,-1.,1.,-1.,1.);
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
35}
FILE * f
Definition: RecDispMC.C:150
virtual void Draw(Option_t *option="")
Definition: EdbDisplayBase.cxx:787
FEDRA Event Display.
Definition: EdbDisplay.h:22
EdbDisplay * ds
Definition: testd.C:1