Skip to content
Snippets Groups Projects

Superchic add ATLAS cvmfs installation of pdfs to LHAPATH

Merged Ewelina Maria Lobodzinska requested to merge ewelina/athena:21.6-superchic into 21.6
2 files
+ 7
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -11,8 +11,6 @@ class SuperChicConfig:
def __init__(self, runArgs):
self.superchicpath = os.environ['SUPERCHICPATH']
os.environ['LHAPATH'] = os.environ['LHAPATH'].split(':')[0]+':/afs/cern.ch/atlas/groups/Generators/lhapdfsets/current'
os.environ['LHAPDF_DATA_PATH'] = os.environ['LHAPATH'].split(':')[0]+':/afs/cern.ch/atlas/groups/Generators/lhapdfsets/current'
#SuperChic specific variables for input.DAT, see writeInputDAT function for more elaboration
self.rts = 13000. #collision energy (GeV)
if hasattr(runArgs,"ecmEnergy"):
Loading