#include "ICDCmcDigit.hxx" ClassImp(COMET::ICDCmcDigit); COMET::ICDCmcDigit::ICDCmcDigit() {} COMET::ICDCmcDigit::ICDCmcDigit(COMET::IChannelId chan, short startTime, const std::vector& adcs, const COMET::IMCDigit::ContributorContainer& contrib) : ICDCDigit(chan,startTime,adcs), IMCDigit(contrib) {} COMET::ICDCmcDigit::ICDCmcDigit(COMET::IChannelId chan, short startTime, const std::vector& adcs, const double& inducedCharge, const COMET::IMCDigit::PAIContributorContainer& contrib) : ICDCDigit(chan,startTime,adcs), fTotalCharge(inducedCharge), IMCDigit(contrib) {} COMET::ICDCmcDigit::~ICDCmcDigit() {}