ATLAS Offline Software
Loading...
Searching...
No Matches
Pepper_Common.py File Reference

Go to the source code of this file.

Namespaces

namespace  Pepper_Common

Variables

 Pepper_Common._process = globals().get("PEPPER_PROCESS")
 Pepper_Common._nevents = globals().get("PEPPER_NEVENTS", evgenConfig.nEventsPerJob)
 Pepper_Common._seed = globals().get("PEPPER_SEED", runArgs.randomSeed)
 Pepper_Common._ecm = globals().get("PEPPER_ECM", runArgs.ecmEnergy)
 Pepper_Common._output = globals().get("PEPPER_OUTPUT", "pepper.events.gz")
 Pepper_Common._batch_size = globals().get("PEPPER_BATCH_SIZE", None)
 Pepper_Common._n_batches = globals().get("PEPPER_N_BATCHES", None)
 Pepper_Common._extra = globals().get("PEPPER_EXTRA_ARGS", None)
 Pepper_Common.PEPPER_OUTPUT