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

Apply suggestion to calorimeters/simple_checking.cxx

parent fc06364b
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ R__LOAD_LIBRARY(libDDG4IO.so) ...@@ -30,7 +30,7 @@ R__LOAD_LIBRARY(libDDG4IO.so)
//#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";
ROOT::EnableImplicitMT(); // Tell ROOT you want to go parallel ROOT::EnableImplicitMT(); // Tell ROOT you want to go parallel
//using namespace lcio2; //using namespace lcio2;
double degree = TMath::Pi()/180.0; double degree = TMath::Pi()/180.0;
......
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