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