CMS 3D CMS Logo

MTDParametersFromDD.h
Go to the documentation of this file.
1 #ifndef MTDGeometryBuilder_MTDParametersFromDD_h
2 #define MTDGeometryBuilder_MTDParametersFromDD_h
3 
4 #include <vector>
7 
8 class DDCompactView;
9 class PMTDParameters;
10 
12  public:
14  virtual ~MTDParametersFromDD() {}
15 
16  bool build( const DDCompactView*,
17  PMTDParameters& );
18  private:
19  void putOne( int, std::vector<int> &, PMTDParameters& );
20 };
21 
22 #endif
void putOne(int, std::vector< int > &, PMTDParameters &)
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:80
bool build(const DDCompactView *, PMTDParameters &)