Skip to content
Snippets Groups Projects
Commit 1635dbf1 authored by Edward Brash's avatar Edward Brash
Browse files

Updated SConscripts for change from THcShowerHit to THcRawShowerHit

parent 13d1993b
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ hcheaders = Split(""" ...@@ -16,7 +16,7 @@ hcheaders = Split("""
src/THcScintillatorPlane.h src/THcHodoscopeHit.h src/THcDC.h src/THcDriftChamberPlane.h src/THcScintillatorPlane.h src/THcHodoscopeHit.h src/THcDC.h src/THcDriftChamberPlane.h
src/THcDriftChamber.h src/THcRawDCHit.h src/THcDCHit.h src/THcDCWire.h src/THcSpacePoint.h src/THcDriftChamber.h src/THcRawDCHit.h src/THcDCHit.h src/THcDCWire.h src/THcSpacePoint.h
src/THcDCLookupTTDConv.h src/THcDCTimeToDistConv.h src/THcShower.h src/THcShowerPlane.h src/THcDCLookupTTDConv.h src/THcDCTimeToDistConv.h src/THcShower.h src/THcShowerPlane.h
src/THcShowerHit.h src/THcAerogel.h src/THcAerogelHit.h src/THcGlobals.h src/THcDCTrack.h src/THcRawShowerHit.h src/THcAerogel.h src/THcAerogelHit.h src/THcGlobals.h src/THcDCTrack.h
src/HallC_LinkDef.h src/HallC_LinkDef.h
""") """)
baseenv.RootCint(roothcdict,hcheaders) baseenv.RootCint(roothcdict,hcheaders)
......
Subproject commit 7364d0706acdb8863f5a629c171701c0b03a2236 Subproject commit 2771e048874aa263ce838c1beed29830722021df
...@@ -21,7 +21,7 @@ THcDCWire.cxx \ ...@@ -21,7 +21,7 @@ THcDCWire.cxx \
THcSpacePoint.cxx THcDCTrack.cxx \ THcSpacePoint.cxx THcDCTrack.cxx \
THcDCLookupTTDConv.cxx THcDCTimeToDistConv.cxx \ THcDCLookupTTDConv.cxx THcDCTimeToDistConv.cxx \
THcShower.cxx THcShowerPlane.cxx \ THcShower.cxx THcShowerPlane.cxx \
THcShowerHit.cxx \ THcRawShowerHit.cxx \
THcAerogel.cxx THcAerogelHit.cxx THcAerogel.cxx THcAerogelHit.cxx
""") """)
......
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