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

Merge branch 'brash_scons' of hallcgit:hcana into brash_scons

parents 7f574807 eb90e617
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,12 @@ HallCDict.h ...@@ -6,6 +6,12 @@ HallCDict.h
HallCDict.o HallCDict.o
hcana hcana
# scons stuff
config.log
*.pyc
.sconsign.dblite
.sconf_temp/
# Patterns # Patterns
*.[oad] *.[oad]
*~ *~
......
...@@ -16,7 +16,8 @@ hcheaders = Split(""" ...@@ -16,7 +16,8 @@ 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/HallC_LinkDef.h src/THcShowerHit.h src/THcAerogel.h src/THcAerogelHit.h src/THcGlobals.h src/THcDCTrack.h
src/HallC_LinkDef.h
""") """)
baseenv.RootCint(roothcdict,hcheaders) baseenv.RootCint(roothcdict,hcheaders)
baseenv.SharedObject(target = roothcobj, source = roothcdict) baseenv.SharedObject(target = roothcobj, source = roothcdict)
......
Subproject commit 2731ed4f974b24f295a2a997b6581582660bb19a Subproject commit 7364d0706acdb8863f5a629c171701c0b03a2236
...@@ -18,7 +18,7 @@ THcDC.cxx THcDriftChamberPlane.cxx \ ...@@ -18,7 +18,7 @@ THcDC.cxx THcDriftChamberPlane.cxx \
THcDriftChamber.cxx \ THcDriftChamber.cxx \
THcRawDCHit.cxx THcDCHit.cxx \ THcRawDCHit.cxx THcDCHit.cxx \
THcDCWire.cxx \ THcDCWire.cxx \
THcSpacePoint.cxx \ THcSpacePoint.cxx THcDCTrack.cxx \
THcDCLookupTTDConv.cxx THcDCTimeToDistConv.cxx \ THcDCLookupTTDConv.cxx THcDCTimeToDistConv.cxx \
THcShower.cxx THcShowerPlane.cxx \ THcShower.cxx THcShowerPlane.cxx \
THcShowerHit.cxx \ THcShowerHit.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