-
Notifications
You must be signed in to change notification settings - Fork 107
Description
When running the following gevgen command I run into a fatal error:
gevgen -n 20000 -p 14 -t 1000260560 -e 150 -r 1008 --seed 2989819 --cross-sections /home/archie/Documents/Simulation_Stuff/Genie_Cross_Sections/G2111a00000/data/gxspl-NUsmall.xml --tune G21_11a_00_000
With the console outputting the following after loading the splines:
1707909763 WARN Algorithm : [n] <Algorithm.cxx::FindConfig (157)> : No Configuration available for genie::EventGeneratorListAssembler/Default at the ConfigPool
1707909763 NOTICE Decay : [n] <Decayer.cxx::LoadConfig (221)> :
Configured to decay:
[-]
|---o rho- (PDG code = -213)
|---o rho0 (PDG code = 113)
|---o rho+ (PDG code = 213)
|---o eta (PDG code = 221)
|---o omega (PDG code = 223)
|---o eta' (PDG code = 331)
...
|---o Lambda_c+ (PDG code = 4122)
|---o Sigma_c+ (PDG code = 4212)
|---o Sigma_c++ (PDG code = 4222)
1707909763 FATAL Algorithm : [n] </home/archie/Documents/Software/Genie/src/Framework/Algorithm/Algorithm.icc::GetParam (102)> : *** Key: FermiConstant does not exist in pools from algorithm : genie::BergerSehgalRESPXSec2014/NoPauliBlock
1707909763 FATAL Algorithm : [n] </home/archie/Documents/Software/Genie/src/Framework/Algorithm/Algorithm.icc::GetParam (106)> : *** Current Configuration
1707909763 FATAL Algorithm : [n] </home/archie/Documents/Software/Genie/src/Framework/Algorithm/Algorithm.icc::GetParam (107)> :
[-] Registry name: [genie::BergerSehgalRESPXSec2014/NoPauliBlock_summary] - Write Status: [unlocked] - Inhibited Item Locking: [on] - # entries: 65
|-----------------------------------------> CKM-Vcd [double] [unlocked] [l] : 0.22
|-----------------------------------------> CKM-Vcs [double] [unlocked] [l] : 0.995
The same occurs when I attempt to run gevgen with the tune G18_10a_02_11b. Running without specifying a tune (i.e using the default G18_02a_00_000) works perfectly fine, and generates the event file as expected.