//_____________________________________________________________________________ // This class describes data read out from a generic CDF TDC module. // A module data starts from a header word followed by the data words. // The primary source of information describibg the CDF data formats is // CDF note 4152, available from the following URL: // BEGIN_HTML // CDFNOTE-4152 // END_HTML //_____________________________________________________________________________ #include "Stntuple/data/TTdcModule.hh" ClassImp (TTdcModule) const int TTdcModule::kZero = 0; //_____________________________________________________________________________ void TTdcModule::Print(const char* opt) const { printf(" *** dummy TTdcModule::Print called\n"); }