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 
15 #include <iostream>
16 #include <iomanip>
17 #include <iterator>
18 
27 
28 class IOPrinter{
29 public:
30  IOPrinter() {};
31  ~IOPrinter() {};
33  const edm::EventSetup& );
35  const edm::EventSetup& );
36 
37 };
38 
39 #endif
void run(edm::Handle< L1MuDTChambPhContainer >, const L1MuDTChambPhContainer &, edm::Handle< RPCDigiCollection >, const edm::EventSetup &)
Definition: IOPrinter.cc:17
IOPrinter()
Definition: IOPrinter.h:30
~IOPrinter()
Definition: IOPrinter.h:31