diff --git a/DetectorDescription/GeoModel/FaserGeoModel/python/GeoModelInit.py b/DetectorDescription/GeoModel/FaserGeoModel/python/GeoModelInit.py index 0820c0ad2e863b540776c8ce14612235138fb2a2..0911c1db4ec3b16c8720abf755edf2c2568db721 100644 --- a/DetectorDescription/GeoModel/FaserGeoModel/python/GeoModelInit.py +++ b/DetectorDescription/GeoModel/FaserGeoModel/python/GeoModelInit.py @@ -25,7 +25,7 @@ def _setupGeoModel(): # Set up detector tools here - if "FaserNu" in DDversion and not hasattr(svcMgr,'NeutrinoGeometryDBSvc'): + if "FASERNU" in DDversion and not hasattr(svcMgr,'NeutrinoGeometryDBSvc'): from GeometryDBSvc.GeometryDBSvcConf import GeometryDBSvc svcMgr+=GeometryDBSvc("NeutrinoGeometryDBSvc") @@ -42,7 +42,7 @@ def _setupGeoModel(): svcMgr+=GeometryDBSvc("CaloGeometryDBSvc") # from AthenaCommon import CfgGetter - if "FaserNu" in DDversion: + if "FASERNU" in DDversion: from EmulsionGeoModel.EmulsionGeoModelConf import EmulsionDetectorTool emulsionDetectorTool = EmulsionDetectorTool(DetectorName = "Emulsion", Alignable = True, RDBAccessSvc = "RDBAccessSvc", GeometryDBSvc = "NeutrinoGeometryDBSvc", GeoDbTagSvc = "GeoDbTagSvc") geoModelSvc.DetectorTools += [ emulsionDetectorTool ] diff --git a/graphics/VTI12/README.md b/graphics/VTI12/README.md index 20b87b07520403e8b69da9e888f6fb588154a092..4cf72c22b151a243e072963d4f0b34835130f7ce 100644 --- a/graphics/VTI12/README.md +++ b/graphics/VTI12/README.md @@ -8,6 +8,8 @@ To run on Calypso MC data (from an installation (run) directory): Note that VP1PLUGINPATH can be ninja-changed by asetup, and if it does not include the Calypso installation library folder, nothing will work. Also note that it must be an ABSOLUTE (not relative) path! -You can also give the -detdescr="FASER-01" or -detdescr="FASER-02" and -globcond="OFLCOND-FASER-01" or -globcond="OFLCOND-FASER-02" flags to specify the detector geometry and conditions. +You can also give the -detdescr="FASER-01" (baseline detector), -detdescr="FASER-02" (baseline + IFT) or -detdescr="FASERNU-02" (baseline + IFT + emulsion) to specify the geometry. + +You also need either -globcond="OFLCOND-FASER-01" (baseline) or -globcond="OFLCOND-FASER-02" (IFT with or without emulsion) flags to specify the conditions. The event display has no way to determine the right values for these settings (it defaults to FASER-01 and OFLCOND-FASER-01). \ No newline at end of file