#include <OccupancyProjector.h>
Public Member Functions | |||
| OccupancyProjector (const RawScanResult &r) throw () | |||
| Make a default projector (no vetos) with a reference to a particular RawScanResult;. | |||
| ~OccupancyProjector () throw () | |||
| destructor | |||
| auto_ptr< TH1 > | getOccupancy (const char *name, const ModuleElement &element) const throw (LogicError) | ||
| Utility function that gets a general occupancy hist. | |||
| void | vetoMaskedChannels (const ModuleConfiguration &) throw () | ||
veto masked channels.
| |||
| void | vetoAllDefects (const ModuleDefectList &) throw () | ||
veto all defective channels.
| |||
| void | vetoSevereDefects (const ModuleDefectList &) throw () | ||
veto all "seriously defective" channels.
| |||
| void | unsetVetos () throw () | ||
| switch off all vetos | |||
Private Member Functions | |||
| OccupancyProjector () throw () | |||
Private Attributes | |||
| bool | m_vetoAllDefects | ||
| const RawScanResult * | raw | ||
| const ModuleConfiguration * | config | ||
| const ModuleDefectList * | defects | ||
Allow skipping of masked/defective channels.
Definition at line 18 of file OccupancyProjector.h.
|
|
Make a default projector (no vetos) with a reference to a particular RawScanResult;.
Definition at line 14 of file OccupancyProjector.cpp. |
|
|
destructor
Definition at line 18 of file OccupancyProjector.cpp. |
|
|
Definition at line 10 of file OccupancyProjector.cpp. |
|
||||||||||||
|
Utility function that gets a general occupancy hist.
Definition at line 36 of file OccupancyProjector.cpp. |
|
|
switch off all vetos
Definition at line 32 of file OccupancyProjector.cpp. |
|
|
veto all defective channels.
Definition at line 20 of file OccupancyProjector.cpp. |
|
|
veto masked channels.
Definition at line 29 of file OccupancyProjector.cpp. |
|
|
veto all "seriously defective" channels.
Definition at line 23 of file OccupancyProjector.cpp. |
|
|
Definition at line 45 of file OccupancyProjector.h. |
|
|
Definition at line 46 of file OccupancyProjector.h. |
|
|
Definition at line 43 of file OccupancyProjector.h. |
|
|
Definition at line 44 of file OccupancyProjector.h. |
1.3-rc3