Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
nptool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
np
nptool
Commits
df8d61e4
"ReadMe.md" did not exist on "cd54b18de3a66cda8e3a32bac0be192e8188d392"
Commit
df8d61e4
authored
7 years ago
by
Adrien Matta
Browse files
Options
Downloads
Patches
Plain Diff
* Fixing DeltaSpectra Link Def with Root 5
parent
cc298b9a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NPLib/Core/CMakeLists.txt
+1
-1
1 addition, 1 deletion
NPLib/Core/CMakeLists.txt
NPLib/Core/NPCoreLinkdef.h
+0
-2
0 additions, 2 deletions
NPLib/Core/NPCoreLinkdef.h
with
1 addition
and
3 deletions
NPLib/Core/CMakeLists.txt
+
1
−
1
View file @
df8d61e4
add_custom_command
(
OUTPUT TAsciiFileDict.cxx COMMAND ../scripts/build_dict.sh TAsciiFile.h TAsciiFileDict.cxx TAsciiFile.rootmap libNPCore.so
)
add_custom_command
(
OUTPUT NPDeltaSpectraDict.cxx COMMAND ../scripts/build_dict.sh NPDeltaSpectra.h NPDeltaSpectraDict.cxx NPDeltaSpectra.rootmap libNPCore.so NP
Core
Linkdef.h
)
add_custom_command
(
OUTPUT NPDeltaSpectraDict.cxx COMMAND ../scripts/build_dict.sh NPDeltaSpectra.h NPDeltaSpectraDict.cxx NPDeltaSpectra.rootmap libNPCore.so NP
DeltaSpectra
Linkdef.h
)
add_custom_command
(
OUTPUT NPVDetectorDict.cxx COMMAND ../scripts/build_dict.sh NPVDetector.h NPVDetectorDict.cxx NPVDetector.rootmap libNPCore.so NPCoreLinkdef.h
)
add_library
(
NPCore SHARED NPCore.cxx NPVAnalysis.cxx NPAnalysisFactory.cxx NPCalibrationManager.cxx NPOptionManager.cxx RootOutput.cxx RootInput.cxx TAsciiFile.cxx TAsciiFileDict.cxx NPDeltaSpectraDict.cxx NPDetectorManager.cxx NPVDetector.cxx NPVDetectorDict.cxx NPVSpectra.cxx NPDetectorFactory.cxx NPSpectraServer.cxx NPInputParser.cxx NPImage.cxx NPElog.cxx NPDeltaSpectra.cxx
)
...
...
This diff is collapsed.
Click to expand it.
NPLib/Core/NPCoreLinkdef.h
+
0
−
2
View file @
df8d61e4
#ifdef __CINT__
//#pragma link C++ defined_in "NPVDetector.h";
#pragma link C++ class NPL::VDetector+;
#pragma link C++ class NPL::DeltaSpectra+;
#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