CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ME0EtaPartitionSpecs.h
Go to the documentation of this file.
1 #ifndef Geometry_ME0Geometry_ME0EtaPartitionSpecs_H
2 #define Geometry_ME0Geometry_ME0EtaPartitionSpecs_H
3 
11 #include <vector>
12 #include <string>
13 
14 class StripTopology;
15 
17 
18 
20 {
21 public:
22 
23  typedef std::vector<float> ME0Specs;
24 
25  ME0EtaPartitionSpecs( SubDetector rss, const std::string& name, const ME0Specs& pars);
26 
28 
29  const Topology& topology() const;
30 
31  const StripTopology& specificTopology() const;
32 
33  const Topology& padTopology() const;
34 
35  const StripTopology& specificPadTopology() const;
36 
37  const std::string& detName() const;
38 
39  const ME0Specs& parameters() const;
40 
41 private:
42 
45 
48 
49  std::vector<float> _p;
51 };
52 #endif
const std::string & detName() const
std::vector< float > ME0Specs
ME0EtaPartitionSpecs(SubDetector rss, const std::string &name, const ME0Specs &pars)
const ME0Specs & parameters() const
std::vector< float > _p
const std::string & name() const
Definition: GeomDetType.h:20
const StripTopology & specificTopology() const
StripTopology * _top
topology of strips
StripTopology * _top_pad
topology of trigger pads (pad = bundle of strips, basically, a &quot;fat&quot; strip)
const Topology & padTopology() const
const Topology & topology() const
const StripTopology & specificPadTopology() const