Provide event classification tag statistics. More...
#include "NcTaggingStats.h"
Provide event classification tag statistics.
Definition at line 14 of file NcTaggingStats.h.
Public Member Functions | |
| NcTaggingStats (const char *name="NcTaggingStats", const char *title="Event tag statistics") | |
| virtual | ~NcTaggingStats () |
| virtual void | Exec (Option_t *opt) |
| void | ShowStatistics () |
Public Member Functions inherited from NcTaggingBase | |
| NcTaggingBase (const char *name="NcTaggingBase", const char *title="Base class for event tag processing") | |
| NcTaggingBase (const NcTaggingBase &q) | |
| virtual | ~NcTaggingBase () |
| void | ActivateTag (TString name) |
| void | DeactivateTag (TString name) |
| void | SetDevice (TString devname, Bool_t passcheck=kTRUE, Bool_t writecheck=kTRUE) |
| void | SetDeviceNames (TString devname, TString passname, TString writename) |
| void | SetMaxTag (Int_t n) |
Additional Inherited Members | |
Protected Member Functions inherited from NcTaggingBase | |
| void | ListStatistics () |
Protected Attributes inherited from NcTaggingBase | |
| TArrayI | fAcombis |
| TObjArray * | fAct |
| TArrayI | fApass |
| TArrayI | fAwrites |
| NcSignal | fCombis |
| TObjArray * | fDeact |
| TString | fDevname |
| NcEvent * | fEvt |
| NcEvent * | fEvtFirst |
| NcEvent * | fEvtLast |
| Bool_t | fFirst |
| Int_t | fMaxtag |
| TMatrixF | fMcombis |
| TMatrixF | fMpass |
| TMatrixF | fMwrites |
| Int_t | fNevt |
| Int_t | fNevtComb |
| NcSignal | fPass |
| TString | fPassname |
| TString | fWritename |
| NcSignal | fWrites |
| NcTaggingStats::NcTaggingStats | ( | const char * | name = "NcTaggingStats", |
| const char * | title = "Event tag statistics" ) |
Definition at line 174 of file NcTaggingStats.cxx.
|
virtual |
Definition at line 183 of file NcTaggingStats.cxx.
|
virtual |
Definition at line 192 of file NcTaggingStats.cxx.
| void NcTaggingStats::ShowStatistics | ( | ) |
Definition at line 414 of file NcTaggingStats.cxx.