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