Main Page
Namespaces
Classes
Package Documentation
Geometry
HGCalCommonData
plugins
DDHGCalWaferAlgo.h
Go to the documentation of this file.
1
#ifndef HGCalCommonData_DDHGCalWaferAlgo_h
2
#define HGCalCommonData_DDHGCalWaferAlgo_h
3
4
#include <map>
5
#include <string>
6
#include <vector>
7
#include "
DetectorDescription/Core/interface/DDTypes.h
"
8
#include "
DetectorDescription/Core/interface/DDAlgorithm.h
"
9
10
class
DDHGCalWaferAlgo
:
public
DDAlgorithm {
11
12
public
:
13
//Constructor and Destructor
14
DDHGCalWaferAlgo
();
15
~DDHGCalWaferAlgo
()
override
;
16
17
void
initialize
(
const
DDNumericArguments
& nArgs,
18
const
DDVectorArguments
& vArgs,
19
const
DDMapArguments
& mArgs,
20
const
DDStringArguments
& sArgs,
21
const
DDStringVectorArguments
& vsArgs)
override
;
22
void
execute
(
DDCompactView
& cpv)
override
;
23
24
private
:
25
26
double
cellSize
;
//Cell Size
27
int
cellType
;
//Type (1 fine; 2 coarse)
28
std::vector<std::string>
childNames
;
//Names of children
29
std::vector<int>
positionX
;
//Position in X
30
std::vector<int>
positionY
;
//Position in Y
31
std::vector<double>
angles
;
//Rotation angle
32
std::vector<int>
detectorType
;
//Detector type
33
std::string
idName
;
//Name of the "parent" volume.
34
std::string
rotns
;
//Namespace for rotation matrix
35
std::string
idNameSpace
;
//Namespace of this and ALL sub-parts
36
DDName
parentName
;
//Parent name
37
};
38
39
#endif
DDHGCalWaferAlgo
Definition:
DDHGCalWaferAlgo.h:10
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
DDName
DDName is used to identify DDD entities uniquely.
Definition:
DDName.h:15
DDHGCalWaferAlgo::cellSize
double cellSize
Definition:
DDHGCalWaferAlgo.h:26
DDCompactView
Compact representation of the geometrical detector hierarchy.
Definition:
DDCompactView.h:83
DDHGCalWaferAlgo::rotns
std::string rotns
Definition:
DDHGCalWaferAlgo.h:34
DDHGCalWaferAlgo::parentName
DDName parentName
Definition:
DDHGCalWaferAlgo.h:36
ReadMapType< double >
DDHGCalWaferAlgo::idNameSpace
std::string idNameSpace
Definition:
DDHGCalWaferAlgo.h:35
DDHGCalWaferAlgo::positionX
std::vector< int > positionX
Definition:
DDHGCalWaferAlgo.h:29
DDHGCalWaferAlgo::detectorType
std::vector< int > detectorType
Definition:
DDHGCalWaferAlgo.h:32
DDHGCalWaferAlgo::initialize
void initialize(const DDNumericArguments &nArgs, const DDVectorArguments &vArgs, const DDMapArguments &mArgs, const DDStringArguments &sArgs, const DDStringVectorArguments &vsArgs) override
Definition:
DDHGCalWaferAlgo.cc:26
DDHGCalWaferAlgo::childNames
std::vector< std::string > childNames
Definition:
DDHGCalWaferAlgo.h:28
DDHGCalWaferAlgo::positionY
std::vector< int > positionY
Definition:
DDHGCalWaferAlgo.h:30
DDHGCalWaferAlgo::idName
std::string idName
Definition:
DDHGCalWaferAlgo.h:33
DDHGCalWaferAlgo::cellType
int cellType
Definition:
DDHGCalWaferAlgo.h:27
DDAlgorithm.h
DDHGCalWaferAlgo::~DDHGCalWaferAlgo
~DDHGCalWaferAlgo() override
Definition:
DDHGCalWaferAlgo.cc:24
DDHGCalWaferAlgo::angles
std::vector< double > angles
Definition:
DDHGCalWaferAlgo.h:31
DDTypes.h
DDHGCalWaferAlgo::execute
void execute(DDCompactView &cpv) override
Definition:
DDHGCalWaferAlgo.cc:57
DDHGCalWaferAlgo::DDHGCalWaferAlgo
DDHGCalWaferAlgo()
Definition:
DDHGCalWaferAlgo.cc:18
Generated for CMSSW Reference Manual by
1.8.11