ATLAS Offline Software
Loading...
Searching...
No Matches
dumpLBFileMap Namespace Reference

Variables

 parser = OptionParser(usage="usage: %prog [options] INPUTDATA")
 dest
 default
 help
 options
 args
 backend = DiskUtils.EOS() if options.eos else DiskUtils.Local()
 file_set = DiskUtils.FileSet.from_input(args[0], backend=backend)

Detailed Description

 Extracts a luminosity block map from a dataset.

This map lists filenames from the dataset alongside the luminosity block
numbers contained in the file. It is time-consuming to read this information,
so this LB map can be passed to beamspotman's --lbmap so that you only need to
build the map once instead of for every time you submit jobs.

Variable Documentation

◆ args

dumpLBFileMap.args

Definition at line 23 of file dumpLBFileMap.py.

◆ backend

dumpLBFileMap.backend = DiskUtils.EOS() if options.eos else DiskUtils.Local()

Definition at line 28 of file dumpLBFileMap.py.

◆ default

dumpLBFileMap.default

Definition at line 19 of file dumpLBFileMap.py.

◆ dest

dumpLBFileMap.dest

Definition at line 19 of file dumpLBFileMap.py.

◆ file_set

dumpLBFileMap.file_set = DiskUtils.FileSet.from_input(args[0], backend=backend)

Definition at line 29 of file dumpLBFileMap.py.

◆ help

dumpLBFileMap.help

Definition at line 20 of file dumpLBFileMap.py.

◆ options

dumpLBFileMap.options

Definition at line 23 of file dumpLBFileMap.py.

◆ parser

dumpLBFileMap.parser = OptionParser(usage="usage: %prog [options] INPUTDATA")

Definition at line 18 of file dumpLBFileMap.py.