source:
git/examples/LoadPVtxFit.C
Last change on this file was 3dc190c, checked in by , 4 years ago | |
---|---|
|
|
File size: 217 bytes |
Line | |
---|---|
1 | #include <TROOT.h> |
2 | |
3 | void LoadPVtxFit() |
4 | { |
5 | gROOT->Reset(); |
6 | gROOT->ProcessLine(".L libDelphes.so"); |
7 | gROOT->ProcessLine(".L external/TrackCovariance/VertexFit.cc+"); |
8 | gROOT->ProcessLine(".L examples/ExamplePVtxFit.C+"); |
9 | } |
Note:
See TracBrowser
for help on using the repository browser.