- Code to automatically generate hypotheses and search for parameters using MadGraph
- Requires Madgraph: MG5
- Save this folder under Madgraph Directory to implement the search
- To start the scan the user needs to run "run.sh" from terminal from the Madgraph_Search directory
- All instructions consolidated in shell script to facilitate job submissions on cluster
The Lagrangian for the hypotheses is given by
where
This model corresponds to a typical BSM hypothesis where traditional one-dimensional scans based on variables such as MET are not as effective as using all the kinematic information in an event. The final state of interest has an electron-positron pair with missing transverse energy.
The same final state is achieved in the Standard Model with neutrinos carrying the MET.
DNNs are implemented as binary classifiers. They are trained to discriminate between signal for a particular choice of parameters and the background. The DNNs are fully connected and use ReLu in the hidden layers, sigmoid in the output layer.
Binary-CrossEntropy is chosen as the loss function:
Analytically, it can be seen that, the function that minimizes the BCE is given by:
For a given choice of parameters
- Signal Hypothesis: There are S signal events and B background events in the data-set:
where,
- Null Hypothesis:
If a DNN is trained to classify between signal and background classes, using Equation 3, the output of the network
Maximum-Log-Likelihood estimation can be done using: