Skip to content
Snippets Groups Projects
Commit 6c5fb84c authored by Marco Clemencic's avatar Marco Clemencic
Browse files

v31r1

parent 55bf0389
No related branches found
No related tags found
No related merge requests found
Showing
with 261 additions and 356 deletions
......@@ -6,7 +6,7 @@
# http://cern.ch/lhcb-comp/Support/html/new_structure.pdf
#============================================================================
package BcmMoniSim
version v1r0
version v1r1
#============================================================================
# This template is an example for a standard Algorithm package
......
v1r0
v1r1
......@@ -4,7 +4,13 @@
! Purpose : Histograming for the BCM stations
!----------------------------------------------------------------------------
!========================= BcmMoniSim v1r0 2008-02-15 =========================
!======================== BcmMoniSim v1r1 2008-06-10 ========================
! 2008-06-10 - Gloria CORTI
- Adapt options to new path in detector element upstream of VELO for
geometry head-20080516
!======================== BcmMoniSim v1r0 2008-02-15 ========================
! 2008-02-15 - Magnus Lieng
- Created a new package BcmMoniSim.
!============================================================================
DetectorsMonitor.Members += { "BcmHitChecker/BcmHitCheckerUp" };
BcmHitCheckerUp.BcmDetLocation = "/dd/Structure/LHCb/BeforeMagnetRegion/BcmUp";
BcmHitCheckerUp.BcmDetLocation = "/dd/Structure/LHCb/BeforeMagnetRegion/BeforeVelo/BcmUp";
BcmHitCheckerUp.MonitorInDetail = false;
DetectorsMonitor.Members += { "BcmHitChecker/BcmHitCheckerDown" };
......
#ifndef BCMDET_DEBCM_H
#define BCMDET_DEBCM_H 1
// Include files
#include <vector>
#include <string>
#include "DetDesc/DetectorElement.h"
#include "DetDesc/IGeometryInfo.h"
static const CLID& CLID_DeBcm = 14001;
namespace DeBcmLocation{
static const std::string& BcmUp="/dd/Structure/LHCb/BeforeMagnetRegion/BcmUp";
static const std::string& BcmDown="/dd/Structure/LHCb/MagnetRegion/BcmDown";
static const std::string& Default=BcmUp;
}
namespace DeBcmShifts{
static const unsigned int shiftStationID = 3;
static const unsigned int shiftSensorID = 0;
}
class DeBcm: public DetectorElement {
public:
DeBcm();
DeBcm(int nStation);
~DeBcm();
inline static const CLID& classID(){
return CLID_DeBcm;
}
inline virtual const CLID& clID() const {
return classID();
}
virtual StatusCode initialize();
inline int stationNumber() const {
return m_StationNumber;
}
void setStationNumber(int nStation){
m_StationNumber = nStation;
}
const int sensitiveVolumeID( const Gaudi::XYZPoint& point )const;
private:
int m_StationNumber;
};
#endif
#ifndef BCMDET_DEBCMSENS_H
#define BCMDET_DEBCMSENS_H 1
// Include files
#include <vector>
#include <string>
#include "DetDesc/DetectorElement.h"
#include "DetDesc/IGeometryInfo.h"
static const CLID& CLID_DEBcmSens = 14000;
class DeBcmSens: public DetectorElement {
public:
DeBcmSens();
DeBcmSens(int nSensor);
~DeBcmSens();
inline static const CLID& classID(){
return CLID_DEBcmSens;
}
inline virtual const CLID& clID() const {
return classID();
}
virtual StatusCode initialize();
inline int sensorNumber() const {
return m_SensorNumber;
}
void setSensorNumber(int nSensor){
m_SensorNumber = nSensor;
}
const int sensitiveVolumeID( const Gaudi::XYZPoint& point )const;
private:
int m_SensorNumber;
};
#endif
(i__main__
LogFile
p0
(dp1
S'_installed_files'
p2
(dp3
S'../../../Det/BcmDet/v1r0/slc4_ia32_gcc34/libBcmDet.so'
p4
S'../../../../InstallArea/slc4_ia32_gcc34/lib/libBcmDet.so'
p5
sS'../../../Det/BcmDet/v1r0/slc4_ia32_gcc34/libBcmDetLib.so'
p6
S'../../../../InstallArea/slc4_ia32_gcc34/lib/libBcmDetLib.so'
p7
sS'/afs/cern.ch/user/m/mlieng/cmtuser/Gauss_v30r5/Det/BcmDet/v1r0/genConf/BcmDet'
p8
(dp9
S'/afs/cern.ch/user/m/mlieng/cmtuser/Gauss_v30r5/Det/BcmDet/v1r0/genConf/BcmDet/BcmDetConf.py'
p10
S'/afs/cern.ch/user/m/mlieng/cmtuser/Gauss_v30r5/InstallArea/python/BcmDet/BcmDetConf.py'
p11
sS'/afs/cern.ch/user/m/mlieng/cmtuser/Gauss_v30r5/Det/BcmDet/v1r0/genConf/BcmDet/BcmDet_confDb.py'
p12
S'/afs/cern.ch/user/m/mlieng/cmtuser/Gauss_v30r5/InstallArea/python/BcmDet/BcmDet_confDb.py'
p13
ssS'../../../../../../../../sw/Gaudi/releases/GAUDI/GAUDI_v19r7/GaudiPolicy/v8r0/cmt/fragments/__init__.py'
p14
S'../../../../InstallArea/python/BcmDet/__init__.py'
p15
sS'../../../Det/BcmDet/v1r0/slc4_ia32_gcc34/libBcmDetDict.so'
p16
S'../../../../InstallArea/slc4_ia32_gcc34/lib/libBcmDetDict.so'
p17
sS'../../Det/BcmDet/v1r0/genConf/BcmDet'
p18
(dp19
S'../../../Det/BcmDet/v1r0/genConf/BcmDet/BcmDetConf.py'
p20
S'../../../../InstallArea/python/BcmDet/BcmDetConf.py'
p21
sS'../../../Det/BcmDet/v1r0/genConf/BcmDet/BcmDet_confDb.py'
p22
S'../../../../InstallArea/python/BcmDet/BcmDet_confDb.py'
p23
ssS'/afs/cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v19r5/GaudiPolicy/v7r1/cmt/fragments/__init__.py'
p24
S'/afs/cern.ch/user/m/mlieng/cmtuser/Gauss_v30r5/InstallArea/python/BcmDet/__init__.py'
p25
ssb.
\ No newline at end of file
# $Id: requirements,v 1.1.1.1 2008-02-15 13:35:24 mlieng Exp $
# =========================================================================
# Maintained by : Magnus Lieng
package BcmDet
version v1r0
# =============== structure ===============================================
branches src cmt doc BcmDet dict
# =============== used packages ===========================================
use DetDesc v* Det
use DetDescCnv v* Det
use LHCbKernel v* Kernel
use LHCbMath v* Kernel
use GaudiAlg v*
use GSL v* LCG_Interfaces
use Boost v* LCG_Interfaces
# =============== own includes ============================================
#apply_pattern install_more_includes more=BcmDet
include_dirs $(BCMDETROOT)
# =============== link library (base classes) =============================
library BcmDetLib Lib/*.cpp
# =============== component library =======================================
library BcmDet component/*.cpp
#================ patterns ================================================
apply_pattern component_library library=BcmDet
apply_pattern linker_library library=BcmDetLib
# =============== LCG Dictionaries ============================================
apply_pattern reflex_dictionary \
dictionary=BcmDet \
headerfiles=$(BCMDETROOT)/dict/BcmDetDict.h \
selectionfile=$(BCMDETROOT)/dict/BcmDetDict.xml \
options="-U__MINGW32__"
# Hack for cmt v1r19 bug to link dictionary on windows
macro BcmDetDict_use_linkopts $(use_linkopts)
v1r0
#ifndef DICT_BCMDETDICT_H
#define DICT_BCMDETDICT_H 1
#include "BcmDet/DeBcmSens.h"
#include "BcmDet/DeBcm.h"
#endif
<lcgdict>
<class name="DeBcmSens" />
<class name="DeBcm" />
<variable pattern="DeBcmLocation::*"/>
</lcgdict>
!----------------------------------------------------------------------------
! Package : BcmDet
! Responsible : Magnus Lieng
! Purpose : BCM DetectorElement
!----------------------------------------------------------------------------
!========================= BcmDet v1r0 2008-02-11 ==========================
! 2008-02-11 - Magnus Lieng
- Created a new package BcmDet
#include "BcmDet/DeBcm.h"
DeBcm::DeBcm() :
m_StationNumber(0)
{
}
DeBcm::DeBcm(int nStation) :
m_StationNumber(nStation)
{
}
DeBcm::~DeBcm()
{
}
StatusCode DeBcm::initialize()
{
MsgStream msg( msgSvc(), name() );
StatusCode sc = DetectorElement::initialize();
if( sc.isFailure() ) {
msg << MSG::ERROR << "Failure to initialize DetectorElement" << endreq;
return sc ;
}
int station = param<int>("stationId");
setStationNumber(station);
return sc;
}
const int DeBcm::sensitiveVolumeID( const Gaudi::XYZPoint& point )const{
const IDetectorElement* sensor = childDEWithPoint(point);
if( sensor ){
int nSensor = sensor->sensitiveVolumeID(point);
if( nSensor == -1){
return nSensor;
}
else{
int identifier = (stationNumber()<<DeBcmShifts::shiftStationID)|(nSensor<<DeBcmShifts::shiftSensorID);
return identifier;
}
}
else{
return -1;
}
}
#include "BcmDet/DeBcmSens.h"
DeBcmSens::DeBcmSens() :
m_SensorNumber(0)
{
}
DeBcmSens::DeBcmSens(int nSensor) :
m_SensorNumber(nSensor)
{
}
DeBcmSens::~DeBcmSens()
{
}
StatusCode DeBcmSens::initialize()
{
MsgStream msg( msgSvc(), name() );
StatusCode sc = DetectorElement::initialize();
if( sc.isFailure() ) {
msg << MSG::ERROR << "Failure to initialize DetectorElement" << endreq;
return sc ;
}
int sensor = param<int>("sensId");
setSensorNumber(sensor);
return sc;
}
const int DeBcmSens::sensitiveVolumeID( const Gaudi::XYZPoint& point )const{
if( isInside( point ) ){
return sensorNumber();
}
else{
return -1;
}
}
#include "DetDescCnv/XmlUserDetElemCnv.h"
#include "BcmDet/DeBcmSens.h"
typedef XmlUserDetElemCnv<DeBcmSens> XmlDeBcmSens;
#include "BcmDet/DeBcm.h"
typedef XmlUserDetElemCnv<DeBcm> XmlDeBcm;
DECLARE_CONVERTER_FACTORY(XmlDeBcmSens)
DECLARE_CONVERTER_FACTORY(XmlDeBcm)
#include "GaudiKernel/LoadFactoryEntries.h"
LOAD_FACTORY_ENTRIES(BcmDet)
package GaussSys
version v31r0
version v31r2
branches cmt doc
......@@ -8,16 +8,15 @@ branches cmt doc
#==================================================================
# Gauss application: the application is not built on Win32
macro Gauss_use "Gauss v31r0 Sim" WIN32 ""
macro Gauss_use "Gauss v31r1 Sim" WIN32 ""
use ${Gauss_use}
# Generator packages: only a fraction available for release on Win32
# but temporarly switch them off on Win32
use LHCbDefinitions v2r0 Kernel
macro GENSER_use "GENSER v4r0 Gen" WIN32 ""
macro GENSER_use "GENSER v4r1 Gen" WIN32 ""
macro EvtGen_use "EvtGen v9r1 Gen" WIN32 ""
macro Generators_use "Generators v8r0 Gen" WIN32 ""
macro LbPythia_use "LbPythia v7r1 Gen" WIN32 ""
macro Generators_use "Generators v8r1 Gen" WIN32 ""
macro LbPythia_use "LbPythia v7r2 Gen" WIN32 ""
use ${GENSER_use}
use ${EvtGen_use}
use ${Generators_use}
......@@ -30,7 +29,7 @@ macro LbAlpGen_use "LbAlpGen v1r0 Gen" WIN32 ""
macro BcVegPy_use "BcVegPy v1r1p2 Gen" WIN32 ""
macro LbBcVegPy_use "LbBcVegPy v1r5 Gen" WIN32 ""
macro LbHerwig_use "LbHerwig v5r2 Gen" WIN32 ""
macro LbHidValley_use "LbHidValley v2r0 Gen" WIN32 ""
macro LbHidValley_use "LbHidValley v2r1 Gen" WIN32 ""
macro LbHijing_use "LbHijing v3r2 Gen" WIN32 ""
use ${LbPythia8_use}
#OFF use ${LbAlpGen_use}
......@@ -40,12 +39,12 @@ use ${LbHerwig_use}
#OFF use ${LbHidValley_use}
use ${LbHijing_use}
#
use LbMIB v2r1 Gen
use ParticleGuns v4r0 Gen
use LbMIB v2r2 Gen
use ParticleGuns v5r0 Gen
# Simulation basic packages
use GiGa v19r1 Sim
use GiGaCnv v18r4 Sim
use GiGa v19r2 Sim
use GiGaCnv v18r5 Sim
use SimSvc v5r1 Sim
macro GiGaVisUI_use "GiGaVisUI v4r0 Sim" WIN32 ""
use ${GiGaVisUI_use}
......@@ -55,19 +54,18 @@ use ClhepTools v2r1 Tools
# Simulation specialized packages
use GaussKine v2r0 Sim
use GaussAlgs v3r2 Sim
use GaussTools v13r4 Sim
use GaussRICH v8r1 Sim
use GaussTools v13r5 Sim
use GaussRICH v8r2 Sim
use GaussTracker v6r1 Sim
use GaussCalo v9r0p1 Sim
use GaussPhysics v5r1 Sim
use GaussCalo v9r1 Sim
use GaussPhysics v5r2 Sim
# Monitoring packages
use GaussMonitor v5r1 Sim
use CaloMoniSim v3r1p1 Calo
use VeloGauss v2r2 Velo
use VeloGauss v2r3 Velo
use MuonMoniSim v2r3 Muon
use BcmDet v1r0 Det ## TEMP until in LHCb
use BcmMoniSim v1r0 Bcm
use BcmMoniSim v1r1 Bcm
# GMDL
#use GDML v1r240p0 Sim
......
v31r0
v31r2
......@@ -3,8 +3,241 @@ Package : GaussSys
Package manager : Gloria Corti
Purpose: LHCb Simulation program
</PRE><H1><A NAME="v31r1">2008-06-11 - GaussSys v31r1</A></H1><PRE>
<H2><A NAME="Note">DEVELOPEMENT version. Support only latest geometry tag
head-20060516. Remove LHCbDefinitions.
</A></H2>
<H3><A NAME="Use">This version uses:
<b>LHCb v23r6 (and Gaudi v19r9)</b>
pythia6 416.2, photos 215.2, lhapdf 5.3.1 (via LCG_GeneratorsInterfaces)
HepMC 1.26.02 (via LCG_Interfaces)
Geant4 v83r2 (based on geant4.8.3.patch02)
<b>DecFiles v14r4</b>, ParamFiles v7r1
DDDB v1r*, FieldMap v5r0, XmlVis v1r5</A></H3>
<H3><A NAME="Exe">Used by GaussXXX executables:
herwig 6.510.2, jimmy 4.31.2 (via LCG_GeneratorsInterfaces)
hijing 1.383bs.2 (via LCG_GeneratorsInterfaces)
<b>pythia8 107.1</b></A></H3>
<H3><A NAME="Details">
Development version.
Partially built on Win32, temporarly swith off all generators to test
new builds by LCG.
Provide python steerings (lhcb-2008.py) for gaudirun.py
</A></H3>
!======================== Gauss v31r1 2008-06-11 =============================
! 2008-06-11 - Gloria CORTI
- Introduce generic example for generator and simulation phase stand-alone
with latest DB tags
. lhcb-2008-{GenPhase,SimPhase}.opts
- Modify generator and simulation stand alone options to be used as modifier
options for standard one
. GenStandAlone.opts
. GaussSimPhase.opts
- Modify EvtGenAlone.opts to be used in combination with GenStandAlone.opts
. EvtGenAlone.opts
! 2008-06-10 - Gloria CORTI
- Adapt to changes in geometry structure upstream of Velo and downstream of
muon system for BCM simulation and BeamScintillators
. BCMSimulation.opts
. BeamScintillators.opts
- Pick latest geometry options
. GaussVis.opts
- Remove "older" geometry no longer working
. lhcb-200801.{py,opts}
. lhcb-200802.{py,opts}
. lhcb-200802-{BOff,450GeV-OpenVelo-BOff,SimPhase}.opts
- Introduce generic example for BOff and collisions at 450 GeV with Velo
open and magnetic field off
. lhcb-2008-{BOff,450GeV-OpenVelo-BOff}.opts
! 2008-06-05 - Gloria CORTI from Marco CLEMENCIC
- Put comment on separate line, otherwise gaudirun.py does not work, because
it ignores the options in following lines in particular
"EventDataSvc.ForceLeaves = true ;"
so that data cannot be written in TES
! 2008-06-02 - Gloria CORTI
- New steering options to pick up latest version of geometry
( tag=head-20080516 ).
. options/lhcb-2008.{opts,py}
! 2008-05-30 - Gloria CORTI
- Use latest version of FieldMap DB (v5r0) with measured field
- Use latest version of DecFiles (v14r4) with new event types
- Use latest version of MIBData (v2r0) with beam gas in LSS sources and
compatible with both 32-bit and 64-bit
- Use ParticleTable with corrected PDG for D(2S), D*(2640) and Lambda_c(2625)
. options/Common.opts
- Introduce options to run with measured magnetic field map
. options/MeasuredFieldMap.opts
- Move in item list the "RIchHpdSurfaces" after "RICH2Surfaces" otherwise
simulation does NOT work with latest geometry
. options/SimGeometry.opts
!================== LHCbDefinitions REMOVED: use GaudiKernel =================
!========================== GENSER v4r1 2008-06-09 ===========================
! 2008-06-09 - Gloria CORTI
- Add routine pyevwt.F over-writing the dummy routine in pythia_dummy library
and allowing re-weigth of cross sections for c-cbar mesons production. The
code was provided by Marianne BARGIOTTI.
- Use latest available versions of lhapdf 5.3.1, for which a build on
.cern.ch for tests exist for win32.
! 2008-05-23 - Patrick Robbe
- add photos subdirectory to build a photosforgauss library containing
FORTRAN overriden functions
!====================== Generators v8r1 2008-06-09 ===========================
! 2008-05-29 - Gloria CORTI
- Modify code to pick Vector{3D,4D}Types, etc. from GaudiKernel since
LHCbDefinitions has been removed from GAUSS, given that the package
will no longer be used with Gauss DC06.
. Generators/IBeamTool.h
. src/component/BiasedBB.cpp
. src/component/DaughtersInLHCb.{h,cpp}
. src/component/EvtGenDecay.h
. src/component/FlatZSmearVertex.cpp
. src/component/ListOfDaughtersInLHCb.{h,cpp}
. src/component/SelectedDaughterInLHCb.{h,cpp}
. src/component/SignalForcedFragmentation.{h,cpp}
. src/component/UniformSmearVertex.cpp
! 2008-05-23 - Patrick Robbe
- Move Photos fortran files to GENSER
- Remove unnecessary LHAPDF routines
!========================= LbPythia v7r2 2008-06-09 ==========================
! 2008-05-06 - Vanya BELYAEV
- LbPythia/PythiaProduction.h
src/Lib/PythiaProduction.cpp
- add new boolean property "ValidateHEPEVT" (the default value s false)
If this property is activated the conversion policy
"set_trust_both_mothers_and_daughters( true )" for HEPEVT -> HepMC
is activated. Such trick is *MANDATORY* for "Hidden Valley" production..
!=========================== LbMIB v2r2 2008-05-05 ===========================
! 2008-05-05 - Magnus Lieng
- Fixed binary data format to be compatible with both 32 and 64bit platforms
. CollimatorSource.h
! 2008-04-28 - Magnus Lieng
- ASCII input files for TCT background and Beam-Gas background is located on
Castor at /castor/cern.ch/lhcb/background/LHC/2006_Collimators and
2008_BeamGas.
- Added python modules
. plotter.py
. gasmap.py
- Added python script for analyzing ASCII input files.
. mibplotter.py
- Added python script to translate and rescale Beam-Gas mars files to LbMIB
format. Gas density maps is located in folder 'data'. Beam-Gas mars files
can be found on Castor at /castor/cern.ch/lhcb/background/LHC/mars.
. beamgas2mib.py
. beamgas2mib_opts.py
- Added options for Beam Gas files
. MIB-BeamGasStartupNoShield.opts
!======================= ParticleGuns v5r0 2008-06-09 =======================
! 2008-06-09 - Patrick ROBBE
- Add example options for generation of a resonance particle gun
. options/UpsilonGun.opts
! 2008-05-29 - Gloria CORTI
- Adapt to having removed LHCbDefinitions and picking vectors definitions
from GaudiKernel
. src/FlatSmearVertex.cpp
! 2008-05-19 - Patrick Robbe
- Restructure ParticleGuns package to use tools:
. ParticleGuns/IParticleGunTool.h is the abstract interface of the tool
used to generate particle guns.
. ParticleGun.cpp is the main algorithm steering the generation of particle
guns (similar to Generation.cpp in the Generators package) and which
calls the "ParticleGun" tool.
. Existing particle gun codes have been migrated to the new structure
and job options in the options directory have been also modified to
take into account the new syntax.
. FlatNParticles: new tool of type "PileUpTool" to generate a random
number of particles, with flat distribution between a min and a max
value. To be called by the new ParticleGun algorithm.
. FlatSmearVertex: new tool of type "VertexSmearingTool" to generate
random position of the vertex of the particle gun with a flat distribution
within limits in x, y, z.
!======================= GiGa v19r2 2008-06-09 ===============================
! 2008-05-30 - Gloria CORTI
- Adapt to change introduced by patch #1757 stopping execution when loop in
use of services by removing retrieval of GiGa in itialization but doing it
when it is used the first time.
. GiGa/GiGaBase.h
. src/Lib/GiGaBase.cpp
!========================= GiGaCnv v18r5 2008-06-09 ==========================
! 2008-05-30 - Gloria CORTI
- Adapt to change introduced by patch #1757 stopping execution when loop in
use of services by removing retrieval of GiGa in itialization but doing it
when it is used the first time.
. GiGaCnv/GiGaCnvSvcBase.h
. src/Lib/GiGaCnvSvcBase.cpp
!======================== GaussTools v13r5 2008-06-09 ========================
! 2008-05-28 - Gloria CORTI
- Adapt to removal of package LHCbDefinitions: Point and Vector header files
are taken from GaudiKernel.
. src/Components/GiGaMagFieldGlobal.cpp
!========================= GaussRICH v8r2 2008-06-09 =========================
! 2008-06-02 - Chris Jones
- Improve a little the summary printout from GetMCRichHitsAlg
! 2008-05-30 - Gloria CORTI
- Adapt to removal of LHCbDefinitions from GAUSS. The header files are
now taken from GaudiKernel.
. src/Analysis/RichG4CkvRecon.{h,cpp}
. src/RichAnalysis/RichG4HitCoordResult.h
. src/RichAnalysis/RichG4ReconFlatMirr.{h,cpp}
. src/RichAnalysis/RichG4ReconHpd.{h,cpp}
. src/RichAnalysis/RichG4ReconTransformHpd.{h,cpp}
. src/RichAnalysis/RichG4TransformPhDet.{h,cpp}
!========================= GaussCalo v9r1 2008-06-09 ==========================
! 2008-05-29 - Gloria CORTI
- Adapt to removal of LHCbDefinitions from GAUSS, header files are now from
GaudiKernel
. src/CaloSensDet.cpp
. src/EcalSensDet.{h,cpp}
. src/HcalSensDet.cpp
!====================== GaussPhysics v5r2 2008-06-09 =========================
! 2008-06-10 - Gloria CORTI for Neal GUEISSAZ
- Versions of G4Neutralino comaptible with Geant4 8.3 and put it back in
library
. G4Neutralino.{h,cpp}
! 2008-05-30 - Gloria CORTI
- Fix problem with compilation of G4Neutralino due to removal of G4VMeson
class from Geant4 8, but temporarly exclude it from library because of
other bug in compilation
!========================== VeloGauss v2r3 2008-06-09 ========================
! 2008-05-30 - Gloria CORTI
- Adapt to removal of LHCbDefinitions from GAUSS. Now take the header files
from GaudiKernel
. src/VeloGaussMoni.cpp
!===================== == BcmDet REMOVED: Now in LHCb ========================
!======================== BcmMoniSim v1r1 2008-06-10 =========================
! 2008-06-10 - Gloria CORTI
- Adapt options to new path in detector element upstream of VELO for
geometry head-20080516
!=============================================================================
</PRE><H1><A NAME="v31r0">2008-03-20 - GaussSys v31r0</A></H1><PRE>
</PRE><H1><A NAME="v31r0">2008-05-08 - GaussSys v31r0</A></H1><PRE>
<H2><A NAME="Note">DEVELOPEMENT version. DC06 geometry no longer supported
</A></H2>
<H3><A NAME="Use">This version uses:
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment