From f7acf8887aae3ec8e6d398561efac5b1fde372bc Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Sat, 17 Apr 2021 17:19:01 -0500 Subject: [PATCH] modified: roman_pot.xml modified: roman_pot_simu.sh --- benchmarks/trackers/roman_pot.xml | 3 +-- benchmarks/trackers/roman_pot_simu.sh | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/benchmarks/trackers/roman_pot.xml b/benchmarks/trackers/roman_pot.xml index 0174a502..bbddf628 100644 --- a/benchmarks/trackers/roman_pot.xml +++ b/benchmarks/trackers/roman_pot.xml @@ -62,8 +62,7 @@ </display> <detectors> - <detector id = "1" name = "MyRomanPot" type = "RomanPot" readout = - "ForwardRomanPotHits" vis = "InvisibleWithDaughters"> + <detector id="1" name="MyRomanPot" type="RomanPot" readout="ForwardRomanPotHits" vis="InvisibleWithDaughters"> <dimensions x = "5.0*cm" y = "5.0*cm" delta = "0.05*mm" /> <frame x = "20.0*cm" y = "10.0*cm" z = "2*cm" /> <position z_offset = "20.0*m" rotation = "false" vmax = "10*cm" v = "0.5*cm" /> diff --git a/benchmarks/trackers/roman_pot_simu.sh b/benchmarks/trackers/roman_pot_simu.sh index bd1064ea..4520c52d 100755 --- a/benchmarks/trackers/roman_pot_simu.sh +++ b/benchmarks/trackers/roman_pot_simu.sh @@ -2,5 +2,5 @@ ddsim --runType batch -N 300 \ --inputFiles ./data/forward_ions.hepmc \ - --compactFile ./trackers/roman_pot.xml \ + --compactFile benchmarks/trackers/roman_pot.xml \ --outputFile ./sim_output/roman_pot_out.root -- GitLab