CMS 3D CMS Logo

DDHGCalWafer8.h
Go to the documentation of this file.
1 #ifndef HGCalCommonData_DDHGCalWafer8_h
2 #define HGCalCommonData_DDHGCalWafer8_h
3 
4 #include <string>
5 #include <vector>
8 
9 class DDHGCalWafer8 : public DDAlgorithm {
10 
11 public:
12  //Constructor and Destructor
13  DDHGCalWafer8();
14  ~DDHGCalWafer8() 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  void execute(DDCompactView& cpv) override;
22 
23 private:
24  double waferSize_; // Wafer size
25  double waferT_; // Wafer thickness
26  double waferSepar_; // Sensor separation
27  double mouseBite_; // MouseBite radius
28  int nCells_; // Half number of cells along u-v axis
29  int cellType_; // Cell Type (0,1,2: Fine, Course 2/3)
30  std::string material_; // Material name for module with gap
31  std::vector<std::string> cellNames_; // Name of the cells
32  std::string nameSpace_; // Namespace to be used
33 };
34 
35 #endif
double waferSepar_
Definition: DDHGCalWafer8.h:26
double waferSize_
Definition: DDHGCalWafer8.h:24
std::string material_
Definition: DDHGCalWafer8.h:30
Compact representation of the geometrical detector hierarchy.
Definition: DDCompactView.h:80
double mouseBite_
Definition: DDHGCalWafer8.h:27
std::vector< std::string > cellNames_
Definition: DDHGCalWafer8.h:31
void initialize(const DDNumericArguments &nArgs, const DDVectorArguments &vArgs, const DDMapArguments &mArgs, const DDStringArguments &sArgs, const DDStringVectorArguments &vsArgs) override
void execute(DDCompactView &cpv) override
std::string nameSpace_
Definition: DDHGCalWafer8.h:32
~DDHGCalWafer8() override