Skip to content
Snippets Groups Projects
Commit abf706de authored by Zachary W Sweger's avatar Zachary W Sweger
Browse files

Updated input file for omega diagnostic

parent 5eab0a2e
No related branches found
No related tags found
No related merge requests found
......@@ -109,8 +109,8 @@ void omega_diagnostic(const char* fname = "rec_dvcs.root"){
ROOT::RDataFrame df("events", fname);
using ROOT::Math::PxPyPzMVector;
PxPyPzMVector p_ebeam = {0,0,-5, 0.000511};
PxPyPzMVector p_pbeam = {0,0,41, 0.938 };
PxPyPzMVector p_ebeam = {0,0,-18, 0.000511};
PxPyPzMVector p_pbeam = {0,0,275, 0.938 };
auto eprime = [](ROOT::VecOps::RVec<dd4pod::Geant4ParticleData> const& in) {
for(const auto& p : in){
......
......@@ -73,7 +73,8 @@ set -- "${POSITIONAL[@]}" # restore positional parameters
print_env.sh
FILE_NAME_TAG="u_omega"
DATA_URL="S3/eictest/ATHENA/EVGEN/EXCLUSIVE/omega/u_omegaNeutralDecay_5x41GeV_5k_Q2_1_5.hepmc"
#DATA_URL="S3/eictest/ATHENA/EVGEN/EXCLUSIVE/omega/u_omegaNeutralDecay_5x41GeV_5k_Q2_1_5.hepmc"
DATA_URL="S3/eictest/ATHENA/EVGEN/EXCLUSIVE/OMEGA_ABCONV/slight_18x275_Q2of0to1_omegaNeutralDecay_ab_hiDiv.hepmc"
export JUGGLER_MC_FILE="${LOCAL_DATA_PATH}/mc_${FILE_NAME_TAG}.hepmc"
export JUGGLER_SIM_FILE="${LOCAL_DATA_PATH}/sim_${FILE_NAME_TAG}.root"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment