CMS 3D CMS Logo

IOPrinter.h
Go to the documentation of this file.
1 //-------------------------------------------------
2 //
3 // Class: IOPrinter
4 //
5 // IOPrinter
6 //
7 //
8 // Author :
9 // G. Flouris U Ioannina Feb. 2015
10 //--------------------------------------------------
11 #ifndef L1T_TwinMux_IOPrinter_H
12 #define L1T_TwinMux_IOPrinter_H
13 
14 #include <iostream>
15 #include <iomanip>
16 #include <iterator>
17 
26 
27 class IOPrinter {
28 public:
29  IOPrinter(){};
34  const RPCGeometry&);
36 };
37 
38 #endif
void run(edm::Handle< L1MuDTChambPhContainer >, const L1MuDTChambPhContainer &, edm::Handle< RPCDigiCollection >, const RPCGeometry &)
Definition: IOPrinter.cc:18
IOPrinter()
Definition: IOPrinter.h:29
~IOPrinter()
Definition: IOPrinter.h:30