Skip to content
Snippets Groups Projects
Commit e78944ab authored by Eric Torrence's avatar Eric Torrence
Browse files

Merge branch 'fasermc-r0010-patches' into 'master'

r0010 simulation patches

See merge request faser/calypso!291
parents 01b296df d0447313
No related branches found
No related tags found
No related merge requests found
Showing
with 144 additions and 4 deletions
{
"file_length": 5000,
"mass": 105.66,
"maxE": 1000.0,
"minE": 1000.0,
"pid": [-13, 13],
"radius": -25.0,
"angle": 0.0006,
"run": 101312,
"sampler": "const",
"segment": 0,
"short": "MDC_PG_muon_fasernu_1000GeV",
"zpos": -3990.0
}
{
"file_length": 5000,
"mass": 105.66,
"maxE": 100.0,
"minE": 100.0,
"pid": [-13, 13],
"radius": -25.0,
"angle": 0.0006,
"run": 101310,
"sampler": "const",
"segment": 0,
"short": "MDC_PG_muon_fasernu_100GeV",
"zpos": -3990.0
}
{
"file_length": 5000,
"mass": 105.66,
"maxE": 10.0,
"minE": 10.0,
"pid": [-13, 13],
"radius": -25.0,
"angle": 0.0006,
"run": 101308,
"sampler": "const",
"segment": 0,
"short": "MDC_PG_muon_fasernu_10GeV",
"zpos": -3990.0
}
{
"file_length": 5000,
"mass": 105.66,
"maxE": 300.0,
"minE": 300.0,
"pid": [-13, 13],
"radius": -25.0,
"angle": 0.0006,
"run": 101311,
"sampler": "const",
"segment": 0,
"short": "MDC_PG_muon_fasernu_300GeV",
"zpos": -3990.0
}
{
"file_length": 5000,
"mass": 105.66,
"maxE": 30.0,
"minE": 30.0,
"pid": [-13, 13],
"radius": -25.0,
"angle": 0.0006,
"run": 101309,
"sampler": "const",
"segment": 0,
"short": "MDC_PG_muon_fasernu_30GeV",
"zpos": -3990.0
}
{
"file_length": 500,
"mass": 105.66,
"maxE": 1000.0,
"minE": 1000.0,
"pid": [211, -211],
"radius": -25.0,
"angle": 0.0006,
"run": 121106,
"sampler": "const",
"segment": 0,
"short": "MDC_PG_pion_fasernu_1000GeV",
"zpos": -3990.0
}
{
"file_length": 1000,
"mass": 105.66,
"maxE": 100.0,
"minE": 100.0,
"pid": [211, -211],
"radius": -25.0,
"angle": 0.0006,
"run": 121104,
"sampler": "const",
"segment": 0,
"short": "MDC_PG_pion_fasernu_100GeV",
"zpos": -3990.0
}
{
"file_length": 1000,
"mass": 105.66,
"maxE": 10.0,
"minE": 10.0,
"pid": [211, -211],
"radius": -25.0,
"angle": 0.0006,
"run": 121102,
"sampler": "const",
"segment": 0,
"short": "MDC_PG_pion_fasernu_10GeV",
"zpos": -3990.0
}
{
"file_length": 1000,
"mass": 105.66,
"maxE": 300.0,
"minE": 300.0,
"pid": [211, -211],
"radius": -25.0,
"angle": 0.0006,
"run": 121105,
"sampler": "const",
"segment": 0,
"short": "MDC_PG_pion_fasernu_300GeV",
"zpos": -3990.0
}
{
"file_length": 1000,
"mass": 105.66,
"maxE": 30.0,
"minE": 30.0,
"pid": [211, -211],
"radius": -25.0,
"angle": 0.0006,
"run": 121103,
"sampler": "const",
"segment": 0,
"short": "MDC_PG_pion_fasernu_30GeV",
"zpos": -3990.0
}
...@@ -199,7 +199,7 @@ if ! [ -z "$outdest" ] ...@@ -199,7 +199,7 @@ if ! [ -z "$outdest" ]
then then
ls -l ls -l
echo "copy *-HITS.root to $outdest" echo "copy *-HITS.root to $outdest"
mkdir -p $outdest eos mkdir -p $outdest
eos cp *-HITS.root ${outdest}/ || true eos cp *-HITS.root ${outdest}/ || true
fi fi
# #
...@@ -209,13 +209,13 @@ then ...@@ -209,13 +209,13 @@ then
cd .. cd ..
ls -l ls -l
echo "copy $logfile to $logdest" echo "copy $logfile to $logdest"
mkdir -p $logdest eos mkdir -p $logdest
eos cp $logfile $logdest/$logfile eos cp $logfile $logdest/$logfile
elif ! [ -z "$outdest" ] elif ! [ -z "$outdest" ]
then then
cd .. cd ..
ls -l ls -l
echo "copy $logfile to $outdest" echo "copy $logfile to $outdest"
mkdir -p $outdest eos mkdir -p $outdest
eos cp $logfile $outdest/$logfile eos cp $logfile $outdest/$logfile
fi fi
...@@ -163,7 +163,7 @@ else ...@@ -163,7 +163,7 @@ else
tagstr="--reco=$tag" tagstr="--reco=$tag"
fi fi
# #
faser_reco.py "--nevents=$nevents" $tagstr "$file_path" faser_reco.py "--nevents=$nevents" --isMC $tagstr "$file_path"
# #
# Print out ending time # Print out ending time
date date
......
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