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

Merge branch 'simon-shower' into develop

parents a05e66cd f2a7e3c8
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.
......@@ -230,6 +230,7 @@ Int_t THcScintillatorPlane::ProcessHits(TClonesArray* rawhits, Int_t nexthit)
#if ROOT_VERSION_CODE >= ROOT_VERSION(5,32,0)
THcSignalHit *sighit = (THcSignalHit*) fNegTDCHits->ConstructedAt(nNegTDCHits++);
#else
TObject* obj = (*fPosTDCHits)[nNegTDCHits++];
R__ASSERT( obj );
if(!obj->TestBit (TObject::kNotDeleted))
......
#ifndef ROOT_THcShowerPlane
#define ROOT_THcShowerPlane
#define ROOT_THcShowerPlane
//////////////////////////////////////////////////////////////////////////////
//
......
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