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
Yeonju Go
athena
Commits
31e5e7aa
Commit
31e5e7aa
authored
6 years ago
by
Petr Jacka
Browse files
Options
Downloads
Patches
Plain Diff
Resolving issue with loading pixel detector services. Jira ticket:
ATLASSIM-3697
Former-commit-id: 13424be426326faf0fe2964db4786083a0655bdd
parent
861f3cdf
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Simulation/ISF/ISF_FastCaloSim/ISF_FastCaloSimParametrization/share/ISF_ntuple_core.py
+37
-0
37 additions, 0 deletions
...m/ISF_FastCaloSimParametrization/share/ISF_ntuple_core.py
with
37 additions
and
0 deletions
Simulation/ISF/ISF_FastCaloSim/ISF_FastCaloSimParametrization/share/ISF_ntuple_core.py
+
37
−
0
View file @
31e5e7aa
...
@@ -38,6 +38,43 @@ ISF_HitAnalysis.GeoFileName = 'ISF_Geometry'
...
@@ -38,6 +38,43 @@ ISF_HitAnalysis.GeoFileName = 'ISF_Geometry'
##############################
##############################
# The following lines added according to instructions on ATLASSIM-3697
include
(
"
PixelConditionsServices/PixelDCSSvc_jobOptions.py
"
)
from
SiLorentzAngleSvc.LorentzAngleSvcSetup
import
lorentzAngleSvc
from
SiPropertiesSvc.SiPropertiesSvcConf
import
SiPropertiesSvc
pixelSiPropertiesSvc
=
SiPropertiesSvc
(
name
=
"
PixelSiPropertiesSvc
"
,
DetectorName
=
"
Pixel
"
,
SiConditionsServices
=
lorentzAngleSvc
.
pixelSiliconConditionsSvc
)
ServiceMgr
+=
pixelSiPropertiesSvc
from
IOVDbSvc.CondDB
import
conddb
conddb
.
addFolder
(
"
DCS_OFL
"
,
"
/SCT/DCS/CHANSTAT
"
)
conddb
.
addFolder
(
"
DCS_OFL
"
,
"
/SCT/DCS/MODTEMP
"
)
conddb
.
addFolder
(
"
DCS_OFL
"
,
"
/SCT/DCS/HV
"
)
from
SCT_ConditionsServices.SCT_ConditionsServicesConf
import
SCT_DCSConditionsSvc
InDetSCT_DCSConditionsSvc
=
SCT_DCSConditionsSvc
(
name
=
"
InDetSCT_DCSConditionsSvc
"
)
ServiceMgr
+=
InDetSCT_DCSConditionsSvc
sctSiPropertiesSvc
=
SiPropertiesSvc
(
name
=
"
SCT_SiPropertiesSvc
"
,
DetectorName
=
"
SCT
"
,
SiConditionsServices
=
lorentzAngleSvc
.
sctSiliconConditionsSvc
)
ServiceMgr
+=
sctSiPropertiesSvc
##########################################################
ISF_HitAnalysis
.
CaloBoundaryR
=
1148.0
ISF_HitAnalysis
.
CaloBoundaryR
=
1148.0
ISF_HitAnalysis
.
CaloBoundaryZ
=
3550.0
#before: 3475.0
ISF_HitAnalysis
.
CaloBoundaryZ
=
3550.0
#before: 3475.0
ISF_HitAnalysis
.
CaloMargin
=
100
#=10cm
ISF_HitAnalysis
.
CaloMargin
=
100
#=10cm
...
...
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