#include <EmcSector.h>
Inherited by PbGlSector, and PbScSector.
Inheritance diagram for EmcSector:
It provides just the basic framework for anything we like to call PbSc and PbGl Sectors.
Definition at line 13 of file EmcSector.h.
Public Member Functions | |
EmcSector () | |
virtual | ~EmcSector () |
virtual EmcSuperModule * | getSuperModule (int SMnumber)=0 |
virtual void | GetEnergyCalibration (int, float &, float &, float &)=0 |
virtual void | setSectorId (const char *EmcSector) |
Sets Sector Identifier. | |
virtual void | CorrectEnergyCalibration (const char *) |
virtual bool | IsOK (void) const |
Is this Sector object useable (i.e. was it properly created ?). | |
virtual bool | getStatus (void) const |
Protected Attributes | |
std::string | SectorId |
int | SectorN |
bool | fIsOK |
|
Definition at line 6 of file EmcSector.C. |
|
Definition at line 13 of file EmcSector.C. |
|
Reimplemented in PbGlSector, and PbScSector. Definition at line 31 of file EmcSector.h. |
|
Implemented in PbGlSector, and PbScSector. |
|
Definition at line 35 of file EmcSector.h. References IsOK(). |
|
Implemented in PbGlSector, and PbScSector. |
|
Is this Sector object useable (i.e. was it properly created ?).
Definition at line 34 of file EmcSector.h. References fIsOK. Referenced by EmcStaticData::buildEmcSector(), and getStatus(). |
|
Sets Sector Identifier.
Definition at line 18 of file EmcSector.C. References SectorId. |
|
Definition at line 41 of file EmcSector.h. Referenced by PbScSector::BuildFromDB(), PbGlSector::BuildFromDB(), PbScSector::BuildFromFiles(), PbGlSector::BuildFromFiles(), PbScSector::CorrectEnergyCalibration(), and IsOK(). |
|
Definition at line 39 of file EmcSector.h. Referenced by EmcSector(), and setSectorId(). |
|
Definition at line 40 of file EmcSector.h. Referenced by PbGlSector::BuildFromDB(), PbGlSector::BuildFromFiles(), EmcSector(), PbGlSector::PbGlSector(), and PbScSector::PbScSector(). |