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

Variables

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

Variable Documentation

◆ _batch_size

Pepper_Common._batch_size = globals().get("PEPPER_BATCH_SIZE", None)
protected

Definition at line 41 of file Pepper_Common.py.

◆ _ecm

Pepper_Common._ecm = globals().get("PEPPER_ECM", runArgs.ecmEnergy)
protected

Definition at line 39 of file Pepper_Common.py.

◆ _extra

Pepper_Common._extra = globals().get("PEPPER_EXTRA_ARGS", None)
protected

Definition at line 43 of file Pepper_Common.py.

◆ _n_batches

Pepper_Common._n_batches = globals().get("PEPPER_N_BATCHES", None)
protected

Definition at line 42 of file Pepper_Common.py.

◆ _nevents

Pepper_Common._nevents = globals().get("PEPPER_NEVENTS", evgenConfig.nEventsPerJob)
protected

Definition at line 37 of file Pepper_Common.py.

◆ _output

Pepper_Common._output = globals().get("PEPPER_OUTPUT", "pepper.events.gz")
protected

Definition at line 40 of file Pepper_Common.py.

◆ _process

Pepper_Common._process = globals().get("PEPPER_PROCESS")
protected

Definition at line 36 of file Pepper_Common.py.

◆ _seed

Pepper_Common._seed = globals().get("PEPPER_SEED", runArgs.randomSeed)
protected

Definition at line 38 of file Pepper_Common.py.

◆ PEPPER_OUTPUT

Pepper_Common.PEPPER_OUTPUT
Initial value:
1= run_pepper(
2 process = _process,
3 nevents = _nevents,
4 seed = _seed,
5 ecm = _ecm,
6 output = _output,
7 batch_size = _batch_size,
8 n_batches = _n_batches,
9 extra_args = _extra,
10)

Definition at line 52 of file Pepper_Common.py.