CMS 3D CMS Logo

SMFUSenderStats.cc

Go to the documentation of this file.
00001 
00002 // $Id: SMFUSenderStats.cc,v 1.5 2008/10/14 13:35:52 biery Exp $
00003 
00004 
00005 
00006 #include "EventFilter/StorageManager/interface/SMFUSenderStats.h"
00007 
00008 namespace stor {
00009 
00010 SMFUSenderStats::SMFUSenderStats(boost::shared_ptr<std::vector<char> > hltURL,
00011                   boost::shared_ptr<std::vector<char> > hltClassName,
00012                   unsigned int  hltLocalId,
00013                   unsigned int  hltInstance,
00014                   unsigned int  hltTid,
00015                   uint32        rbBufferID,
00016                   SMFUSenderRegCollection RegistryCollection,
00017                   SMFUSenderDatCollection DatCollection,
00018                   unsigned int  connectStatus,
00019                   double        lastLatency,
00020                   unsigned int  runNumber,
00021                   bool          isLocal,
00022                   unsigned int  framesReceived,
00023                   unsigned int  eventsReceived,
00024                   unsigned int  lastEventID,
00025                   unsigned int  lastRunID,
00026                   unsigned int  totalOutOfOrder,
00027                   unsigned long long  totalSizeReceived,
00028                   unsigned int  totalBadEvents,
00029                   double        timewaited):
00030   hltURL_(hltURL), 
00031   hltClassName_(hltClassName),
00032   hltLocalId_(hltLocalId),
00033   hltInstance_(hltInstance),
00034   hltTid_(hltTid),
00035   rbBufferID_(rbBufferID),
00036   registryCollection_(RegistryCollection),
00037   datCollection_(DatCollection),
00038   connectStatus_(connectStatus),
00039   lastLatency_(lastLatency),
00040   runNumber_(runNumber),
00041   isLocal_(isLocal),
00042   framesReceived_(framesReceived),
00043   eventsReceived_(eventsReceived),
00044   lastEventID_(lastEventID),
00045   lastRunID_(lastRunID),
00046   totalOutOfOrder_(totalOutOfOrder),
00047   totalSizeReceived_(totalSizeReceived),
00048   totalBadEvents_(totalBadEvents),
00049   timeWaited_(timewaited)
00050 {
00051 }
00052 
00053 }

Generated on Tue Jun 9 17:34:57 2009 for CMSSW by  doxygen 1.5.4