CMS 3D CMS Logo

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 
19 public:
20  typedef std::vector<float> ME0Specs;
21 
22  ME0EtaPartitionSpecs(SubDetector rss, const std::string& name, const ME0Specs& pars);
23 
24  ~ME0EtaPartitionSpecs() override;
25 
26  const Topology& topology() const override;
27 
28  const StripTopology& specificTopology() const;
29 
30  const Topology& padTopology() const;
31 
32  const StripTopology& specificPadTopology() const;
33 
34  const std::string& detName() const;
35 
36  const ME0Specs& parameters() const;
37 
38 private:
41 
44 
45  std::vector<float> _p;
47 };
48 #endif
const std::string & detName() const
std::vector< float > ME0Specs
ME0EtaPartitionSpecs(SubDetector rss, const std::string &name, const ME0Specs &pars)
const Topology & topology() const override
const ME0Specs & parameters() const
std::vector< float > _p
const std::string & name() const
Definition: GeomDetType.h:19
const StripTopology & specificTopology() const
StripTopology * _top
topology of strips
StripTopology * _top_pad
topology of trigger pads (pad = bundle of strips, basically, a "fat" strip)
const Topology & padTopology() const
const StripTopology & specificPadTopology() const