Skip to content
Snippets Groups Projects
Commit 3e007708 authored by Simon Zhamkochyan's avatar Simon Zhamkochyan
Browse files

Put correct map

parent 42547aaf
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,9 @@
// Load the Hall C style detector map
gHcDetectorMap=new THcDetectorMap();
gHcDetectorMap->Load("july04.map");
// gHcDetectorMap->Load("july04.map");
gHcDetectorMap->Load("jan03.map");
//gHcDetectorMap->Load("MAPS/jan03_dg_update.map");
gHcParms->Load("PARAM/general.param");
//
......@@ -36,6 +38,7 @@
// Define the run(s) that we want to analyze.
// We just set up one, but this could be many.
THaRun* run = new THaRun( "daq04_50017.log.0" );
//THaRun* run = new THaRun( "daq03_47851.log.0" );
run->SetEventRange(2000,100000);
// Define the analysis parameters
......
This diff is collapsed.
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