34from Pepper_i.PepperConfig
import run_pepper
36_process = globals().
get(
"PEPPER_PROCESS")
37_nevents = globals().
get(
"PEPPER_NEVENTS", evgenConfig.nEventsPerJob)
38_seed = globals().
get(
"PEPPER_SEED", runArgs.randomSeed)
39_ecm = globals().
get(
"PEPPER_ECM", runArgs.ecmEnergy)
40_output = globals().
get(
"PEPPER_OUTPUT",
"pepper.events.gz")
41_batch_size = globals().
get(
"PEPPER_BATCH_SIZE",
None)
42_n_batches = globals().
get(
"PEPPER_N_BATCHES",
None)
43_extra = globals().
get(
"PEPPER_EXTRA_ARGS",
None)
47 "Pepper_Common.py: please set PEPPER_PROCESS in the JO "
48 "(e.g. PEPPER_PROCESS = 'ppjj').")
52PEPPER_OUTPUT = run_pepper(
58 batch_size = _batch_size,
59 n_batches = _n_batches,
T * get(TKey *tobj)
get a TObject* from a TKey* (why can't a TObject be a TKey?)