Main Page
Namespaces
Classes
Package Documentation
Geometry
HcalAlgo
plugins
DDHCalTestBeamAlgo.h
Go to the documentation of this file.
1
#ifndef HcalAlgo_DDHCalTestBeamAlgo_h
2
#define HcalAlgo_DDHCalTestBeamAlgo_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
DDHCalTestBeamAlgo
:
public
DDAlgorithm {
11
public
:
12
//Constructor and Destructor
13
DDHCalTestBeamAlgo
();
14
~DDHCalTestBeamAlgo
()
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
26
double
eta
;
//Eta at which beam is focussed
27
double
phi
;
//Phi ................
28
double
theta
;
//Corresponding theta value
29
double
distance
;
//Distance of the centre of rotation
30
double
distanceZ
;
//Distance along x-axis of the centre of rotation
31
double
dist
;
//Overall distance
32
double
dz
;
//Half length along z of the volume to be placed
33
int
copyNumber
;
//Copy Number
34
35
std::string
idNameSpace
;
//Namespace of this and ALL sub-parts
36
std::string
childName
;
//Children name
37
};
38
39
#endif
DDHCalTestBeamAlgo::distanceZ
double distanceZ
Definition:
DDHCalTestBeamAlgo.h:30
DDHCalTestBeamAlgo::distance
double distance
Definition:
DDHCalTestBeamAlgo.h:29
DDHCalTestBeamAlgo::theta
double theta
Definition:
DDHCalTestBeamAlgo.h:28
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
DDHCalTestBeamAlgo::idNameSpace
std::string idNameSpace
Definition:
DDHCalTestBeamAlgo.h:35
DDHCalTestBeamAlgo::initialize
void initialize(const DDNumericArguments &nArgs, const DDVectorArguments &vArgs, const DDMapArguments &mArgs, const DDStringArguments &sArgs, const DDStringVectorArguments &vsArgs) override
Definition:
DDHCalTestBeamAlgo.cc:22
DDCompactView
type of data representation of DDCompactView
Definition:
DDCompactView.h:90
DDHCalTestBeamAlgo::dz
double dz
Definition:
DDHCalTestBeamAlgo.h:32
DDHCalTestBeamAlgo::childName
std::string childName
Definition:
DDHCalTestBeamAlgo.h:36
DDHCalTestBeamAlgo
Definition:
DDHCalTestBeamAlgo.h:10
DDHCalTestBeamAlgo::~DDHCalTestBeamAlgo
~DDHCalTestBeamAlgo() override
Definition:
DDHCalTestBeamAlgo.cc:20
DDHCalTestBeamAlgo::DDHCalTestBeamAlgo
DDHCalTestBeamAlgo()
Definition:
DDHCalTestBeamAlgo.cc:16
ReadMapType< double >
DDHCalTestBeamAlgo::dist
double dist
Definition:
DDHCalTestBeamAlgo.h:31
DDHCalTestBeamAlgo::phi
double phi
Definition:
DDHCalTestBeamAlgo.h:27
DDHCalTestBeamAlgo::eta
double eta
Definition:
DDHCalTestBeamAlgo.h:26
DDAlgorithm.h
DDHCalTestBeamAlgo::copyNumber
int copyNumber
Definition:
DDHCalTestBeamAlgo.h:33
DDTypes.h
DDHCalTestBeamAlgo::execute
void execute(DDCompactView &cpv) override
Definition:
DDHCalTestBeamAlgo.cc:50
Generated for CMSSW Reference Manual by
1.8.11