CMS 3D CMS Logo

GEMEtaPartitionSpecs.h
Go to the documentation of this file.
1 #ifndef Geometry_GEMGeometry_GEMEtaPartitionSpecs_H
2 #define Geometry_GEMGeometry_GEMEtaPartitionSpecs_H
3 
11 #include <vector>
12 #include <string>
13 
14 class StripTopology;
15 
17 
19 public:
20  typedef std::vector<float> GEMSpecs;
21 
22  GEMEtaPartitionSpecs(SubDetector rss, const std::string& name, const GEMSpecs& pars);
23 
24  ~GEMEtaPartitionSpecs() 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 GEMSpecs& parameters() const;
37 
38 private:
41 
44 
45  std::vector<float> _p;
47 };
48 #endif
const Topology & padTopology() const
const GEMSpecs & parameters() const
StripTopology * _top_pad
topology of trigger pads (pad = bundle of strips, basically, a "fat" strip)
const Topology & topology() const override
std::vector< float > _p
const std::string & name() const
Definition: GeomDetType.h:19
std::vector< float > GEMSpecs
const StripTopology & specificPadTopology() const
GEMEtaPartitionSpecs(SubDetector rss, const std::string &name, const GEMSpecs &pars)
StripTopology * _top
topology of strips
const StripTopology & specificTopology() const
const std::string & detName() const