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