test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DDPixBarLayerUpgradeAlgo.h
Go to the documentation of this file.
1 #ifndef DD_PixBarLayerUpgradeAlgo_h
2 #define DD_PixBarLayerUpgradeAlgo_h
3 
4 #include <map>
5 #include <string>
6 #include <vector>
9 
10 class DDPixBarLayerUpgradeAlgo : public DDAlgorithm {
11  public:
12  //Constructor and Destructor
14  virtual ~DDPixBarLayerUpgradeAlgo();
15 
16  void initialize(const DDNumericArguments & nArgs,
17  const DDVectorArguments & vArgs,
18  const DDMapArguments & mArgs,
19  const DDStringArguments & sArgs,
20  const DDStringVectorArguments & vsArgs);
21 
22  void execute(DDCompactView& cpv);
23 
24 private:
25 
26  std::string idNameSpace; //Namespace of this and ALL sub-parts
27  std::string genMat; //Name of general material
28  int number; //Number of ladders in phi
29  double layerDz; //Length of the layer
30  double coolDz; //Length of the cooling piece
31  double coolThick; //Thickness of the shell
32  double coolRadius; //Cool tube external radius
33  double coolDist; //Radial distance between centres of 2
34  double cool1Offset; //cooling pipe 1 offset for ladder at interface
35  double cool2Offset; //cooling pipe 2 offset for ladder at interface
36  std::string coolMat; //Cooling fluid material name
37  std::string tubeMat; //Cooling piece material name
38  std::string ladder; //Name of ladder
39  double ladderWidth; //Width of ladder
40  double ladderThick; //Thicknes of ladder
41  double ladderOffset; //ladder dispacement at interface
42  int outerFirst; //Controller of the placement of ladder
43 };
44 
45 #endif
void execute(DDCompactView &cpv)
void initialize(const DDNumericArguments &nArgs, const DDVectorArguments &vArgs, const DDMapArguments &mArgs, const DDStringArguments &sArgs, const DDStringVectorArguments &vsArgs)
type of data representation of DDCompactView
Definition: DDCompactView.h:77