From acacc7af01caf1cde527b3e8961c8ccd25ede227 Mon Sep 17 00:00:00 2001
From: Dave Casper <dcasper@uci.edu>
Date: Mon, 7 Jun 2021 08:47:31 -0700
Subject: [PATCH] Fix typo and update README

---
 .../GeoModel/FaserGeoModel/python/GeoModelInit.py             | 4 ++--
 graphics/VTI12/README.md                                      | 4 +++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/DetectorDescription/GeoModel/FaserGeoModel/python/GeoModelInit.py b/DetectorDescription/GeoModel/FaserGeoModel/python/GeoModelInit.py
index 0820c0ad..0911c1db 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 20b87b07..4cf72c22 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
-- 
GitLab