![]() |
ATLAS Offline Software
|
#include "TrigTRTHTHCounter.h"#include "AthenaMonitoringKernel/Monitored.h"#include "TrigSteeringEvent/TrigRoiDescriptor.h"#include <cmath>#include <memory>Go to the source code of this file.
Classes | |
| struct | TRT_hit |
Functions | |
| float | dist2COR (float R, float phi1, float phi2) |
| TRT_hit | make_hit (float phi, float R, bool isHT) |
| bool | hth_eta_match (float caleta, float trteta, float etaWindow) |
| float dist2COR | ( | float | R, |
| float | phi1, | ||
| float | phi2 ) |
Definition at line 13 of file TrigTRTHTHCounter.cxx.
| bool hth_eta_match | ( | float | caleta, |
| float | trteta, | ||
| float | etaWindow ) |
Definition at line 32 of file TrigTRTHTHCounter.cxx.
| TRT_hit make_hit | ( | float | phi, |
| float | R, | ||
| bool | isHT ) |
Definition at line 26 of file TrigTRTHTHCounter.cxx.