string PackageName = "geometry_management" // ---------------------------------------------------------------------------- // --------------------- Define the position constants ------------------------ // ---------------------------------------------------------------------------- // Uncomment the following lines and set file name to read from file //string GeometryType = "Read" //string GeometryFileName = "D0MC.evpack" // Uncomment the following lines and set RCP name to use default RCP geometry //string GeometryType = "InMemory" //RCP BaseGeometry = // Uncomment the following lines and set DB path and DB master file name to // use run-dependent geometry database. The file name is generated from // DBPath + TableFile. If DBPath is a comma-separated list of names, then // each is tried in turn until a match is found string GeometryType = "Database" string DBPath = "$SRT_PRIVATE_CONTEXT/rundata/geometry_db/db/,$SRT_PRIVATE_CONTEXT/geometry_db/db/,$SRT_PUBLIC_CONTEXT/rundata/geometry_db/db/,$SRT_PUBLIC_CONTEXT/geometry_db/db/" string TableFile = "geometry.db" int ForceSerialNumber = -1 int DefaultVersionID = 1 // Do not call Geometer::refresh w/null geometries. SAFETY. bool TestForNull = "true" // Add possibility to override automatic geometry type selection bool ForceData = false bool ForceMC = false // ---------------------------------------------------------------------------- // Define the local coordinates <-> read out channel coordinates correspondance // ---------------------------------------------------------------------------- RCP ChannelGeometry = // ---------------------------------------------------------------------------- // Define the material used in the detector // ---------------------------------------------------------------------------- RCP MaterialGeometry =