The GAUSS Project

GAUSS v50r1

Release Notes

2017-09-19 Gauss v50r1

BEWARE:

Release for Sim09 compatible productions for the upgrade

i.e. same generators and Geant4 as Sim09 but new technical features

This version uses projects LHCb v40r2, Geant4 v96r4p5, Gaudi v27r1, LCG_84 (HepMC 2.06.09, Root 6.04.02)
and data packages SQLDDDB v7r* , ParamFiles v8r* , FieldMap v5r* , AppConfig v3r* , Geant4Files v96r* , GDMLData v1r* , XmlVis v2rX , DecFiles v30rX , LHAPDFSets v2r* , BcVegPyData v2r* , GenXiccData v3r* , PGunsData v1r* , MIBData v3r*

This version uses (via LCG_84/MCGenerators):
pythia8 186 (with LHCb Tune1), lhapdf 6.1.4, photos++ 3.56, tauola++ 1.1.6b.lhcb, pythia 6.427.2, hijing 1.383bs.2, crmc 1.5.6 (epos), alpgen 2.1.4, powhegbox r2092, herwig++ 2.7.1, thepeg 1.9.2p1, rivet 2.4.2, yoda 1.5.9
and the internal implementation of: EvtGen with EvtGenExtras, AmpGen, Mint; BcVegPy and GenXicc, SuperChic, LPair, MIB

This version is released on Sim09-upgrade branch.

Due to some changes in physics behaviour for some cases, this release is the first of the Sim08c-Up01 productions.
Refer to the release notes of Gauss v49r8 to find out what are those changes

Developemts and fixes merged from Sim09 branch

[MR !174] Port Sim09 developments as from v49r1 to Sim09-upgrade It includes the MR listed below applied to Sim09 unless listed explicitely as cherry-pick of other MRs.

Changes and Updates to Generators

The version of the generators is fixed but some bug fixes potentially change behavior

[MR !156] Change major version of DecFiles for new Sim09c
Cherry-pick of !151. This change prevent Gauss v49r8 to work with DecFiles < v30r0 and database tags < dddb-2017-07-DD.

Cuts

[MR !153] Gencuts code for Bc_JpsiTauNu and background MC Cherry-pick of !137

[MR !92] Addition of BeautyTo2CharmTomu3h and BeautyTomuCharmTo3h tools to Gen/GenCuts
See LHCBGAUSS-1081

[MR !80] LHCBGAUSS-1023: Add filter on PT in Xicc generator cuts Add property for filtering on daughter PT for Xicc generator level cuts in XiccDaughtersInLHCbAndWithMinPT.cpp

[MR !74] LHCBGAUSS-1005: LambdacD cut for GenCuts The goal is to create the DaughtersInLHCbAndCutsForLambdacD after the DaughtersInLHCbAndCutsForDstarD one.

[MR !18] New cut for *3pi analysis Code provided by Guy Wormser, see LHCBGAUSS-844

Decay: EvtGen, EvtGenExtras, AmpGen

[MR !118] Register VTOSLL model.
See LHCBGAUSS-1149

[MR !99] Generalise and simplify daughter ordering in EvtDDalitz.
This bug fix changes DDalitz model for some event types. Fixes LHCBGAUSS-1088

[MR !98] Fixing bug which fails to recognise Bs --> K*bar mu mu as b --> dll transition.
Different behaviour for this decay. See LHCBGAUSS-1097

[MR !97] Added parameter in Evtbs2llGammaISRFSR to cut on dimuon mass.
See LHCBGAUSS-1089

[MR !88] Update particle properties in Pythia8 - EvtGen.
See LHCBGAUSS-1031

[MR !53] LHCBGAUSS-937: New Bs to J/psi K K model, EvtBsMuMuKK This contains the new EvtGen model named EvtBsMuMuKK for generating Bs to J/psi K K decays for Sim09. This will also be suitable for the master branch.

[MR !45] Updates to the EvtFlatQ2 EvtGen model for B to X lepton lepton decays See LHCBGAUSS-911 The EvtFlatQ2 model has been extended to work for any B to X lepton lepton decays to generate a flat q2 distribution

[MR !72] LHCBGAUSS-980: fix wrong uncertainty of fit fractions in AmpGen To merge also into Sim09-upgrade as well as master

[MR !52] LHCBGAUSS-910: Added D02KKpipi model to AmpGen Add the D02KKpipi model to AmpGen in Sim09 and also into the master branch.

[MR !44] Fixes in AmpGen
Cherry-pick of !41. See LHCBGAUSS-905:

[MR !29]New Amplitude model for D -> pi pi pi Cherry-pick of !26. Details at LHCBGAUSS-838: New Amplitude model from Tim Evans. It consist of two package Gen/AmpGen and Gen/LbAmpGen available in EvtGen via EvtGenExtras. Changes in requirements and cmake build added (made with Marco Clemencic).

[MR !28] Modifications to EvtTauolaEngine for the B to tau tau physics analysis Code changes to EvtTauolaEngine in EvtGen to allow the B to tau tau physics analysis to move forward:
See LHCBGAUSS-841

  1. It uses the updated BaBar hadronic currents by default. An extra decay file keyword TauolaCurrentOption can be used to reset the integer value via Tauola::setNewCurrents(). This means that if there is a build of Tauola with the intricate CLEO currents enabled, then the code will be able to use that by setting Define TauolaCurrentOption -1 in the decay file.
  2. The code also allows the option to set the sub-branching fractions of certain modes via Tauola::setTaukle, which will improve MC generation efficiency by ignoring unneeded modes, using the decay file keywords TauolaBRx, where x = 1,2,3 or 4.
  3. It also contains some code to artificially set the PDG ids of the tau parents to vector bosons to use internal Tauola spin matrix weights, but this is not enabled by default, since we believe it doesn't do the right spin physics for B decays (we need further feedback from the Tauola developers).
  4. There is also new code in EvtParticle to allow the future storage and retrieval of double quantities, such as amplitude weights, via the setAttributeDouble(name, value) and value = getAttributeDouble(name) functions, although no decay model is using this at the moment and will therefore have zero effect on current MC production.
  5. Uses new tauola 1.1.6b.lhcb to allow access to the Cleo intricate model

[MR !16] Modified EvtHQET2FF in EvtGen see LHCBGAUSS-814

[MR !15] Allow setting charmonia polarization Code changes to Gen/Generators/src/component/EvtGenDecay.cpp to allow polarization of any charmonium vector particles for Sim09. Details at LHCBGAUSS-831

Production: Pythia8, Particle Gun, EPOS

[MR !25] Fix for min/max particle masses Bug fix that has as effect to truncate mass of Bs excited states See LHCBGAUSS-857

[MR !161] Add tilt option for particle gun Cherry-pick of !134

[MR !132] Fix MomentumSpectrum to not generate the same particle twice.
Closes LHCBGAUSS-842

[MR !128] Fix setting of seed in MomentumSpectrum

[MR !131] Fix pgun energy according to what set in Gauss().Beam.
This bug fix changes behaviour of pgun for beam energies > 3.5 TeV.
Fixes LHCBGAUSS-1155

[MR !93] Fix typo in EPOS.py (LbCRMC package).
See LHCBGAUSS-1083

[MR !81] LHCBGAUSS-1021: Improvement of signal embedding Improve signal embedding by allowing signal particles with displaced vertices with respect to the primary vertex. Needed for production of signal with EPOS.

[MR !73] LHCBGAUSS-952: Improve EPOS options Improve the EPOS.py option file to generate charmonium, bottomium, Z , W and Drell Yan

[MR !57] LHCBGAUSS-772: PbPb peripheral events by default Generate by default peripheral PbPb events

[MR !42] Improve ImpactParam_PERIPH.py option file related to LHCBGAUSS-657 and LHCBGAUSS-894

[MR !35] New EPOS option file and code for fixed target configuration See LHCBGAUSS-894 Add new EPOS.py generic option file in Gen/LbCRMC which creates automatically the correct configuration for EPOS based on:

[MR !14] J/Psi with EPOS New options to produce J/Psi with Pythia8 and merge them in EPOS. Clean up of unused files.

[MR !13] Avoid crashes in EvtGen with EPOS Fixing the energy of the particle to avoid crash in EvtGen, see LHCBGAUSS-772

[LHCBGAUSS-683] Imported first version of new Gen/LbBound package for nuclei bound stated from master

[LHCBGAUSS-772] Fixes random number seed and options for Pb-Pb test productions with CRMC/EPOS

[MR !37] LHCBGAUSS-906: Add BeamSpotMarkovChainSampleVertex Corresponds to cherry-picked !60 in Sim09. Adds a new beamspot smearing tool that implements a fully correlated (x,y,z,t) sampling using a Markov Chain sampler and a full 4D PDF that describes the intersection of two bunches. It can be optionally used.

[MR !10} Use new version of GenTune requiring Rivet 2. and new dependency on yoda See details also in LHCBGAUSS-598

New fast Simulation option

[MR !85] ReDecay support for SignalRepeatedHadronization.
See LHCBGAUSS-1041

[MR !58] LHCBGAUSS-955: Re-use of the underlying event This merge request contains the code for re-using the underlying event and only simulating the signal parts again. The main part of the code exists in its own package Sim/GaussRedecay with only minimal changes to existing parts of Gauss except the main Gauss Configurable.

For running the code and remaining issues look in the merge request itself.

Slides to clarify the procedure

Monitoring and tests

[MR !109] Adds running over different EM physics lists and other small changesfor MSc in Muon system.
See LHCBGAUSS-874

[MR !108] Tests for EM think layers and Brems.
See LHCBGAUSS-1120

[MR !105] Updated Labelling of Plots and Unlocked further plots in Target tests.
See LHCBGAUSS-869

[MR !82] Updates to Hadronic Multiplicity and Cross Section Test.
See LHCBGAUSS-869

[MR !68] LHCBGAUSS-874: Muon/MuonMoniSim Adds options file to run Muon Hit and MultipleScattering Checkers in Gauss and a script runmuontest.py to run Gauss using these options. Tested locally and working with CMT and CMake.

[MR !71] LHCBGAUSS-878: Matteo's update to the MonitorTiming for Sim09 Latest revision of the detailed timing test (MonitorTiming) for Sim09

[MR !62] Simchecks package add missing aliases

[MR !63] Fix simchecks radlength test

[MR !12] Fix issues for GenTune for qmtest fix options and qmtest directories as in v3r0 on svn, see LHCBGAUSS-598

Code modernization and maintenance

[MR !163] Port Superchic index and doxygen fixes from master Cherry-pick of !157.

[MR !159] Remove EPOS obsolete options Cherry-pick of !150

[MR !139] Fix missing configurables for upgrade Cherenkov algorithms

[MR !170] Fix build with latest LbScripts
Cherry-pick of !91

[MR !83] use Vis/XmlVis as a data package.
See LHCBPS-1696.

[MR !75, !65, !56] Superseeded by later MR Options and examples updates.

[MR !30] Remove script and template for new event type tests from Gauss as well as its execution Cherry-pick of !27. See LHCBGAUSS-838: Remove script and template for new event type tests and executing the script from the cmt requirements. This in not only no longer necessary since they are done in dedicated DecFilesTests project but it also creating problems in making the web page test reporting when building with cmake.

[Commit 43f1e77d]Update Gauss-DEV.py to use latest 2016 tags

[Commit fd3f764f]Update CMakeLists.txt to set the PYTHIA8DATA environment that is used by EvtGen

[MR !11]Solving project dependency issues for cmake

Developments from master (including in svn head before switching to Git) or specific fixes

Generators

[MR !165] Port options of Hijing for production from master Update of the Hijing configuration file to be compatible with the new HI Gauss version

[MR !154] Update CMakeLists.txt to add dependency for run time

Monitoring and tests

[MR !152] Port from master in Sim09-upgrade changes in VPMoniSim

Code optimization, modernization and maintenance

[MR !174] Update of nightly tests references

[MR !169] Add local tag for faster RICH

[MR !173] Port update of GaussGeo from master (its use off by default)

[MR !171] Utilise GaussGeo in Gauss Configurable

[MR !164] Port RICH fast options into Sim09-upgrade Only changes in Gauss() configurable

[MR !142] Port all fast RICH and make file changes to upgrade
This includes what was committed in svn master, i.e. Created a GaussRICH and a GaussCherekkov configurable. They have simiar various options allowing to run the RICH simulation for the current and upgrade detectors at 4 different speeeds which can be set from the Gauss Configurable.

The GaussRICH configurable gets the 'year' of the data to simulate from the Gauss DataType. This automatically sets things like the activation of aerogel, amount of scintillation yield fraction in RICH2 as appropriate. It is also possible override these settings for special runs, if needed. The configurable also takes care of the Gauss Configurations when the RICH geometry is not present or Geant4 is skipped. - When the aerogel is switched off, in order to avoid some useless print statements there is a file named $GAUSSROOT/xml/SimulationRICHAerogelOff.xml which is automatically activated. The older name for this file was SimulationRICHesOff.xml in the same area, which is a confusing name since it does not switch off the RICH; but this file still kept for backward compatibility.

The GaussCherenkov configurable only has the 'Upgrade' datatype and so the year of the data is set as 2022. The aerogel is automatically switched off. An options file to set the various options Binary Readout options is made available. The default setup does not require this options file

Many improvements in the algorithms to speed up the RICH2 simulation in particular:
- Added new track action named RichG4TrackActionRich2Photon which suppresses some of the photons created by scintillation process in RICH2, which are not expected to reach the detector plane. - Modified RichG4TrackActionRich2Photon and GiGaPhysConstructorOp so that the suppression factor from efficiency losses is transferred to the scintillation process, when creating that process. This is to reduce the creation of extra photons, instead of suppressing them after they are created in their first step. A good fraction of the scintillation photons which do not go to the detector plane die in their first step after reaching the vessel edge. - Added a trackaction RichG4TrackActionRich2DbgPhotonTrack and a step action named RichG4StepAnalysis15. for debugging purpose. This is to study the effect of killing rich2 photons. This is not actived by default and is for special studies only. - The pixel efficiency and the readout efficiencies seen in data updated into RichG4TrackActionPhotOpt at pre-user trackaction level. The corresponding suppressions are avoided at the hit level in the RichHpdSiEnergyLoss so that there is no double suppressions (double counting) for these efficiencies. - The Max of the mirror reflectivites are also included in RichG4TrackActionPhotOpt at pre-user trackaction level. The default max efficiencies are set to 1.0 so that there is no suppression. But when the max efficienies as listed in the recent DB is read in, those values are used. In the same database update, new mirror reflectivity tables are activated where the reflectivities are scaled up accordingly so that there is no double counting of the effect from the max reflectivities. As a result the program can be run with or without the new database update for RICH. When the new database update is used, the cpu time is improved.

[MR !148] Fix missing configurables for upgrade Cherenkov algorithms

[MR !167] Update options and tests for upgrade detector

[MR !154] Update CMakeLists.txt to add dependency for run time

[MR !141] Fixes in view of Sim10Dev when using Gaudi v28 and LHCb v42r3 Mostly changes from endreq to endmsg

[MR !136] Fixes for upgrade cmake

Package Versions

Bcm/BcmMoniSimdocGen/LbHidValleydocSim/GaussAlgsdoc
Bcm/BcmMoniSimcmtGen/LbHidValleycmtSim/GaussAlgssrc
Bcm/BcmMoniSimoptionsGen/LbHidValleyoptionsSim/GaussAlgsCMakeLists.txt
Bcm/BcmMoniSimsrcGen/LbHidValleyLbHidValleySim/GaussCalomisc
Bcm/BcmMoniSimCMakeLists.txtGen/LbHidValleysrcSim/GaussCalosrc
Bls/BlsMoniSimcmtGen/LbHidValleyCMakeLists.txtSim/GaussCalooptions
Bls/BlsMoniSimdocGen/LbHijingdocSim/GaussCalocmt
Bls/BlsMoniSimsrcGen/LbHijingcmtSim/GaussCalodoc
Bls/BlsMoniSimoptionsGen/LbHijingLbHijingSim/GaussCaloCMakeLists.txt
Bls/BlsMoniSimCMakeLists.txtGen/LbHijingoptionsSim/GaussCherenkovpython
Calo/CaloMoniSimoptionsGen/LbHijingsrcSim/GaussCherenkovGaussCherenkov
Calo/CaloMoniSimsrcGen/LbHijingCMakeLists.txtSim/GaussCherenkovsrc
Calo/CaloMoniSimdocGen/LbLPairv1r0 Sim/GaussCherenkovCMakeLists.txt
Calo/CaloMoniSimcmtGen/LbMIBoptionsSim/GaussCherenkovoptions
Calo/CaloMoniSimCMakeLists.txtGen/LbMIBsrcSim/GaussCherenkovdoc
Gen/BcVegPydocGen/LbMIBdataSim/GaussCherenkovcmt
Gen/BcVegPycmtGen/LbMIBcmtSim/GaussGeosrc
Gen/BcVegPyincludeGen/LbMIBscriptsSim/GaussGeoGaussGeo
Gen/BcVegPysrcGen/LbMIBdocSim/GaussGeocmt
Gen/BcVegPyCMakeLists.txtGen/LbMIBCMakeLists.txtSim/GaussGeodoc
Gen/EvtGenEvtGenBaseGen/LbOniaPairsdocSim/GaussGeoCMakeLists.txt
Gen/EvtGenCMakeLists.txtGen/LbOniaPairscmtSim/GaussKinecmt
Gen/EvtGendocGen/LbOniaPairsoptionsSim/GaussKinedoc
Gen/EvtGencmtGen/LbOniaPairsLbOniaPairsSim/GaussKinesrc
Gen/EvtGenEvtGenModelsGen/LbOniaPairssrcSim/GaussKineCMakeLists.txt
Gen/EvtGensrcGen/LbOniaPairsCMakeLists.txtSim/GaussMonitorcmt
Gen/EvtGenEvtGenGen/LbPGunsLbPGunsSim/GaussMonitordoc
Gen/EvtGenExtrasv3r12p1 Gen/LbPGunssrcSim/GaussMonitoroptions
Gen/GENSERcmtGen/LbPGunsdocSim/GaussMonitorsrc
Gen/GENSERdocGen/LbPGunsoptionsSim/GaussMonitorCMakeLists.txt
Gen/GENSERcmakeGen/LbPGunscmtSim/GaussPhysicsdoc
Gen/GENSERsrcGen/LbPGunsCMakeLists.txtSim/GaussPhysicscmt
Gen/GENSERCMakeLists.txtGen/LbPowhegv4r0 Sim/GaussPhysicssrc
Gen/GenCutssrcGen/LbPythiaoptionsSim/GaussPhysicsCMakeLists.txt
Gen/GenCutsdocGen/LbPythiacmtSim/GaussRICHdoc
Gen/GenCutscmtGen/LbPythiaLbPythiaSim/GaussRICHoptions
Gen/GenCutsCMakeLists.txtGen/LbPythiadocSim/GaussRICHpython
Gen/GenTestsoptionsGen/LbPythiasrcSim/GaussRICHcmt
Gen/GenTestspythonGen/LbPythiaCMakeLists.txtSim/GaussRICHGaussRICH
Gen/GenTestscmtGen/LbPythia8cmtSim/GaussRICHsrc
Gen/GenTestsdocGen/LbPythia8LbPythia8Sim/GaussRICHCMakeLists.txt
Gen/GenTestsCMakeLists.txtGen/LbPythia8docSim/GaussToolssrc
Gen/GenTunetestsGen/LbPythia8srcSim/GaussToolsdoc
Gen/GenTunescriptsGen/LbPythia8optionsSim/GaussToolsGaussTools
Gen/GenTunebinGen/LbPythia8CMakeLists.txtSim/GaussToolsCMakeLists.txt
Gen/GenTunesrcGen/LbSuperChicoptionsSim/GaussToolscmt
Gen/GenTunedocGen/LbSuperChicsrcSim/GaussTrackersrc
Gen/GenTuneoptionsGen/LbSuperChicdocSim/GaussTrackercmt
Gen/GenTunecmtGen/LbSuperChiccmtSim/GaussTrackerdoc
Gen/GenTuneCMakeLists.txtGen/LbSuperChicCMakeLists.txtSim/GaussTrackeroptions
Gen/GenXiccsrcGen/MinttestSim/GaussTrackerCMakeLists.txt
Gen/GenXicccmtGen/MintMintSim/GiGadoc
Gen/GenXiccdocGen/MintdocSim/GiGaoptions
Gen/GenXiccincludeGen/MintcmtSim/GiGaGiGa
Gen/GenXiccCMakeLists.txtGen/MintModelsSim/GiGacmt
Gen/GeneratorssrcGen/MintsrcSim/GiGasrc
Gen/GeneratorsGeneratorsGen/Mint.projectSim/GiGaCMakeLists.txt
Gen/GeneratorscmtGen/MintCMakeLists.txtSim/GiGaCnvsrc
Gen/GeneratorsdocGen/MintMakefileSim/GiGaCnvcmt
Gen/GeneratorsCMakeLists.txtGen/SuperChiccmtSim/GiGaCnvGiGaCnv
Gen/LPairsrcGen/SuperChicpythonSim/GiGaCnvdoc
Gen/LPairpythonGen/SuperChicdocSim/GiGaCnvCMakeLists.txt
Gen/LPairdocGen/SuperChicSuperChicSim/GiGaVisUIsrc
Gen/LPairLPairGen/SuperChicsrcSim/GiGaVisUIcmt
Gen/LPaircmtGen/SuperChicCMakeLists.txtSim/GiGaVisUIdoc
Gen/LPairCMakeLists.txtHC/HCMoniSimcmtSim/GiGaVisUICMakeLists.txt
Gen/LbAlpGenoptionsHC/HCMoniSimdocSim/LbGDMLcmt
Gen/LbAlpGenLbAlpGenHC/HCMoniSimsrcSim/LbGDMLdoc
Gen/LbAlpGensrcHC/HCMoniSimCMakeLists.txtSim/LbGDMLsrc
Gen/LbAlpGenscriptsLCG_GeneratorsInterfaces/alpgencmtSim/LbGDMLoptions
Gen/LbAlpGendocLCG_GeneratorsInterfaces/crmccmtSim/LbGDMLCMakeLists.txt
Gen/LbAlpGencmtLCG_GeneratorsInterfaces/herwigppcmtSim/SimChecksscripts
Gen/LbAlpGenCMakeLists.txtLCG_GeneratorsInterfaces/hijingcmtSim/SimCheckspython
Gen/LbBcVegPysrcLCG_GeneratorsInterfaces/lhapdfcmtSim/SimCheckscmt
Gen/LbBcVegPyoptionsLCG_GeneratorsInterfaces/photosppcmtSim/SimChecksoptions
Gen/LbBcVegPycmtLCG_GeneratorsInterfaces/powhegboxcmtSim/SimChecksdoc
Gen/LbBcVegPyLbBcVegPyLCG_GeneratorsInterfaces/pythia6cmtSim/SimChecksCMakeLists.txt
Gen/LbBcVegPydocLCG_GeneratorsInterfaces/pythia8cmtSim/SimSvccmt
Gen/LbBcVegPyCMakeLists.txtLCG_GeneratorsInterfaces/rivetcmtSim/SimSvcSimSvc
Gen/LbBoundv1r0 LCG_GeneratorsInterfaces/tauolappcmtSim/SimSvcdoc
Gen/LbCRMCdocLCG_GeneratorsInterfaces/thepegcmtSim/SimSvcsrc
Gen/LbCRMCcmtLCG_SettingsscriptsSim/SimSvcCMakeLists.txt
Gen/LbCRMCLbCRMCLCG_SettingscmtTools/ClhepToolsClhepTools
Gen/LbCRMCoptionsLCG_SettingspythonTools/ClhepToolsdoc
Gen/LbCRMCsrcMuon/MuonMoniSimcmtTools/ClhepToolscmt
Gen/LbCRMCCMakeLists.txtMuon/MuonMoniSimscriptsTools/ClhepToolsCMakeLists.txt
Gen/LbGenXiccsrcMuon/MuonMoniSimdocVP/VPMoniSimcmt
Gen/LbGenXiccdocMuon/MuonMoniSimsrcVP/VPMoniSimdoc
Gen/LbGenXiccLbGenXiccMuon/MuonMoniSimoptionsVP/VPMoniSimsrc
Gen/LbGenXicccmtMuon/MuonMoniSimCMakeLists.txtVP/VPMoniSimCMakeLists.txt
Gen/LbGenXiccoptionsReleaseNotesv50r1.mdVelo/VeloGausssrc
Gen/LbGenXiccCMakeLists.txtSim/GausssrcVelo/VeloGaussoptions
Gen/LbHarddocSim/GaussoptionsVelo/VeloGausscmt
Gen/LbHardLbHardSim/GausscmtVelo/VeloGaussdoc
Gen/LbHardcmtSim/GaussjobVelo/VeloGaussCMakeLists.txt
Gen/LbHardsrcSim/GaussscriptsVis/VisSvccmt
Gen/LbHardCMakeLists.txtSim/GausspythonVis/VisSvcdoc
Gen/LbHerwigppcmtSim/GaussdocVis/VisSvcsrc
Gen/LbHerwigppdocSim/GausstestsVis/VisSvcVisSvc
Gen/LbHerwigppsrcSim/GaussxmlVis/VisSvcCMakeLists.txt
Gen/LbHerwigppoptionsSim/GaussCMakeLists.txt
Gen/LbHerwigppCMakeLists.txtSim/GaussAlgscmt