/[PAMELA software]/tof/flight/ToFdEdx_patch/macros/rootlogon.C
ViewVC logotype

Contents of /tof/flight/ToFdEdx_patch/macros/rootlogon.C

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Mon Dec 10 18:47:01 2018 UTC (5 years, 11 months ago) by mayorov
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/plain
ToFdEdx_patch from Wolfgang. Follows Rita Carbone's advanced method to
derive the ToF dEdx (including PMT saturation, Bethe-Bloch effect, etc.)

1 {
2
3 TString inclpath = gSystem->Getenv("PAM_INC");
4 inclpath.Prepend(".include ");
5 gROOT->ProcessLine(inclpath.Data());
6 inclpath.Append("/yoda/");
7 gROOT->ProcessLine(inclpath.Data());
8
9 puts("\nLoading libraries...");
10
11
12 puts("libyoda.so");
13 gSystem->Load("libyoda.so");
14 puts("libDarthVader.so");
15 gSystem->Load("libDarthVader.so");
16 puts("libPamLevel2.so");
17 gSystem->Load("libPamLevel2.so");
18 puts("libCaloNuclei.so");
19 gSystem->Load("libCaloNuclei.so");
20
21
22 puts("test libToFdEdx_patch.so");
23 gSystem->Load("/gpfs/wizard/flight/analysis/menn/devel/10th/tof/flight/ToFdEdx_patch_tri/lib/Linux/libToFdEdx_patch_v1r00.so");
24 }
25

  ViewVC Help
Powered by ViewVC 1.1.23