CMS 3D CMS Logo

CSCTFFileReader.h

Go to the documentation of this file.
00001 #ifndef CSCTFFileReader_h
00002 #define CSCTFFileReader_h
00003 
00004 #include <IORawData/DaqSource/interface/DaqBaseReader.h>
00005 
00006 class edm::EventID;
00007 class edm::Timestamp;
00008 class FEDRawDataCollection;
00009 class SPReader;
00010 
00011 class CSCTFFileReader : public DaqBaseReader 
00012 {
00013  private:
00014   SPReader* ___ddu;
00015   
00016  public:
00017   bool fillRawData(edm::EventID& eID, edm::Timestamp& tstamp, FEDRawDataCollection*& data);
00018   
00019   CSCTFFileReader(const edm::ParameterSet& pset);
00020   virtual ~CSCTFFileReader();
00021 };
00022 
00023 #endif

Generated on Tue Jun 9 17:39:23 2009 for CMSSW by  doxygen 1.5.4