Main Page
Namespaces
Classes
Package Documentation
Geometry
HGCalCommonData
plugins
DDHGCalWafer.h
Go to the documentation of this file.
1
#ifndef HGCalCommonData_DDHGCalWafer_h
2
#define HGCalCommonData_DDHGCalWafer_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
DDHGCalWafer
:
public
DDAlgorithm {
11
12
public
:
13
//Constructor and Destructor
14
DDHGCalWafer
();
15
virtual
~DDHGCalWafer
();
16
17
void
initialize
(
const
DDNumericArguments
& nArgs,
18
const
DDVectorArguments
& vArgs,
19
const
DDMapArguments
& mArgs,
20
const
DDStringArguments
& sArgs,
21
const
DDStringVectorArguments
& vsArgs);
22
void
execute
(
DDCompactView
& cpv);
23
24
private
:
25
26
double
waferSize_
;
//Wafer Size
27
int
cellType_
;
//Type (1 fine; 2 coarse)
28
int
nColumns_
;
//Maximum number of columns
29
int
nBottomY_
;
//Index of cell position of bottom row
30
std::vector<std::string>
childNames_
;
//Names of children
31
std::vector<int>
nCellsRow_
;
//Number of cells in a row
32
std::vector<int>
angleEdges_
;
//Rotation angles to be used for edges
33
std::vector<int>
detectorType_
;
//Detector type of edge cells
34
std::string
idNameSpace_
;
//Namespace of this and ALL sub-parts
35
DDName
parentName_
;
//Parent name
36
};
37
38
#endif
DDHGCalWafer::~DDHGCalWafer
virtual ~DDHGCalWafer()
Definition:
DDHGCalWafer.cc:20
DDHGCalWafer::initialize
void initialize(const DDNumericArguments &nArgs, const DDVectorArguments &vArgs, const DDMapArguments &mArgs, const DDStringArguments &sArgs, const DDStringVectorArguments &vsArgs)
Definition:
DDHGCalWafer.cc:22
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
DDName
DDName is used to identify DDD entities uniquely.
Definition:
DDName.h:15
DDHGCalWafer::nColumns_
int nColumns_
Definition:
DDHGCalWafer.h:28
DDHGCalWafer::detectorType_
std::vector< int > detectorType_
Definition:
DDHGCalWafer.h:33
DDCompactView
type of data representation of DDCompactView
Definition:
DDCompactView.h:90
DDHGCalWafer
Definition:
DDHGCalWafer.h:10
DDHGCalWafer::waferSize_
double waferSize_
Definition:
DDHGCalWafer.h:26
ReadMapType< double >
DDHGCalWafer::childNames_
std::vector< std::string > childNames_
Definition:
DDHGCalWafer.h:30
DDHGCalWafer::DDHGCalWafer
DDHGCalWafer()
Definition:
DDHGCalWafer.cc:14
DDHGCalWafer::nCellsRow_
std::vector< int > nCellsRow_
Definition:
DDHGCalWafer.h:31
DDHGCalWafer::angleEdges_
std::vector< int > angleEdges_
Definition:
DDHGCalWafer.h:32
DDHGCalWafer::execute
void execute(DDCompactView &cpv)
Definition:
DDHGCalWafer.cc:53
DDAlgorithm.h
DDHGCalWafer::idNameSpace_
std::string idNameSpace_
Definition:
DDHGCalWafer.h:34
DDTypes.h
DDHGCalWafer::parentName_
DDName parentName_
Definition:
DDHGCalWafer.h:35
DDHGCalWafer::cellType_
int cellType_
Definition:
DDHGCalWafer.h:27
DDHGCalWafer::nBottomY_
int nBottomY_
Definition:
DDHGCalWafer.h:29
Generated for CMSSW Reference Manual by
1.8.11