Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
atlas
athena
Commits
d85c7cf3
Verified
Commit
d85c7cf3
authored
Jul 05, 2021
by
Tadej Novak
Browse files
Backport Campaign configuration for reprocessing
parent
db7744bf
Changes
9
Hide whitespace changes
Inline
Side-by-side
Tools/Campaigns/CMakeLists.txt
0 → 100644
View file @
d85c7cf3
# Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
# Declare the package name:
atlas_subdir
(
Campaigns
)
# Install files from the package:
atlas_install_joboptions
(
share/*.py
)
Tools/Campaigns/share/MC16NoPileUp.py
0 → 100644
View file @
d85c7cf3
# Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
from
AthenaCommon.BeamFlags
import
jobproperties
as
bf
bf
.
Beam
.
numberOfCollisions
.
set_Value_and_Lock
(
0
)
from
AthenaCommon.Resilience
import
protectedInclude
protectedInclude
(
'LArConfiguration/LArConfigRun2Old_NoPileup.py'
)
protectedInclude
(
'PyJobTransforms/HepMcParticleLinkVerbosity.py'
)
Tools/Campaigns/share/MC16a.py
0 → 100644
View file @
d85c7cf3
# Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
from
AthenaCommon.BeamFlags
import
jobproperties
as
bf
bf
.
Beam
.
numberOfCollisions
.
set_Value_and_Lock
(
20.0
)
from
LArDigitization.LArDigitizationFlags
import
jobproperties
as
lar
lar
.
LArDigitizationFlags
.
useEmecIwHighGain
.
set_Value_and_Lock
(
True
)
from
AthenaCommon.Resilience
import
protectedInclude
protectedInclude
(
'LArConfiguration/LArConfigRun2Old.py'
)
protectedInclude
(
'PyJobTransforms/HepMcParticleLinkVerbosity.py'
)
Tools/Campaigns/share/MC16d.py
0 → 100644
View file @
d85c7cf3
# Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
from
AthenaCommon.BeamFlags
import
jobproperties
as
bf
bf
.
Beam
.
numberOfCollisions
.
set_Value_and_Lock
(
20.0
)
from
AthenaCommon.Resilience
import
protectedInclude
protectedInclude
(
'LArConfiguration/LArConfigRun2Old.py'
)
protectedInclude
(
'PyJobTransforms/HepMcParticleLinkVerbosity.py'
)
Tools/Campaigns/share/MC16e.py
0 → 100644
View file @
d85c7cf3
# Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
from
AthenaCommon.BeamFlags
import
jobproperties
as
bf
bf
.
Beam
.
numberOfCollisions
.
set_Value_and_Lock
(
20.0
)
from
AthenaCommon.Resilience
import
protectedInclude
protectedInclude
(
'LArConfiguration/LArConfigRun2Old.py'
)
protectedInclude
(
'PyJobTransforms/HepMcParticleLinkVerbosity.py'
)
Tools/Campaigns/share/MC20NoPileUp.py
0 → 100644
View file @
d85c7cf3
# Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
from
AthenaCommon.BeamFlags
import
jobproperties
as
bf
bf
.
Beam
.
numberOfCollisions
.
set_Value_and_Lock
(
0
)
from
AthenaCommon.Resilience
import
protectedInclude
protectedInclude
(
'LArConfiguration/LArConfigRun2Old_NoPileup.py'
)
protectedInclude
(
'PyJobTransforms/HepMcParticleLinkVerbosity.py'
)
Tools/Campaigns/share/MC20a.py
0 → 100644
View file @
d85c7cf3
# Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
from
AthenaCommon.BeamFlags
import
jobproperties
as
bf
bf
.
Beam
.
numberOfCollisions
.
set_Value_and_Lock
(
20.0
)
from
LArDigitization.LArDigitizationFlags
import
jobproperties
as
lar
lar
.
LArDigitizationFlags
.
useEmecIwHighGain
.
set_Value_and_Lock
(
True
)
from
AthenaCommon.Resilience
import
protectedInclude
protectedInclude
(
'LArConfiguration/LArConfigRun2Old.py'
)
protectedInclude
(
'PyJobTransforms/HepMcParticleLinkVerbosity.py'
)
Tools/Campaigns/share/MC20d.py
0 → 100644
View file @
d85c7cf3
# Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
from
AthenaCommon.BeamFlags
import
jobproperties
as
bf
bf
.
Beam
.
numberOfCollisions
.
set_Value_and_Lock
(
20.0
)
from
AthenaCommon.Resilience
import
protectedInclude
protectedInclude
(
'LArConfiguration/LArConfigRun2Old.py'
)
protectedInclude
(
'PyJobTransforms/HepMcParticleLinkVerbosity.py'
)
Tools/Campaigns/share/MC20e.py
0 → 100644
View file @
d85c7cf3
# Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
from
AthenaCommon.BeamFlags
import
jobproperties
as
bf
bf
.
Beam
.
numberOfCollisions
.
set_Value_and_Lock
(
20.0
)
from
AthenaCommon.Resilience
import
protectedInclude
protectedInclude
(
'LArConfiguration/LArConfigRun2Old.py'
)
protectedInclude
(
'PyJobTransforms/HepMcParticleLinkVerbosity.py'
)
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment