Skip to content
Snippets Groups Projects
Commit b1e243e9 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: run_emcal_barrel_pions.sh

	modified:   scripts/emcal_barrel_pions_analysis.cxx
parent b7268ead
No related branches found
No related tags found
1 merge request!20Restructuring repo
...@@ -47,7 +47,7 @@ npsim --runType batch \ ...@@ -47,7 +47,7 @@ npsim --runType batch \
-v WARNING \ -v WARNING \
--part.minimalKineticEnergy 0.5*GeV \ --part.minimalKineticEnergy 0.5*GeV \
--numberOfEvents ${JUGGLER_N_EVENTS} \ --numberOfEvents ${JUGGLER_N_EVENTS} \
--compactFile ${JUGGLER_DETECTOR}/${JUGGLER_DETECTOR}.xml \ --compactFile ${DETECTOR_PATH}/${JUGGLER_DETECTOR}.xml \
--inputFiles ${JUGGLER_FILE_NAME_TAG}.hepmc \ --inputFiles ${JUGGLER_FILE_NAME_TAG}.hepmc \
--outputFile sim_output/${JUGGLER_SIM_FILE} --outputFile sim_output/${JUGGLER_SIM_FILE}
...@@ -60,5 +60,5 @@ fi ...@@ -60,5 +60,5 @@ fi
mkdir -p results mkdir -p results
# Move ROOT output file # Move ROOT output file
mv ${JUGGLER_REC_FILE} sim_output/ #mv ${JUGGLER_REC_FILE} sim_output/
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
using ROOT::RDataFrame; using ROOT::RDataFrame;
using namespace ROOT::VecOps; using namespace ROOT::VecOps;
void emcal_barrel_pions_analysis(const char* input_fname = "sim_output/rec_emcal_barrel_uniform_pions.root") void emcal_barrel_pions_analysis(const char* input_fname = "sim_output/sim_emcal_barrel_uniform_pions.root")
{ {
// Setting for graphs // Setting for graphs
gROOT->SetStyle("Plain"); gROOT->SetStyle("Plain");
......
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