|
BmnRoot
|
#include <CbmL1Counters.h>
Public Member Functions | |
| TL1Efficiencies () | |
| virtual | ~TL1Efficiencies () |
| virtual void | AddCounter (TString shortname, TString name) |
| TL1Efficiencies & | operator+= (TL1Efficiencies &a) |
| void | CalcEff () |
| void | Inc (bool isReco, TString name) |
| void | IncNEvents () |
| void | PrintEff () |
| TL1Efficiencies () | |
| virtual | ~TL1Efficiencies () |
| virtual void | AddCounter (TString shortname, TString name) |
| TL1Efficiencies & | operator+= (TL1Efficiencies &a) |
| void | CalcEff () |
| void | Inc (bool isReco, TString name) |
| void | IncNEvents () |
| void | PrintEff () |
Public Attributes | |
| vector< TString > | names |
| map< TString, int > | indices |
| TL1TracksCatCounters< double > | ratio_reco |
| double | ratio_ghosts |
| double | ratio_clones |
| TL1TracksCatCounters< int > | mc |
| TL1TracksCatCounters< int > | reco |
| int | ghosts |
| int | clones |
| int | nEvents |
Definition at line 106 of file CbmL1Counters.h.
|
inline |
Definition at line 108 of file CbmL1Counters.h.
|
inlinevirtual |
Definition at line 112 of file CbmL1Counters.h.
|
inline |
Definition at line 108 of file CbmL1Counters.h.
|
inlinevirtual |
Definition at line 112 of file CbmL1Counters.h.
|
inlinevirtual |
Reimplemented in TL1PerfEfficiencies.
Definition at line 138 of file CbmL1Counters.h.
References TL1TracksCatCounters< T >::AddCounter(), indices, mc, names, ratio_reco, and reco.
Referenced by TL1PerfEfficiencies::AddCounter(), and TL1AlgoEfficiencies::TL1AlgoEfficiencies().
|
virtual |
Reimplemented in TL1PerfEfficiencies.
|
inline |
Definition at line 148 of file CbmL1Counters.h.
References clones, TL1TracksCatCounters< T >::counters, ghosts, indices, mc, ratio_clones, ratio_ghosts, ratio_reco, and reco.
Referenced by TL1PerfEfficiencies::CalcEff().
| void TL1Efficiencies::CalcEff | ( | ) |
|
inline |
Definition at line 171 of file CbmL1Counters.h.
References TL1TracksCatCounters< T >::counters, indices, mc, and reco.
Referenced by TL1PerfEfficiencies::Inc().
| void TL1Efficiencies::Inc | ( | bool | isReco, |
| TString | name | ||
| ) |
|
inline |
Definition at line 119 of file CbmL1Counters.h.
References nEvents.
|
inline |
Definition at line 119 of file CbmL1Counters.h.
References nEvents.
|
inline |
Definition at line 162 of file CbmL1Counters.h.
References clones, ghosts, mc, nEvents, and reco.
Referenced by TL1PerfEfficiencies::operator+=().
| TL1Efficiencies & TL1Efficiencies::operator+= | ( | TL1Efficiencies & | a | ) |
|
inline |
Definition at line 179 of file CbmL1Counters.h.
References clones, TL1TracksCatCounters< T >::counters, ghosts, mc, names, TL1TracksCatCounters< T >::NCounters, ratio_clones, ratio_ghosts, and ratio_reco.
| void TL1Efficiencies::PrintEff | ( | ) |
| int TL1Efficiencies::clones |
Definition at line 134 of file CbmL1Counters.h.
Referenced by CalcEff(), operator+=(), and PrintEff().
| int TL1Efficiencies::ghosts |
Definition at line 133 of file CbmL1Counters.h.
Referenced by CalcEff(), operator+=(), PrintEff(), and TL1PerfEfficiencies::PrintEff().
| map< TString, int > TL1Efficiencies::indices |
Definition at line 125 of file CbmL1Counters.h.
Referenced by AddCounter(), CalcEff(), TL1PerfEfficiencies::Inc(), and Inc().
| TL1TracksCatCounters< int > TL1Efficiencies::mc |
Definition at line 131 of file CbmL1Counters.h.
Referenced by AddCounter(), CalcEff(), TL1PerfEfficiencies::CalcEff(), Inc(), operator+=(), PrintEff(), and TL1PerfEfficiencies::PrintEff().
| vector< TString > TL1Efficiencies::names |
Definition at line 124 of file CbmL1Counters.h.
Referenced by AddCounter(), PrintEff(), and TL1PerfEfficiencies::PrintEff().
| int TL1Efficiencies::nEvents |
Definition at line 135 of file CbmL1Counters.h.
Referenced by IncNEvents(), operator+=(), and TL1PerfEfficiencies::PrintEff().
| double TL1Efficiencies::ratio_clones |
Definition at line 129 of file CbmL1Counters.h.
Referenced by CalcEff(), and PrintEff().
| double TL1Efficiencies::ratio_ghosts |
Definition at line 128 of file CbmL1Counters.h.
Referenced by CalcEff(), PrintEff(), and TL1PerfEfficiencies::PrintEff().
| TL1TracksCatCounters< double > TL1Efficiencies::ratio_reco |
Definition at line 127 of file CbmL1Counters.h.
Referenced by AddCounter(), CalcEff(), PrintEff(), and TL1PerfEfficiencies::PrintEff().
| TL1TracksCatCounters< int > TL1Efficiencies::reco |
Definition at line 132 of file CbmL1Counters.h.
Referenced by AddCounter(), CalcEff(), TL1PerfEfficiencies::CalcEff(), Inc(), operator+=(), and TL1PerfEfficiencies::PrintEff().