A-A-Abdelhamid / LLP_Sleptons_RPV_SUSY

Here you can find MadGraph5 cards, diagrams, logs, plots, and code used in the project
2 stars 1 forks source link

Efficiencies as weights. October 3rd #17

Open A-A-Abdelhamid opened 11 months ago

A-A-Abdelhamid commented 11 months ago

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

image

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:

#!/bin/bash
./bin/generate_events
shower=ON

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