CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RBCProcessTestSignal.h
Go to the documentation of this file.
1 // $Id: RBCProcessTestSignal.h,v 1.1 2009/05/16 19:43:30 aosorio Exp $
2 #ifndef RBCPROCESSTESTSIGNAL_H
3 #define RBCPROCESSTESTSIGNAL_H 1
4 
5 
6 // Include files
10 
11 #include <stdlib.h>
12 #include <iostream>
13 #include <fstream>
14 #include <ios>
15 #include <cmath>
16 
27 public:
30 
31  RBCProcessTestSignal( const char * );
32 
33  virtual ~RBCProcessTestSignal( );
34 
35  int next();
36 
37  void rewind();
38 
39  void showfirst();
40 
42  return m_lbin;
43  };
44 
45 protected:
46 
47 private:
48 
49  std::ifstream * m_in;
50 
52 
54 
55 
56 };
57 #endif // RBCPROCESSTESTSIGNAL_H
virtual ~RBCProcessTestSignal()
Destructor.
RBCProcessTestSignal()
Standard constructor.
RPCInputSignal * retrievedata()