Skip to content

Commit

Permalink
Merge pull request #178 from rest-for-physics/jgalan_restRoot
Browse files Browse the repository at this point in the history
restRoot.cxx adding TRestPhysics.h and TRestStringHelper.h
  • Loading branch information
jgalan authored Apr 8, 2022
2 parents 81c7c6d + bdf040a commit f2bd383
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/bin/restRoot.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ int main(int argc, char* argv[]) {

// load rest library and macros
TRestTools::LoadRESTLibrary(silent);

gROOT->ProcessLine("#include <TRestStringHelper.h>");
gROOT->ProcessLine("#include <TRestPhysics.h>");
if (loadMacros) {
if (!silent) printf("= Loading macros ...\n");
auto a = TRestTools::Execute(
Expand Down

0 comments on commit f2bd383

Please sign in to comment.