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
40fa7aeb
Commit
40fa7aeb
authored
12 years ago
by
Stephen A. Wood
Browse files
Options
Downloads
Patches
Plain Diff
Cosmetic: Reorder classes in Makefile and linkdef to group by
function or detector.
parent
b9a09dd1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+9
-6
9 additions, 6 deletions
Makefile
src/HallC_LinkDef.h
+7
-7
7 additions, 7 deletions
src/HallC_LinkDef.h
with
16 additions
and
13 deletions
Makefile
+
9
−
6
View file @
40fa7aeb
...
...
@@ -9,13 +9,16 @@
SRC
=
src/THcInterface.cxx src/THcParmList.cxx src/THcAnalyzer.cxx
\
src/THcHodoscopeHit.cxx src/THcRawHit.cxx
\
src/THcHallCSpectrometer.cxx
\
src/THcDetectorMap.cxx
\
src/THcRawHit.cxx src/THcHitList.cxx
\
src/THcSignalHit.cxx
\
src/THcHodoscope.cxx src/THcScintillatorPlane.cxx
\
src/THcHodoscopeHit.cxx
\
src/THcDriftChamber.cxx src/THcDriftChamberPlane.cxx
\
src/THcDCHit.cxx
\
src/THcHitList.cxx src/THcDetectorMap.cxx src/THcHodoscope.cxx
\
src/THcHallCSpectrometer.cxx src/THcDriftChamber.cxx
\
src/THcDriftChamberPlane.cxx
\
src/THcScintillatorPlane.cxx src/THcSignalHit.cxx
\
src/THcShower.cxx src/THcShowerHit.cxx src/THcShowerPlane.cxx
src/THcShower.cxx src/THcShowerPlane.cxx
\
src/THcShowerHit.cxx
# Name of your package.
# The shared library that will be built will get the name lib$(PACKAGE).so
...
...
This diff is collapsed.
Click to expand it.
src/HallC_LinkDef.h
+
7
−
7
View file @
40fa7aeb
...
...
@@ -10,19 +10,19 @@
#pragma link C++ class THcInterface+;
#pragma link C++ class THcParmList+;
#pragma link C++ class THcAnalyzer+;
#pragma link C++ class THcHallCSpectrometer+;
#pragma link C++ class THcDetectorMap+;
#pragma link C++ class THcRawHit+;
#pragma link C++ class THcHodoscopeHit+;
#pragma link C++ class THcDCHit+;
#pragma link C++ class THcHitList+;
#pragma link C++ class THcSignalHit+;
#pragma link C++ class THcHodoscope+;
#pragma link C++ class THcScintillatorPlane+;
#pragma link C++ class THcHodoscopeHit+;
#pragma link C++ class THcDriftChamber+;
#pragma link C++ class THcDriftChamberPlane+;
#pragma link C++ class THcDetectorMap+;
#pragma link C++ class THcHallCSpectrometer+;
#pragma link C++ class THcScintillatorPlane+;
#pragma link C++ class THcDCHit+;
#pragma link C++ class THcShower+;
#pragma link C++ class THcShowerPlane+;
#pragma link C++ class THcSignalHit+;
#pragma link C++ class THcShowerHit+;
#pragma link C++ class THcShower+;
#endif
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