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 edm::EventSetup&);
35  void run(L1MuDTChambPhContainer const*,
37  RPCDigiCollection const*,
38  const edm::EventSetup&);
39 };
40 
41 #endif
RPCtoDTTranslator.h
DTRPCBxCorrection.h
RPCRoll.h
IOPrinter
Definition: IOPrinter.h:27
edm::Handle< L1MuDTChambPhContainer >
AlignTrackSegments.h
L1MuDTChambPhContainer
Definition: L1MuDTChambPhContainer.h:33
RPCEMapRcd.h
RPCHitCleaner.h
RPCDigiCollection
IOPrinter::IOPrinter
IOPrinter()
Definition: IOPrinter.h:29
edm::EventSetup
Definition: EventSetup.h:58
IOPrinter::run
void run(edm::Handle< L1MuDTChambPhContainer >, const L1MuDTChambPhContainer &, edm::Handle< RPCDigiCollection >, const edm::EventSetup &)
Definition: IOPrinter.cc:17
MuonGeometryRecord.h
RPCGeometry.h
IOPrinter::~IOPrinter
~IOPrinter()
Definition: IOPrinter.h:30