Skip to content
Snippets Groups Projects
Commit 54dbc196 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Apply suggestion to calorimeters/simple_checking.cxx

parent 61301e60
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ R__LOAD_LIBRARY(libDDG4IO.so) ...@@ -29,7 +29,7 @@ R__LOAD_LIBRARY(libDDG4IO.so)
//#include "lcio2/TrackerRawDataData.h" //#include "lcio2/TrackerRawDataData.h"
//#include "lcio2/TrackerRawData.h" //#include "lcio2/TrackerRawData.h"
void simple_checking(const char* fname = "./sim_output/output_zdc_photons.root"){ void simple_checking(const char* fname = "sim_output/output_zdc_photons.root"){
std::cout << "testing 1\n"; std::cout << "testing 1\n";
ROOT::EnableImplicitMT(); // Tell ROOT you want to go parallel ROOT::EnableImplicitMT(); // Tell ROOT you want to go parallel
//using namespace lcio2; //using namespace lcio2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment