source:
git/examples/LoadPVtxFit.C@
46b3e01
Last change on this file since 46b3e01 was 3dc190c, checked in by , 4 years ago | |
---|---|
|
|
File size: 217 bytes |
Rev | Line | |
---|---|---|
[3dc190c] | 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.