ATLAS Offline Software
Superchic_i/share/common/Pythia8_Base_Common.py
Go to the documentation of this file.
1 from AthenaCommon import Logging
2 logger = Logging.logging.getLogger("Superchic_i")
3 
4 
5 
6 from Pythia8_i.Pythia8_iConf import Pythia8_i
7 genSeq += Pythia8_i("Pythia8")
8 evgenConfig.generators += ["Pythia8"]
9 
10 
11 if "StoreLHE" in genSeq.Pythia8.__slots__.keys():
12  print("Pythia8_Base_Fragment.py: DISABLING storage of LHE record in HepMC by default. Please re-enable storage if desired")
13  genSeq.Pythia8.StoreLHE = False
14 
15 genSeq.Pythia8.LHEFile = genSeq.SuperChicConfig.outputLHEFile()
16 genSeq.Pythia8.CollisionEnergy = int(runArgs.ecmEnergy)
17 
18 testSeq.TestHepMC.MaxTransVtxDisp = 1000000
19 testSeq.TestHepMC.MaxVtxDisp = 1000000000
CaloCellPos2Ntuple.int
int
Definition: CaloCellPos2Ntuple.py:24
Pythia8_i
Definition: Pythia8_i.h:59
Muon::print
std::string print(const MuPatSegment &)
Definition: MuonTrackSteering.cxx:28