![]() |
ATLAS Offline Software
|
#include "TrigBjetMonitorAlgorithm.h"#include "EventPrimitives/EventPrimitivesHelpers.h"#include "TrigCompositeUtils/TrigCompositeUtils.h"#include "TrigDecisionTool/TrigDecisionTool.h"#include "xAODJet/JetContainer.h"#include "xAODBTagging/BTaggingContainer.h"Go to the source code of this file.
Functions | |
| bool | LLR (double pu, double pc, double pb, double &w) |
| bool | LLRW (float pqcd, float ptop, float phbb, float &w) |
| bool | CalcRelPt (float muonPt, float muonEta, float muonPhi, float jetPt, float jetEta, float jetPhi, float &RelPt) |
| float | phiCorr (float phi) |
| bool CalcRelPt | ( | float | muonPt, |
| float | muonEta, | ||
| float | muonPhi, | ||
| float | jetPt, | ||
| float | jetEta, | ||
| float | jetPhi, | ||
| float & | RelPt ) |
Definition at line 63 of file TrigBjetMonitorAlgorithm.cxx.
| bool LLR | ( | double | pu, |
| double | pc, | ||
| double | pb, | ||
| double & | w ) |
Definition at line 34 of file TrigBjetMonitorAlgorithm.cxx.
| bool LLRW | ( | float | pqcd, |
| float | ptop, | ||
| float | phbb, | ||
| float & | w ) |
| float phiCorr | ( | float | phi | ) |
Definition at line 93 of file TrigBjetMonitorAlgorithm.cxx.