3 from EvgenJobTransforms.EvgenCAConfig
import EvgenConfig
4 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
5 from GeneratorConfig.Sequences
import EvgenSequence, EvgenSequenceFactory
10 self.
description = [
"Single neutrinos with fixed eta and E: purely for pile-up/lumi testing"]
14 self.generators += [
"ParticleGun"]
20 import ParticleGun
as PG
21 pg = PG.ParticleGun(randomStream=
"SINGLE", randomSeed=flags.Random.SeedOffset)
23 pg.sampler.mom = PG.EEtaMPhiSampler(energy=50000, eta=0)
25 sampleConfig.addEventAlgo(pg)