#ifndef TECALTrigDigit_hxx_seen #define TECALTrigDigit_hxx_seen #include namespace COMET { class IECALTrigDigit; } /// Digit for ECALTrig based detectors. This holds the actual digitization data /// for a ECALTrig channel. class COMET::IECALTrigDigit : public COMET::IWaveformDigit { public: IECALTrigDigit (); virtual ~IECALTrigDigit(); /// Construct a digit for a particular channel and cycle number. IECALTrigDigit(const COMET::IChannelId& chanId, COMET::ITrigger* trigger, const Int_t firstTimeTick, const TWfADC& wfAdcs); /// Print the digit information. virtual void ls(Option_t* opt = "") const; ClassDef(IECALTrigDigit, 1); }; #endif