CMS 3D CMS Logo

RPCGeometryServTest.h
Go to the documentation of this file.
1 
6 #include <memory>
7 #include <fstream>
9 
15 
21 
22 #include <string>
23 #include <cmath>
24 #include <vector>
25 #include <map>
26 #include <iomanip>
27 #include <set>
28 
30 public:
32 
33  ~RPCGeometryServTest() override;
34 
35  void analyze(const edm::Event&, const edm::EventSetup&) override;
36 
37  const std::string& myName() { return myName_; }
38 
39 private:
40  const int dashedLineWidth_;
43  std::map<int, std::pair<double, double> > barzranges;
44  std::map<int, std::pair<double, double> > forRranges;
45  std::map<int, std::pair<double, double> > bacRranges;
46 };
std::map< int, std::pair< double, double > > barzranges
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