CMS 3D CMS Logo

DDHCalTBZposAlgo.h
Go to the documentation of this file.
1 #ifndef HcalAlgo_DDHCalTBZposAlgo_h
2 #define HcalAlgo_DDHCalTBZposAlgo_h
3 
4 #include <map>
5 #include <string>
6 #include <vector>
9 
10 class DDHCalTBZposAlgo : public DDAlgorithm {
11  public:
12  //Constructor and Destructor
14  ~DDHCalTBZposAlgo() 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 
22  void execute(DDCompactView& cpv) override;
23 
24 private:
25 
26  double eta; //Eta at which beam is focussed
27  double theta; //Corresponding theta value
28  double shiftY; //Shift along Y
29  double shiftX; //Shift along X
30  double zoffset; //Offset in z
31  double dist; //Radial distance
32  double tilt; //Tilt with respect to y-axis
33  int copyNumber; //Copy Number
34 
35  std::string idNameSpace; //Namespace of this and ALL sub-parts
36  std::string childName; //Children name
37 };
38 
39 #endif
std::string idNameSpace
type of data representation of DDCompactView
Definition: DDCompactView.h:90
~DDHCalTBZposAlgo() override
std::string childName
void execute(DDCompactView &cpv) override
void initialize(const DDNumericArguments &nArgs, const DDVectorArguments &vArgs, const DDMapArguments &mArgs, const DDStringArguments &sArgs, const DDStringVectorArguments &vsArgs) override