Skip to content
Snippets Groups Projects
Commit 8304c8de authored by Stephen A. Wood's avatar Stephen A. Wood
Browse files

Add Raster classes to scons build

parent 49064b4b
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,7 @@ hcheaders = Split(""" ...@@ -18,6 +18,7 @@ hcheaders = Split("""
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/THcRawShowerHit.h src/THcAerogel.h src/THcAerogelHit.h src/THcCherenkov.h src/THcCherenkovHit.h src/THcRawShowerHit.h src/THcAerogel.h src/THcAerogelHit.h src/THcCherenkov.h src/THcCherenkovHit.h
src/THcGlobals.h src/THcDCTrack.h src/THcFormula.h src/THcGlobals.h src/THcDCTrack.h src/THcFormula.h
src/THcRaster.h src/THcRasteredBeam.h src/THcRasterRawHit.h
src/HallC_LinkDef.h src/HallC_LinkDef.h
""") """)
pbaseenv.RootCint(roothcdict,hcheaders) pbaseenv.RootCint(roothcdict,hcheaders)
......
...@@ -24,7 +24,8 @@ THcShower.cxx THcShowerPlane.cxx \ ...@@ -24,7 +24,8 @@ THcShower.cxx THcShowerPlane.cxx \
THcRawShowerHit.cxx \ THcRawShowerHit.cxx \
THcAerogel.cxx THcAerogelHit.cxx \ THcAerogel.cxx THcAerogelHit.cxx \
THcCherenkov.cxx THcCherenkovHit.cxx \ THcCherenkov.cxx THcCherenkovHit.cxx \
THcFormula.cxx THcFormula.cxx \
THcRaster.cxx THcRasteredBeam.cxx THcRasterRawHit.cxx
""") """)
pbaseenv.Object('main.C') pbaseenv.Object('main.C')
......
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