Gaussino¶
Main configuration class
- class Gaussino.Configuration.Gaussino(*args, **kwargs)[source]¶
 Bases:
ConfigurableUserMain Configurable of Gaussino.
Warning
Some of these options have to be revisited as they might be inactive or redundant.
- Variables:
 Histograms (str, optional) – default:
"DEFAULT"DatasetName (str, optional) – default:
"Gaussino"DatasetNameForced (bool, optional) – default:
FalseDataType (str, optional) – default:
""SpilloverPaths (list, optional) – default:
[]Phases (list, optional) – default:
["Generator","Simulation"]OutputType (str, optional) – default:
'SIM'EnablePack (bool, optional) – default:
TrueDataPackingChecks (bool, optional) – default:
TrueWriteFSR (bool, optional) – default:
TrueMergeGenFSR (bool, optional) – default:
FalseDebug (bool, optional) – default:
FalseBeamPipe (str, optional) – default:
"BeamPipeOn"ReplaceWithGDML (list, optional) – default:
[ { "volsToReplace": [], "gdmlFile": "" } ]RandomGenerator (str, optional) – default:
'Ranlux'EvtMax (int, optional) – default:
-1EnableHive (bool, optional) – default:
TrueReDecay (bool, optional) – default:
FalseThreadPoolSize (int, optional) – default:
1EventSlots (int, optional) – default:
1ConvertEDM (bool, optional) – default:
FalseForceRandomEngine (str, optional) – default:
'NONE'ParticleTable (str, optional) – default:
'$GAUSSINOROOT/data/ParticleTable.txt'
- __apply_configuration__()[source]¶
 Function to be overridden to convert the high level configuration into a low level one. The default implementation calls applyConf, which is the method defined in some ConfigurableUser implementations.
- outputName()[source]¶
 Build a name for the output file, based on input options. Combines DatasetName, EventType, Number of events and Date
- setOtherProp(other, name)[source]¶
 Set the given property in another configurable object
- Parameters:
 other – The other configurable to set the property for
name – The property name