CMS 3D CMS Logo

TrackerParametersFromDD.h
Go to the documentation of this file.
1 #ifndef TrackerGeometryBuilder_TrackerParametersFromDD_h
2 #define TrackerGeometryBuilder_TrackerParametersFromDD_h
3 
4 #include <vector>
5 
6 class DDCompactView;
7 
8 namespace cms {
9  class DDCompactView;
10 }
11 
12 class PTrackerParameters;
13 
15 public:
18 
19  bool build(const DDCompactView*, PTrackerParameters&);
21 
22 private:
23  void putOne(int, std::vector<int>&, PTrackerParameters&);
24 };
25 
26 #endif
void putOne(int, std::vector< int > &, PTrackerParameters &)
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:81
Namespace of DDCMS conversion namespace.
bool build(const DDCompactView *, PTrackerParameters &)