Main Page
Namespaces
Classes
Package Documentation
Geometry
HGCalCommonData
plugins
DDHGCalWafer8.h
Go to the documentation of this file.
1
#ifndef HGCalCommonData_DDHGCalWafer8_h
2
#define HGCalCommonData_DDHGCalWafer8_h
3
4
#include <string>
5
#include <vector>
6
#include "
DetectorDescription/Core/interface/DDTypes.h
"
7
#include "
DetectorDescription/Core/interface/DDAlgorithm.h
"
8
9
class
DDHGCalWafer8
:
public
DDAlgorithm {
10
11
public
:
12
//Constructor and Destructor
13
DDHGCalWafer8
();
14
~DDHGCalWafer8
()
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
void
execute
(
DDCompactView
& cpv)
override
;
22
23
private
:
24
double
waferSize_
;
// Wafer size
25
double
waferT_
;
// Wafer thickness
26
double
waferSepar_
;
// Sensor separation
27
double
mouseBite_
;
// MouseBite radius
28
int
nCells_
;
// Half number of cells along u-v axis
29
int
cellType_
;
// Cell Type (0,1,2: Fine, Course 2/3)
30
std::string
material_
;
// Material name for module with gap
31
std::vector<std::string>
cellNames_
;
// Name of the cells
32
std::string
nameSpace_
;
// Namespace to be used
33
};
34
35
#endif
DDHGCalWafer8::waferSepar_
double waferSepar_
Definition:
DDHGCalWafer8.h:26
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
DDHGCalWafer8::waferSize_
double waferSize_
Definition:
DDHGCalWafer8.h:24
DDHGCalWafer8::material_
std::string material_
Definition:
DDHGCalWafer8.h:30
DDCompactView
Compact representation of the geometrical detector hierarchy.
Definition:
DDCompactView.h:80
DDHGCalWafer8::waferT_
double waferT_
Definition:
DDHGCalWafer8.h:25
DDHGCalWafer8::mouseBite_
double mouseBite_
Definition:
DDHGCalWafer8.h:27
ReadMapType< double >
DDHGCalWafer8::cellNames_
std::vector< std::string > cellNames_
Definition:
DDHGCalWafer8.h:31
DDHGCalWafer8::DDHGCalWafer8
DDHGCalWafer8()
Definition:
DDHGCalWafer8.cc:13
DDHGCalWafer8::initialize
void initialize(const DDNumericArguments &nArgs, const DDVectorArguments &vArgs, const DDMapArguments &mArgs, const DDStringArguments &sArgs, const DDStringVectorArguments &vsArgs) override
Definition:
DDHGCalWafer8.cc:21
DDHGCalWafer8::execute
void execute(DDCompactView &cpv) override
Definition:
DDHGCalWafer8.cc:52
DDHGCalWafer8::nCells_
int nCells_
Definition:
DDHGCalWafer8.h:28
DDHGCalWafer8
Definition:
DDHGCalWafer8.h:9
DDAlgorithm.h
DDHGCalWafer8::cellType_
int cellType_
Definition:
DDHGCalWafer8.h:29
DDHGCalWafer8::nameSpace_
std::string nameSpace_
Definition:
DDHGCalWafer8.h:32
DDTypes.h
DDHGCalWafer8::~DDHGCalWafer8
~DDHGCalWafer8() override
Definition:
DDHGCalWafer8.cc:19
Generated for CMSSW Reference Manual by
1.8.11