CMS 3D CMS Logo

CSCSegtoRPC.h
Go to the documentation of this file.
1 #ifndef CSCSEGTORPC_H
2 #define CSCSEGTORPC_H
3 
10 
11 #include <memory>
12 
13 class CSCSegtoRPC {
14 public:
15  CSCSegtoRPC(CSCSegmentCollection const* allCSCSegments, edm::EventSetup const& iSetup, bool debug, double eyr);
16  ~CSCSegtoRPC();
17  std::unique_ptr<RPCRecHitCollection> && thePoints(){ return std::move(_ThePoints); }
18 
19 private:
20  std::unique_ptr<RPCRecHitCollection> _ThePoints;
22  bool inclcsc;
23  double MaxD;
24 };
25 
26 #endif
double MaxD
Definition: CSCSegtoRPC.h:23
std::unique_ptr< RPCRecHitCollection > _ThePoints
Definition: CSCSegtoRPC.h:20
bool inclcsc
Definition: CSCSegtoRPC.h:22
CSCSegtoRPC(CSCSegmentCollection const *allCSCSegments, edm::EventSetup const &iSetup, bool debug, double eyr)
Definition: CSCSegtoRPC.cc:15
#define debug
Definition: HDRShower.cc:19
edm::OwnVector< RPCRecHit > RPCPointVector
Definition: CSCSegtoRPC.h:21
std::unique_ptr< RPCRecHitCollection > && thePoints()
Definition: CSCSegtoRPC.h:17
def move(src, dest)
Definition: eostools.py:511