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