The efficiency of reconstructing a lepton with a given Pt and d0 represents the probability that said lepton will be detected, let's call such efficiency e, and the probability of two leptons being reconstructed is P = e1 *e2
So
I'm implementing this expression in code so that we can assign weights to individual events
but it ignores the shower=ON part or anything once I run the program.
Also
#!/bin/bash
./generate_events > text.txt
with text.txt:
shower=Pythia8
analysis=OFF
It ignores the txt file input
It runs generate_events and expects an input through the terminal to the prompts. Anything after running the program is not being inputed
The efficiency of reconstructing a lepton with a given Pt and d0 represents the probability that said lepton will be detected, let's call such efficiency e, and the probability of two leptons being reconstructed is P = e1 *e2
So
I'm implementing this expression in code so that we can assign weights to individual events
Concise "getting started":
please see https://github.com/A-A-Abdelhamid/LLP_Sleptons_RPV_SUSY/issues/16
Automation issue
I tried running this bash script:
but it ignores the
shower=ON
part or anything once I run the program. Alsowith text.txt:
It ignores the txt file input It runs
generate_events
and expects an input through the terminal to the prompts. Anything after running the program is not being inputed