Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Peter Sherwood
athena
Commits
bc74b4cd
Commit
bc74b4cd
authored
4 years ago
by
Susumu Oda
Committed by
Edward Moyse
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add commented option to dump database in JSON files (ATLASRECTS-5799)
parent
b5873e02
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
InnerDetector/InDetDetDescr/SCT_Cabling/CMakeLists.txt
+2
-2
2 additions, 2 deletions
InnerDetector/InDetDetDescr/SCT_Cabling/CMakeLists.txt
InnerDetector/InDetDetDescr/SCT_Cabling/python/TestSCT_CablingConfig.py
+9
-0
9 additions, 0 deletions
...InDetDetDescr/SCT_Cabling/python/TestSCT_CablingConfig.py
with
11 additions
and
2 deletions
InnerDetector/InDetDetDescr/SCT_Cabling/CMakeLists.txt
+
2
−
2
View file @
bc74b4cd
...
...
@@ -19,7 +19,7 @@ atlas_install_joboptions( share/*.py )
atlas_install_python_modules
(
python/*.py POST_BUILD_CMD
${
ATLAS_FLAKE8
}
)
# Test(s) in the package:
atlas_add_test
(
TestSCT_CablingC
f
g
SCRIPT python -m SCT_Cabling.TestSCT_CablingC
f
g
atlas_add_test
(
TestSCT_CablingC
onfi
g
SCRIPT python -m SCT_Cabling.TestSCT_CablingC
onfi
g
PROPERTIES TIMEOUT 600
ENVIRONMENT THREADS=1
)
This diff is collapsed.
Click to expand it.
InnerDetector/InDetDetDescr/SCT_Cabling/python/TestSCT_CablingC
f
g.py
→
InnerDetector/InDetDetDescr/SCT_Cabling/python/TestSCT_CablingC
onfi
g.py
+
9
−
0
View file @
bc74b4cd
...
...
@@ -55,4 +55,13 @@ if __name__=="__main__":
cfg
.
merge
(
SCT_TestCablingAlgCfg
(
ConfigFlags
))
# IOVDbSvc = cfg.getService("IOVDbSvc")
#
## To dump database in JSON files (c.f. SCT_CablingWriteToFile.py in the old job configuration)
# IOVDbSvc.OutputToFile = True
#
## To use CREST database (c.f. TestSCT_CablingFromCrest.py in the old job configuration)
## together with ConfigFlags.IOVDb.GlobalTag="CREST-RUN12-SDR-25-MC" for MC
# IOVDbSvc.Source = "CREST"
cfg
.
run
(
maxEvents
=
20
)
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