CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DDPixBarStackLayerAlgo.h
Go to the documentation of this file.
1 #ifndef DD_PixBarStackLayerAlgo_h
2 #define DD_PixBarStackLayerAlgo_h
3 
4 #include <map>
5 #include <string>
6 #include <vector>
9 
10 class DDPixBarStackLayerAlgo : public DDAlgorithm {
11  public:
12  //Constructor and Destructor
14  virtual ~DDPixBarStackLayerAlgo();
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 moduleRadius; //Radial distance of mid point
36  std::string coolMat; //Cooling fluid material name
37  std::string tubeMat; //Cooling piece material name
38  std::string ladderNameUp; //Names of upper ladder
39  std::string ladderNameDown; //Names of lower ladder
40  double ladderWidth; //Up/Down Ladder Width
41  double ladderThick; //Up/Down Ladder Thickness
42  double module_offset; //Offset of module from radial/tangential vector
43  double layout; //Layout type (0=TIB-like,1=TOB-like)
44  double activeWidth; //Up/Down Ladder active Width
45 
46 };
47 
48 #endif
void initialize(const DDNumericArguments &nArgs, const DDVectorArguments &vArgs, const DDMapArguments &mArgs, const DDStringArguments &sArgs, const DDStringVectorArguments &vsArgs)
void execute(DDCompactView &cpv)
type of data representation of DDCompactView
Definition: DDCompactView.h:77