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
94a45851
Commit
94a45851
authored
1 year ago
by
Dmitry Kalinkin
Committed by
Andre Sailer
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
DDTest: run compressed file test with an input triggering a simpler simulation
parent
50e0f526
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
DDTest/CMakeLists.txt
+7
-7
7 additions, 7 deletions
DDTest/CMakeLists.txt
DDTest/inputFiles/geantinos.hepmc
+1009
-0
1009 additions, 0 deletions
DDTest/inputFiles/geantinos.hepmc
with
1016 additions
and
7 deletions
DDTest/CMakeLists.txt
+
7
−
7
View file @
94a45851
...
...
@@ -62,20 +62,20 @@ if (DD4HEP_USE_GEANT4)
if
(
DD4HEP_HEPMC3_COMPRESSION_SUPPORT
)
file
(
ARCHIVE_CREATE
OUTPUT
${
CMAKE_CURRENT_BINARY_DIR
}
/
Pythia_output
.hepmc.gz
PATHS
${
CMAKE_CURRENT_SOURCE_DIR
}
/inputFiles/
Pythia_output
.hepmc
OUTPUT
${
CMAKE_CURRENT_BINARY_DIR
}
/
geantinos
.hepmc.gz
PATHS
${
CMAKE_CURRENT_SOURCE_DIR
}
/inputFiles/
geantinos
.hepmc
FORMAT raw
COMPRESSION GZip
)
list
(
APPEND TEST_HEPMC3_EXTENSIONS .gz
)
file
(
ARCHIVE_CREATE
OUTPUT
${
CMAKE_CURRENT_BINARY_DIR
}
/
Pythia_output
.hepmc.xz
PATHS
${
CMAKE_CURRENT_SOURCE_DIR
}
/inputFiles/
Pythia_output
.hepmc
OUTPUT
${
CMAKE_CURRENT_BINARY_DIR
}
/
geantinos
.hepmc.xz
PATHS
${
CMAKE_CURRENT_SOURCE_DIR
}
/inputFiles/
geantinos
.hepmc
FORMAT raw
COMPRESSION XZ
)
list
(
APPEND TEST_HEPMC3_EXTENSIONS .xz
)
file
(
ARCHIVE_CREATE
OUTPUT
${
CMAKE_CURRENT_BINARY_DIR
}
/
Pythia_output
.hepmc.bz2
PATHS
${
CMAKE_CURRENT_SOURCE_DIR
}
/inputFiles/
Pythia_output
.hepmc
OUTPUT
${
CMAKE_CURRENT_BINARY_DIR
}
/
geantinos
.hepmc.bz2
PATHS
${
CMAKE_CURRENT_SOURCE_DIR
}
/inputFiles/
geantinos
.hepmc
FORMAT raw
COMPRESSION BZip2
)
list
(
APPEND TEST_HEPMC3_EXTENSIONS .bz2
)
...
...
@@ -86,7 +86,7 @@ if (DD4HEP_USE_GEANT4)
if
(
"
${
TEST_HEPMC3_EXTENSION
}
"
STREQUAL
""
)
set
(
TEST_HEPMC3_INPUT_FILE
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/inputFiles/Pythia_output.hepmc
${
TEST_HEPMC3_EXTENSION
}
"
)
else
()
set
(
TEST_HEPMC3_INPUT_FILE
"
${
CMAKE_CURRENT_BINARY_DIR
}
/
Pythia_output
.hepmc
${
TEST_HEPMC3_EXTENSION
}
"
)
set
(
TEST_HEPMC3_INPUT_FILE
"
${
CMAKE_CURRENT_BINARY_DIR
}
/
geantinos
.hepmc
${
TEST_HEPMC3_EXTENSION
}
"
)
endif
()
add_test
(
t_
${
TEST_NAME
}
"
${
CMAKE_INSTALL_PREFIX
}
/bin/run_test.sh"
...
...
This diff is collapsed.
Click to expand it.
DDTest/inputFiles/geantinos.hepmc
0 → 100644
+
1009
−
0
View file @
94a45851
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