|
ra4_draw
4bd0201e3d922d42bd545d4b045ed44db33454a4
|
#include <cstddef>#include <memory>#include <string>#include <set>#include "core/baby.hpp"#include "core/process.hpp"#include "core/named_func.hpp"Go to the source code of this file.
Functions | |
| bool | IsGoodMuon (const Baby &b, std::size_t imu) |
| bool | IsGoodElectron (const Baby &b, std::size_t iel) |
| bool | IsGoodTrack (const Baby &b, std::size_t itk) |
| bool | IsGoodJet (const Baby &b, std::size_t ijet) |
| void | GetAngles (const Baby &b, double &phi1, double &eta1, double &phi2, double &eta2) |
| NamedFunc::ScalarType | MinDeltaPhiLepMet (const Baby &b) |
| NamedFunc::ScalarType | MaxDeltaPhiLepMet (const Baby &b) |
| NamedFunc::ScalarType | MinDeltaPhiLepJet (const Baby &b) |
| NamedFunc::ScalarType | MaxDeltaPhiLepJet (const Baby &b) |
| NamedFunc::ScalarType | MinDeltaPhiMetJet (const Baby &b) |
| NamedFunc::ScalarType | MaxDeltaPhiMetJet (const Baby &b) |
| NamedFunc::ScalarType | MinDeltaRLepJet (const Baby &b) |
| NamedFunc::ScalarType | MaxDeltaRLepJet (const Baby &b) |
| void GetAngles | ( | const Baby & | b, |
| double & | phi1, | ||
| double & | eta1, | ||
| double & | phi2, | ||
| double & | eta2 | ||
| ) |
Definition at line 164 of file plot_dilep_angles.cxx.
| bool IsGoodElectron | ( | const Baby & | b, |
| std::size_t | iel | ||
| ) |
| bool IsGoodJet | ( | const Baby & | b, |
| std::size_t | ijet | ||
| ) |
| bool IsGoodMuon | ( | const Baby & | b, |
| std::size_t | imu | ||
| ) |
| bool IsGoodTrack | ( | const Baby & | b, |
| std::size_t | itk | ||
| ) |
| NamedFunc::ScalarType MaxDeltaPhiLepJet | ( | const Baby & | b | ) |
Definition at line 335 of file plot_dilep_angles.cxx.
| NamedFunc::ScalarType MaxDeltaPhiLepMet | ( | const Baby & | b | ) |
Definition at line 297 of file plot_dilep_angles.cxx.
| NamedFunc::ScalarType MaxDeltaPhiMetJet | ( | const Baby & | b | ) |
Definition at line 370 of file plot_dilep_angles.cxx.
| NamedFunc::ScalarType MaxDeltaRLepJet | ( | const Baby & | b | ) |
Definition at line 405 of file plot_dilep_angles.cxx.
| NamedFunc::ScalarType MinDeltaPhiLepJet | ( | const Baby & | b | ) |
Definition at line 312 of file plot_dilep_angles.cxx.
| NamedFunc::ScalarType MinDeltaPhiLepMet | ( | const Baby & | b | ) |
Definition at line 282 of file plot_dilep_angles.cxx.
| NamedFunc::ScalarType MinDeltaPhiMetJet | ( | const Baby & | b | ) |
Definition at line 358 of file plot_dilep_angles.cxx.
| NamedFunc::ScalarType MinDeltaRLepJet | ( | const Baby & | b | ) |
Definition at line 382 of file plot_dilep_angles.cxx.
1.8.11