CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
29 
31 
32  public:
34 
36 
37  virtual void analyze( const edm::Event&, const edm::EventSetup& );
38 
39  const std::string& myName() { return myName_;}
40 
41  private:
42 
43  const int dashedLineWidth_;
44  const std::string dashedLine_;
45  const std::string myName_;
46  std::map<int, std::pair<double, double> > barzranges;
47  std::map<int, std::pair<double, double> > forRranges;
48  std::map<int, std::pair<double, double> > bacRranges;
49 };
50 
51 
virtual void analyze(const edm::Event &, const edm::EventSetup &)
std::map< int, std::pair< double, double > > barzranges
std::map< int, std::pair< double, double > > forRranges
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