![]() |
AliRoot Core
a565103 (a565103)
|
#include <AliMUONErrorCounter.h>
Public Member Functions | |
AliMUONErrorCounter (Int_t bp=0, Int_t manu=0, Int_t ev=1) | |
void | Increment () |
Increment nb of erroneous event. More... | |
Int_t | BusPatch () const |
return Buspatch value More... | |
Int_t | ManuId () const |
return ManuId value More... | |
Int_t | Events () const |
return nb of erroneous events More... | |
Int_t | Compare (const TObject *obj) const |
void | Print (const Option_t *option="") const |
Print Buspatch , Nb of erroneous events. More... | |
void | PrintUncal (const Option_t *option="") const |
Print Buspatch, ManuId , Nb of erroneous events. More... | |
Private Attributes | |
Int_t | fBusPatch |
Buspath ID. More... | |
Int_t | fManuId |
Manu ID. More... | |
Int_t | fEvents |
counter of erroneous events More... | |
add
Definition at line 17 of file AliMUONErrorCounter.h.
AliMUONErrorCounter::AliMUONErrorCounter | ( | Int_t | bp = 0 , |
Int_t | manu = 0 , |
||
Int_t | ev = 1 |
||
) |
Definition at line 38 of file AliMUONErrorCounter.cxx.
|
inline |
return Buspatch value
Definition at line 25 of file AliMUONErrorCounter.h.
Referenced by AliMUONPedestal::Finalize(), and AliMUONPedestal::MakeASCIIoutput().
Int_t AliMUONErrorCounter::Compare | ( | const TObject * | obj | ) | const |
Compare function
Definition at line 48 of file AliMUONErrorCounter.cxx.
|
inline |
return nb of erroneous events
Definition at line 29 of file AliMUONErrorCounter.h.
Referenced by AliMUONPedestal::Finalize(), and AliMUONPedestal::MakeControlHistos().
|
inline |
Increment nb of erroneous event.
Definition at line 23 of file AliMUONErrorCounter.h.
Referenced by main(), and AliMUONPedestal::MakePed().
|
inline |
return ManuId value
Definition at line 27 of file AliMUONErrorCounter.h.
void AliMUONErrorCounter::Print | ( | const Option_t * | option = "" | ) | const |
Print Buspatch , Nb of erroneous events.
Definition at line 71 of file AliMUONErrorCounter.cxx.
void AliMUONErrorCounter::PrintUncal | ( | const Option_t * | option = "" | ) | const |
Print Buspatch, ManuId , Nb of erroneous events.
Definition at line 78 of file AliMUONErrorCounter.cxx.
|
private |
Buspath ID.
Definition at line 37 of file AliMUONErrorCounter.h.
Referenced by BusPatch(), Compare(), Print(), and PrintUncal().
|
private |
counter of erroneous events
Definition at line 39 of file AliMUONErrorCounter.h.
Referenced by Events(), Increment(), Print(), and PrintUncal().
|
private |
Manu ID.
Definition at line 38 of file AliMUONErrorCounter.h.
Referenced by Compare(), ManuId(), and PrintUncal().