CMS 3D CMS Logo

RPCGeometryServTest.h
Go to the documentation of this file.
1 
11 #include <string>
12 #include <map>
13 
14 class RPCGeometry;
15 class MuonGeometryRecord;
17 public:
19 
20  ~RPCGeometryServTest() override;
21 
22  void analyze(const edm::Event&, const edm::EventSetup&) override;
23 
24  const std::string& myName() { return myName_; }
25 
26 private:
27  const int dashedLineWidth_;
30  std::map<int, std::pair<double, double> > barzranges;
31  std::map<int, std::pair<double, double> > forRranges;
32  std::map<int, std::pair<double, double> > bacRranges;
34 };
std::map< int, std::pair< double, double > > barzranges
edm::ESGetToken< RPCGeometry, MuonGeometryRecord > rpcGeomToken_
std::map< int, std::pair< double, double > > forRranges
void analyze(const edm::Event &, const edm::EventSetup &) override
RPCGeometryServTest(const edm::ParameterSet &pset)
const std::string myName_
const std::string & myName()
const std::string dashedLine_
std::map< int, std::pair< double, double > > bacRranges