Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review 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
atlas
athena
Merge requests
!21523
Enable SCT only in SCT test algorithms
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Enable SCT only in SCT test algorithms
oda/athena:master-SCT-test-alg
into
master
Overview
2
Commits
4
Pipelines
1
Changes
20
Merged
Susumu Oda
requested to merge
oda/athena:master-SCT-test-alg
into
master
6 years ago
Overview
2
Commits
4
Pipelines
1
Changes
20
Expand
Enable SCT only in SCT test algorithms
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
217dd9c1
4 commits,
6 years ago
20 files
+
23
−
50
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
20
Search (e.g. *.vue) (Ctrl+P)
InnerDetector/InDetConditions/SCT_ConditionsAlgorithms/share/testCalibChipRead.py
+
4
−
5
Options
@@ -66,14 +66,12 @@ IOVDbSvc.OutputLevel = DEBUG
#--------------------------------------------------------------
# --- switch on InnerDetector
from
AthenaCommon.DetFlags
import
DetFlags
DetFlags
.
ID_setO
n
()
DetFlags
.
ID_setO
ff
()
DetFlags
.
Calo_setOff
()
DetFlags
.
Muon_setOff
()
DetFlags
.
Truth_setOff
()
DetFlags
.
LVL1_setOff
()
DetFlags
.
SCT_setOn
()
DetFlags
.
pixel_setOff
()
DetFlags
.
TRT_setOff
()
# ---- switch parts of ID off/on as follows
#switch off tasks
@@ -96,8 +94,9 @@ import AtlasGeoModel.GeoModelInit
from
AthenaCommon.AlgSequence
import
AlgSequence
topSequence
=
AlgSequence
()
from
xAODEventInfoCnv.xAODEventInfoCreator
import
xAODMaker__EventInfoCnvAlg
topSequence
+=
xAODMaker__EventInfoCnvAlg
(
OutputLevel
=
2
)
if
not
hasattr
(
topSequence
,
"
xAODMaker::EventInfoCnvAlg
"
):
from
xAODEventInfoCnv.xAODEventInfoCreator
import
xAODMaker__EventInfoCnvAlg
topSequence
+=
xAODMaker__EventInfoCnvAlg
(
OutputLevel
=
2
)
from
SCT_ConditionsTools.SCT_ReadCalibChipDataToolSetup
import
SCT_ReadCalibChipDataToolSetup
sct_ReadCalibChipDataToolSetup
=
SCT_ReadCalibChipDataToolSetup
()
Loading