ATLAS Offline Software
Namespaces | Variables
01SubmitToGrid.py File Reference

Go to the source code of this file.

Namespaces

 01SubmitToGrid
 

Variables

 01SubmitToGrid.config = TopExamples.grid.Config()
 fancy function to shorten the physics part of the name of a sample def MyFancyShortener(superLongInDSName): splitted = superLongInDSName.split('. More...
 
 01SubmitToGrid.code
 
 01SubmitToGrid.settingsFile
 
 01SubmitToGrid.gridUsername
 
 01SubmitToGrid.suffix
 
 01SubmitToGrid.excludedSites
 
 01SubmitToGrid.noSubmit
 
 01SubmitToGrid.mergeType
 
 01SubmitToGrid.destSE
 
list 01SubmitToGrid.names
 Command line interface If you want a script that ask you what you want to run on interactively, and uses lists of primary xAODs to convert them as TOPQ derivations Otherwise you can edit the automatic scripts below names, derivation, ptag = DerivationTags.InteractiveSubmission() samples = TopExamples.grid.Samples(names) TopExamples.grid.convertAODtoTOPQ(derivation, ptag, samples) TopExamples.grid.submit(config, samples) More...
 
 01SubmitToGrid.samples = TopExamples.grid.Samples(names)