CMS 3D CMS Logo

CSCSegtoRPC.h
Go to the documentation of this file.
1 #ifndef CSCSEGTORPC_H
2 #define CSCSEGTORPC_H
3 
9 
10 #include <memory>
11 
12 class RPCGeometry;
13 class CSCGeometry;
14 class CSCObjectMap;
15 class MuonGeometryRecord;
16 
17 class CSCSegtoRPC {
18 public:
20  std::unique_ptr<RPCRecHitCollection> thePoints(CSCSegmentCollection const* allCSCSegments,
21  edm::EventSetup const& iSetup,
22  bool debug,
23  double eyr);
24 
25 private:
29 };
30 
31 #endif
CSCSegtoRPC(edm::ConsumesCollector iC)
Definition: CSCSegtoRPC.cc:15
edm::ESGetToken< CSCGeometry, MuonGeometryRecord > cscGeoToken_
Definition: CSCSegtoRPC.h:27
#define debug
Definition: HDRShower.cc:19
std::unique_ptr< RPCRecHitCollection > thePoints(CSCSegmentCollection const *allCSCSegments, edm::EventSetup const &iSetup, bool debug, double eyr)
Definition: CSCSegtoRPC.cc:18
edm::ESGetToken< CSCObjectMap, MuonGeometryRecord > cscMapToken_
Definition: CSCSegtoRPC.h:28
edm::ESGetToken< RPCGeometry, MuonGeometryRecord > rpcGeoToken_
Definition: CSCSegtoRPC.h:26