CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DDTECPhiAltAlgo.h
Go to the documentation of this file.
1 #ifndef DD_TECPhiAltAlgo_h
2 #define DD_TECPhiAltAlgo_h
3 
4 #include <map>
5 #include <string>
6 #include <vector>
9 
10 class DDTECPhiAltAlgo : public DDAlgorithm {
11 
12 public:
13  //Constructor and Destructor
14  DDTECPhiAltAlgo();
15  virtual ~DDTECPhiAltAlgo();
16 
17  void initialize(const DDNumericArguments & nArgs,
18  const DDVectorArguments & vArgs,
19  const DDMapArguments & mArgs,
20  const DDStringArguments & sArgs,
21  const DDStringVectorArguments & vsArgs);
22 
23  void execute(DDCompactView& cpv);
24 
25 private:
26 
27  double startAngle; //Start angle
28  double incrAngle; //Increment in angle
29  double radius ; //Radius
30  double zIn; //z position for the even ones
31  double zOut; //z position for the odd ones
32  int number; //Number of copies
33  int startCopyNo; //Start copy number
34  int incrCopyNo; //Increment in copy number
35 
36  std::string idNameSpace; //Namespace of this and ALL sub-parts
37  std::string childName; //Child name
38 };
39 
40 #endif
std::string childName
type of data representation of DDCompactView
Definition: DDCompactView.h:77
void execute(DDCompactView &cpv)
virtual ~DDTECPhiAltAlgo()
void initialize(const DDNumericArguments &nArgs, const DDVectorArguments &vArgs, const DDMapArguments &mArgs, const DDStringArguments &sArgs, const DDStringVectorArguments &vsArgs)
std::string idNameSpace