CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DDPixBarTPGStackLayerAlgo.h
Go to the documentation of this file.
1 #ifndef DD_PixBarTPGStackLayerAlgo_h
2 #define DD_PixBarTPGStackLayerAlgo_h
3 
4 #include <map>
5 #include <string>
6 #include <vector>
9 
10 class DDPixBarTPGStackLayerAlgo : public DDAlgorithm {
11  public:
12  //Constructor and Destructor
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 VolumeMaterial; //Name of general material
28  int number; //Number of ladders in phi
29  double layerDz; //Length of the layer
30  double sensorEdge; //Distance from edge for a half sensor
31  double coolDz; //Length of the cooling piece
32  double coolWidth; //Width
33  double coolSide; //Side length
34  double coolThick; //Thickness of the shell
35  double coolZ; //Centre of cooling tube(s)
36  int coolNumber; // = 1 normally, =2 for LB ring layers
37  double hybridThick; //Thickness of hybrid that determines cooling pipe 1 offset
38  double moduleRadius; //Radial distance of mid point
39  std::string coolMat; //Cooling fluid material name
40  std::string tubeMat; //Cooling piece material name
41  std::string ladderNameUp; //Names of upper ladder
42  std::string ladderNameDown; //Names of lower ladder
43  double ladderWidth; //Up/Down Ladder Width
44  double ladderThick; //Up/Down Ladder Thickness
45  double module_offset; //Offset of module from radial/tangential vector
46  double layout; //Layout type (0=TIB-like,1=TOB-like)
47  double activeWidth; //Up/Down Ladder active Width
48 
49 };
50 
51 #endif
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
void execute(DDCompactView &cpv)