Main Page
Namespaces
Classes
Package Documentation
Geometry
MTCCTrackerCommonData
plugins
DDTIBRadCableAlgo_MTCC.h
Go to the documentation of this file.
1
#ifndef DD_TIBRadCableAlgo_MTCC_h
2
#define DD_TIBRadCableAlgo_MTCC_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
DDTIBRadCableAlgo_MTCC
:
public
DDAlgorithm {
11
public
:
12
//Constructor and Destructor
13
DDTIBRadCableAlgo_MTCC
();
14
~DDTIBRadCableAlgo_MTCC
()
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
22
void
execute
(
DDCompactView
& cpv)
override
;
23
24
private
:
25
std::string
idNameSpace
;
//Namespace of this and ALL sub-parts
26
27
double
rMin
;
//Minimum radius
28
double
rMax
;
//Maximum radius
29
std::vector<double>
layRin
;
//Radii for inner layer
30
double
deltaR
;
//DeltaR between inner and outer layer
31
double
cylinderT
;
//Support cylinder thickness
32
double
supportT
;
//Support disk thickness
33
double
supportDR
;
//Extra width along R
34
std::string
supportMat
;
//Material for support disk
35
double
cableT
;
//Cable thickness
36
std::vector<std::string>
cableMat
;
//Materials for cables
37
std::vector<std::string>
strucMat
;
//Materials for open structures
38
std::vector<double>
layers
;
//Layers to be constructed
39
};
40
41
#endif
DDTIBRadCableAlgo_MTCC::layers
std::vector< double > layers
Definition:
DDTIBRadCableAlgo_MTCC.h:38
DDTIBRadCableAlgo_MTCC::deltaR
double deltaR
Definition:
DDTIBRadCableAlgo_MTCC.h:30
DDTIBRadCableAlgo_MTCC::cylinderT
double cylinderT
Definition:
DDTIBRadCableAlgo_MTCC.h:31
DDTIBRadCableAlgo_MTCC
Definition:
DDTIBRadCableAlgo_MTCC.h:10
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
DDTIBRadCableAlgo_MTCC::execute
void execute(DDCompactView &cpv) override
Definition:
DDTIBRadCableAlgo_MTCC.cc:70
DDTIBRadCableAlgo_MTCC::~DDTIBRadCableAlgo_MTCC
~DDTIBRadCableAlgo_MTCC() override
Definition:
DDTIBRadCableAlgo_MTCC.cc:23
DDTIBRadCableAlgo_MTCC::cableT
double cableT
Definition:
DDTIBRadCableAlgo_MTCC.h:35
DDTIBRadCableAlgo_MTCC::supportDR
double supportDR
Definition:
DDTIBRadCableAlgo_MTCC.h:33
DDCompactView
Compact representation of the geometrical detector hierarchy.
Definition:
DDCompactView.h:80
DDTIBRadCableAlgo_MTCC::supportT
double supportT
Definition:
DDTIBRadCableAlgo_MTCC.h:32
DDTIBRadCableAlgo_MTCC::idNameSpace
std::string idNameSpace
Definition:
DDTIBRadCableAlgo_MTCC.h:25
DDTIBRadCableAlgo_MTCC::strucMat
std::vector< std::string > strucMat
Definition:
DDTIBRadCableAlgo_MTCC.h:37
ReadMapType< double >
DDTIBRadCableAlgo_MTCC::initialize
void initialize(const DDNumericArguments &nArgs, const DDVectorArguments &vArgs, const DDMapArguments &mArgs, const DDStringArguments &sArgs, const DDStringVectorArguments &vsArgs) override
Definition:
DDTIBRadCableAlgo_MTCC.cc:25
DDTIBRadCableAlgo_MTCC::cableMat
std::vector< std::string > cableMat
Definition:
DDTIBRadCableAlgo_MTCC.h:36
DDTIBRadCableAlgo_MTCC::layRin
std::vector< double > layRin
Definition:
DDTIBRadCableAlgo_MTCC.h:29
DDTIBRadCableAlgo_MTCC::supportMat
std::string supportMat
Definition:
DDTIBRadCableAlgo_MTCC.h:34
DDTIBRadCableAlgo_MTCC::rMax
double rMax
Definition:
DDTIBRadCableAlgo_MTCC.h:28
DDAlgorithm.h
DDTIBRadCableAlgo_MTCC::DDTIBRadCableAlgo_MTCC
DDTIBRadCableAlgo_MTCC()
Definition:
DDTIBRadCableAlgo_MTCC.cc:19
DDTypes.h
DDTIBRadCableAlgo_MTCC::rMin
double rMin
Definition:
DDTIBRadCableAlgo_MTCC.h:27
Generated for CMSSW Reference Manual by
1.8.11