CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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;
8 
10  public:
13 
14  bool build( const DDCompactView*,
16  private:
17  void putOne( int, std::vector<int> &, PTrackerParameters& );
18 };
19 
20 #endif
void putOne(int, std::vector< int > &, PTrackerParameters &)
type of data representation of DDCompactView
Definition: DDCompactView.h:77
bool build(const DDCompactView *, PTrackerParameters &)