Fork me on GitHub

source: git/examples/LoadPVtxFit.C@ 4739226

Last change on this file since 4739226 was 3dc190c, checked in by Franco BEDESCHI <bed@…>, 3 years ago

Compile ExamplePVtxFit

  • Property mode set to 100644
File size: 217 bytes
Line 
1#include <TROOT.h>
2
3void LoadPVtxFit()
4{
5gROOT->Reset();
6gROOT->ProcessLine(".L libDelphes.so");
7gROOT->ProcessLine(".L external/TrackCovariance/VertexFit.cc+");
8gROOT->ProcessLine(".L examples/ExamplePVtxFit.C+");
9}
Note: See TracBrowser for help on using the repository browser.