CMS 3D CMS Logo

DDTIBRadCableAlgo_MTCC.h
Go to the documentation of this file.
1 #ifndef DD_TIBRadCableAlgo_MTCC_h
2 #define DD_TIBRadCableAlgo_MTCC_h
3 
4 #include <map>
5 #include <string>
6 #include <vector>
9 
10 class DDTIBRadCableAlgo_MTCC : public DDAlgorithm {
11 public:
12  //Constructor and Destructor
14  ~DDTIBRadCableAlgo_MTCC() override;
15 
16  void initialize(const DDNumericArguments& nArgs,
17  const DDVectorArguments& vArgs,
18  const DDMapArguments& mArgs,
19  const DDStringArguments& sArgs,
20  const DDStringVectorArguments& vsArgs) override;
21 
22  void execute(DDCompactView& cpv) override;
23 
24 private:
25  std::string idNameSpace; //Namespace of this and ALL sub-parts
26 
27  double rMin; //Minimum radius
28  double rMax; //Maximum radius
29  std::vector<double> layRin; //Radii for inner layer
30  double deltaR; //DeltaR between inner and outer layer
31  double cylinderT; //Support cylinder thickness
32  double supportT; //Support disk thickness
33  double supportDR; //Extra width along R
34  std::string supportMat; //Material for support disk
35  double cableT; //Cable thickness
36  std::vector<std::string> cableMat; //Materials for cables
37  std::vector<std::string> strucMat; //Materials for open structures
38  std::vector<double> layers; //Layers to be constructed
39 };
40 
41 #endif
std::vector< double > layers
void execute(DDCompactView &cpv) override
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:80
std::vector< std::string > strucMat
void initialize(const DDNumericArguments &nArgs, const DDVectorArguments &vArgs, const DDMapArguments &mArgs, const DDStringArguments &sArgs, const DDStringVectorArguments &vsArgs) override
std::vector< std::string > cableMat
std::vector< double > layRin