Skip to content
Snippets Groups Projects

More testbeam digi/reco updates

Merged Eric Torrence requested to merge fasermc-dev into master
14 files
+ 1052
13
Compare changes
  • Side-by-side
  • Inline
Files
14
@@ -2,12 +2,13 @@
#
# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
# Run with:
# ./faser_digi.py filepath runtype
# ./faser_digi.py filepath
#
# filepath - fully qualified path, including url if needed, to the input HITS file
# example: "root://eospublic.cern.ch//eos/experiment/faser/sim/GeniePilot/HITS/1/faser.150fbInv.1.001.HITS.pool.root"
#
# runtype - flag to specify the data type (TI12OldMC or TI12MC or TestBeamMC).
# Options:
# --geom=runtype - flag to specify the data type (TI12OldMC or TI12MC or TestBeamMC).
# default to TI12MC
#
import sys
@@ -16,7 +17,7 @@ import argparse
a = time.time()
parser = argparse.ArgumentParser(description="Run FASER reconstruction")
parser = argparse.ArgumentParser(description="Run FASER digitization")
parser.add_argument("file_path",
help="Fully qualified path of the raw input file")
Loading