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
Tim Adye
athena
Commits
f5f4f605
Commit
f5f4f605
authored
8 years ago
by
Atlas-Software Librarian
Committed by
Graeme Stewart
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
'CMakeLists.txt' (ForwardRec-00-02-02)
parent
511ae356
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ForwardDetectors/ForwardRec/CMakeLists.txt
+10
-0
10 additions, 0 deletions
ForwardDetectors/ForwardRec/CMakeLists.txt
ForwardDetectors/ForwardRec/share/ForwardRec_jobOptions.py
+8
-6
8 additions, 6 deletions
ForwardDetectors/ForwardRec/share/ForwardRec_jobOptions.py
with
18 additions
and
6 deletions
ForwardDetectors/ForwardRec/CMakeLists.txt
0 → 100644
+
10
−
0
View file @
f5f4f605
################################################################################
# Package: ForwardRec
################################################################################
# Declare the package name:
atlas_subdir
(
ForwardRec
)
# Install files from the package:
atlas_install_joboptions
(
share/*.py
)
This diff is collapsed.
Click to expand it.
ForwardDetectors/ForwardRec/share/ForwardRec_jobOptions.py
+
8
−
6
View file @
f5f4f605
...
...
@@ -13,12 +13,14 @@ if (rec.doLucid):
# include ( "ZdcRec/ZdcRec_jobOptions.py" )
if
DetFlags
.
makeRIO
.
ZDC_on
()
and
not
rec
.
doWriteBS
()
:
try
:
from
ZdcRec.ZdcRawChannelGetter
import
ZdcRawChannelGetter
ZdcRawChannelGetter
()
except
Exception
:
treatException
(
"
Problem with ZdcRawChannelGetter. Switched off.
"
)
DetFlags
.
makeRIO
.
ZDC_setOff
()
try
:
#from ZdcRec.ZdcRawChannelGetter import ZdcRawChannelGetter
#ZdcRawChannelGetter()
from
ZdcRec.ZdcModuleGetter
import
ZdcModuleGetter
ZdcModuleGetter
()
except
Exception
:
treatException
(
"
Problem with ZdcModuleGetter. Switched off.
"
)
DetFlags
.
makeRIO
.
ZDC_setOff
()
if
rec
.
doAlfa
()
and
rec
.
doESD
():
if
DetFlags
.
readRDOBS
.
ALFA_on
():
...
...
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