Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hcana
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jlab
hallc
analyzer_software
hcana
Commits
eb90e617
Commit
eb90e617
authored
11 years ago
by
Edward Brash
Browse files
Options
Downloads
Patches
Plain Diff
Updates ...
parent
8d201257
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+6
-0
6 additions, 0 deletions
.gitignore
SConscript.py
+2
-1
2 additions, 1 deletion
SConscript.py
podd
+1
-1
1 addition, 1 deletion
podd
src/SConscript.py
+1
-1
1 addition, 1 deletion
src/SConscript.py
with
10 additions
and
3 deletions
.gitignore
+
6
−
0
View file @
eb90e617
...
...
@@ -6,6 +6,12 @@ HallCDict.h
HallCDict.o
hcana
# scons stuff
config.log
*.pyc
.sconsign.dblite
.sconf_temp/
# Patterns
*.[oad]
*~
...
...
This diff is collapsed.
Click to expand it.
SConscript.py
+
2
−
1
View file @
eb90e617
...
...
@@ -16,7 +16,8 @@ hcheaders = Split("""
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/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
.
SharedObject
(
target
=
roothcobj
,
source
=
roothcdict
)
...
...
This diff is collapsed.
Click to expand it.
podd
@
7364d070
Compare
2731ed4f
...
7364d070
Subproject commit
2
73
1ed4f974b24f295a2a997b6581582660bb19a
Subproject commit 73
64d0706acdb8863f5a629c171701c0b03a2236
This diff is collapsed.
Click to expand it.
src/SConscript.py
+
1
−
1
View file @
eb90e617
...
...
@@ -18,7 +18,7 @@ THcDC.cxx THcDriftChamberPlane.cxx \
THcDriftChamber.cxx
\
THcRawDCHit.cxx THcDCHit.cxx
\
THcDCWire.cxx
\
THcSpacePoint.cxx
\
THcSpacePoint.cxx
THcDCTrack.cxx
\
THcDCLookupTTDConv.cxx THcDCTimeToDistConv.cxx
\
THcShower.cxx THcShowerPlane.cxx
\
THcShowerHit.cxx
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment