Skip to content
Snippets Groups Projects
Commit 6c290990 authored by Dave Casper's avatar Dave Casper
Browse files

Merge branch 'master-fasernu-typo' into 'master'

Fix typo and update README

See merge request faser/calypso!140
parents 72af9765 acacc7af
No related branches found
No related tags found
No related merge requests found
......@@ -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 ]
......
......@@ -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
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