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 
26  std::string idNameSpace; //Namespace of this and ALL sub-parts
27 
28  double rMin; //Minimum radius
29  double rMax; //Maximum radius
30  std::vector<double> layRin; //Radii for inner layer
31  double deltaR; //DeltaR between inner and outer layer
32  double cylinderT; //Support cylinder thickness
33  double supportT; //Support disk thickness
34  double supportDR; //Extra width along R
35  std::string supportMat; //Material for support disk
36  double cableT; //Cable thickness
37  std::vector<std::string> cableMat; //Materials for cables
38  std::vector<std::string> strucMat; //Materials for open structures
39  std::vector<double> layers; //Layers to be constructed
40 
41 };
42 
43 #endif
std::vector< double > layers
void execute(DDCompactView &cpv) override
type of data representation of DDCompactView
Definition: DDCompactView.h:90
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