 |
Belle II Software
release-05-01-25
|
28 class TOPPmtObsoleteData :
public TObject {
33 enum EType {c_Unknown = 0, c_Conventional, c_ALD, c_LifeExtALD};
52 const std::string& cathode,
EType m_type
type (conventional, ALD, ...)
EType getType() const
Returns PMT type.
std::string m_serialNumber
serial number, e.g.
float getObsoleteHV() const
Returns high voltage.
std::string m_cathode
photo-cathode type (e.g.
float getDarkCurrent() const
Returns dark current.
Abstract base class for different kinds of events.
PMT specs from Hamamatsu.
float m_qe380
quantum efficiency at 380 nm
float m_darkCurrent
dark current
ClassDef(TOPPmtObsoleteData, 2)
ClassDef.
const std::string & getSerialNumber() const
Returns PMT serial number.
float getQE() const
Returns quantum efficiency at 380 nm.
const std::string & getCathode() const
Returns photo-cathode type.
float m_obsoleteHV
high voltage: obsolete - NOT to be used
TOPPmtObsoleteData()
Default constructor.