#ifndef TECALmcDigit_hxx_seen #define TECALmcDigit_hxx_seen #include #include namespace COMET { class IECALmcDigit; } /// A class to hold ECAL digits generated by the MC. This inherits all of it's /// functionality form IECALDigit and IMCDigit. class COMET::IECALmcDigit : public IECALDigit, public IMCDigit { public: IECALmcDigit (); virtual ~IECALmcDigit(); /// Construct a digit for a particular channel IECALmcDigit(const COMET::IChannelId& chanId, COMET::ITrigger* trigger, const Int_t firstTimeTick, const TWfADC& wfAdcs, const COMET::IMCDigit::ContributorContainer& contrib); ClassDef(IECALmcDigit,2); }; #endif