Skip to content
Snippets Groups Projects
Commit d4de9bdb authored by Savannah Rose Shively's avatar Savannah Rose Shively
Browse files

ClusterReadConfig update. SCT disabled; to fix with ReadHandle later?

parent d5113265
No related branches found
No related tags found
No related merge requests found
Pipeline #2519010 passed
......@@ -23,3 +23,4 @@ tmp.*
.idea/**
cmake-debug-build/**
.vscode/**
.vscode
:q 0 → 100644
This diff is collapsed.
......@@ -32,8 +32,8 @@ if __name__ == "__main__":
ConfigFlags.Input.isMC = True # Needed to bypass autoconfig
ConfigFlags.IOVDb.GlobalTag = "OFLCOND-XXXX-XXX-XX" # Needed to bypass autoconfig, only the "OFLCOND" matters at the moment
ConfigFlags.GeoModel.FaserVersion = "FASER-01" # Default FASER geometry
ConfigFlags.Detector.SimulateFaserSCT = True
ConfigFlags.Input.Files = ["my.HITS.pool.root"]
#ConfigFlags.Detector.SimulateFaserSCT = True
ConfigFlags.Input.Files = ["my.COSMICHITS.pool.root"]
ConfigFlags.lock()
# Configure components
......
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