Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DD4hep
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cepc
externals
mirroring
DD4hep
Commits
367174a1
Commit
367174a1
authored
10 years ago
by
Frank Gaede
Browse files
Options
Downloads
Patches
Plain Diff
- updated release notes
- increased version number to v00-07
parent
b938fdc2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+4
-1
4 additions, 1 deletion
CMakeLists.txt
DDSegmentation/CMakeLists.txt
+1
-1
1 addition, 1 deletion
DDSegmentation/CMakeLists.txt
doc/release.notes
+33
-0
33 additions, 0 deletions
doc/release.notes
with
38 additions
and
2 deletions
CMakeLists.txt
+
4
−
1
View file @
367174a1
...
...
@@ -3,8 +3,11 @@ cmake_minimum_required(VERSION 2.8.3 FATAL_ERROR)
project
(
DD4hep
)
# project version
#
# Use the same version numbers in DDSegmentaion/CmakeLists.txt
#
SET
(
DD4hep_VERSION_MAJOR 0
)
SET
(
DD4hep_VERSION_MINOR
6
)
SET
(
DD4hep_VERSION_MINOR
7
)
SET
(
DD4hep_VERSION_PATCH 0
)
SET
(
DD4hep_VERSION
"
${
DD4hep_VERSION_MAJOR
}
.
${
DD4hep_VERSION_MINOR
}
"
)
...
...
This diff is collapsed.
Click to expand it.
DDSegmentation/CMakeLists.txt
+
1
−
1
View file @
367174a1
...
...
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.3 FATAL_ERROR)
project
(
DDSegmentation
)
#fg: version number must be the same as DD4hep !!
set
(
DDSegmentation_MAJOR_VERSION 0
)
set
(
DDSegmentation_MINOR_VERSION
6
)
set
(
DDSegmentation_MINOR_VERSION
7
)
set
(
DDSegmentation_PATCH_VERSION 0
)
set
(
DDSegmentation_VERSION
"
${
DDSegmentation_MAJOR_VERSION
}
.
${
DDSegmentation_MINOR_VERSION
}
"
)
set
(
DDSegmentation_SOVERSION
"
${
DDSegmentation_MAJOR_VERSION
}
.
${
DDSegmentation_MINOR_VERSION
}
"
)
...
...
This diff is collapsed.
Click to expand it.
doc/release.notes
+
33
−
0
View file @
367174a1
DD4hep ---- Release Notes
=================================
--------
| v00-07 | seventh beta release ...
--------
- Some minor fixes:
- made compatible with older geant4 versions (9.5)
- add Bitflag to store CellID1 in SimCalorimeterHit collections
- fix position conversion from Geant4 to ROOT
- add cellID determination to SensitiveAction
- ...
Andre Sailer, 2014-07-17
------------------------
Unify cmake option variables, small cmake corrections
Change options _WITH_ to _USE_
Print Warning that variables with _WITH_ are deprecated
Change Defintions to _USE_ as well
Add REQUIRED to find_package geant4 and xercesc if they are turned on
Updated documentation
Updated ILDExDet example
Christian.Grefe, 2014-07-15
---------------------------
made DDSegmentation optionally a stand-alone package
create DDSgementationConfig.cmake when build as part of DD4hep
Markus Frank, 2014-07-02
------------------------
- add LCIO conversions from DDSim - sensitive detectors
can now simply instantiate LCIO Sim hits
2014/06/30 Markus Frank
-----------------------
- DDG4: Support user (context-) extensions for Geant4.
...
...
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