Inheritance diagram for emcOMCalibrationDataIniCal:
see CanRead and CanWrite for exact emcCalibrationData's flavor supported.
Definition at line 10 of file emcOMCalibrationDataIniCal.C.
Public Member Functions | |
emcOMCalibrationDataIniCal (const char *name="", const char *title="") | |
~emcOMCalibrationDataIniCal () | |
bool | CanCollect (const emcManageable &) const |
bool | CanRead (const emcManageable &object) const |
We can read objects of type emcCalibrationData (flavour kIniCal only). | |
bool | CanWrite (const emcManageable &object) const |
We can write objects of type emcCalibrationData (flavour kIniCal only). | |
bool | Read (emcManageable &object, const PHTimeStamp &time_stamp, int id) |
Read an emcCalibrationData object from ASCII file. | |
void | Reset () |
Reset the OM. | |
bool | Write (const emcManageable &, const PHTimeStamp &, int) |
Write an emcCalibrationData object to ASCII file. | |
Classes | |
class | changeName |
|
Definition at line 90 of file emcOMCalibrationDataIniCal.C. |
|
Definition at line 97 of file emcOMCalibrationDataIniCal.C. |
|
Reimplemented from emcObjectManager. Definition at line 17 of file emcOMCalibrationDataIniCal.C. |
|
We can read objects of type
Reimplemented from emcObjectManager. Definition at line 103 of file emcOMCalibrationDataIniCal.C. References emcManageable::GetSource(), and emcManageable::kFile_ASCII. |
|
We can write objects of type
Reimplemented from emcObjectManager. Definition at line 121 of file emcOMCalibrationDataIniCal.C. References emcManageable::GetDestination(), and emcManageable::kFile_ASCII. |
|
Reset the OM. After a call to Reset, the OM must behave as if it was newly created. Implements emcObjectManager. Definition at line 50 of file emcOMCalibrationDataIniCal.C. |