![]() |
Project
|
Class to estimate the MID chamber efficiency. More...
#include <Efficiency.h>
Public Types | |
enum class | ElementType { Board , RPC , Plane } |
Public Member Functions | |
void | process (gsl::span< const mid::Track > midTracks) |
Fill the counters to estimate the chamber efficiency. | |
const ChamberEfficiency & | getChamberEfficiency (ElementType et) const |
Returns the chamber efficiency. | |
Class to estimate the MID chamber efficiency.
Definition at line 30 of file Efficiency.h.
|
strong |
Enumerator | |
---|---|
Board | |
RPC | Efficiency per board. |
Plane | Efficiency per RPC. Efficiency per chamber plane |
Definition at line 33 of file Efficiency.h.
|
inline |
Returns the chamber efficiency.
et | Element type |
Definition at line 46 of file Efficiency.h.
void o2::mid::Efficiency::process | ( | gsl::span< const mid::Track > | midTracks | ) |
Fill the counters to estimate the chamber efficiency.
midTracks | Reconstructed tracks |
Definition at line 26 of file Efficiency.cxx.