#include <EmcRecBarrelGeo.h>
Definition at line 25 of file EmcRecBarrelGeo.h.
◆ EmcRecBarrelGeo()
EmcRecBarrelGeo::EmcRecBarrelGeo |
( |
| ) |
|
Definition at line 11 of file EmcRecBarrelGeo.cxx.
12{
13 ParameterInitialize();
14 CalculateStandardCrystal();
15 Transform2Column1();
16 FillCCenterVector();
17}
◆ ~EmcRecBarrelGeo()
EmcRecBarrelGeo::~EmcRecBarrelGeo |
( |
| ) |
|
Definition at line 19 of file EmcRecBarrelGeo.cxx.
20{
21 fStandard.clear();
22 fCCenter.clear();
23 fCFrontCenter.clear();
24}
◆ GetBarrelh1()
double EmcRecBarrelGeo::GetBarrelh1 |
( |
| ) |
const |
|
inline |
◆ GetBarrelh2()
double EmcRecBarrelGeo::GetBarrelh2 |
( |
| ) |
const |
|
inline |
◆ GetBarrelh3()
double EmcRecBarrelGeo::GetBarrelh3 |
( |
| ) |
const |
|
inline |
◆ GetBarrelL()
double EmcRecBarrelGeo::GetBarrelL |
( |
| ) |
const |
|
inline |
◆ GetBarrelNPhiMax()
int EmcRecBarrelGeo::GetBarrelNPhiMax |
( |
| ) |
const |
|
inline |
◆ GetBarrelNThetaMax()
int EmcRecBarrelGeo::GetBarrelNThetaMax |
( |
| ) |
const |
|
inline |
◆ GetBarrelOffset1()
double EmcRecBarrelGeo::GetBarrelOffset1 |
( |
| ) |
const |
|
inline |
◆ GetBarrelOffset2()
double EmcRecBarrelGeo::GetBarrelOffset2 |
( |
| ) |
const |
|
inline |
◆ GetBarrelR()
double EmcRecBarrelGeo::GetBarrelR |
( |
| ) |
const |
|
inline |
◆ GetCCenter()
Definition at line 282 of file EmcRecBarrelGeo.cxx.
283{
286
287 return fCCenter[theta*fBarrelNPhiMax+phi];
288}
static unsigned int theta_module(const Identifier &id)
static unsigned int phi_module(const Identifier &id)
Referenced by main().
◆ GetCFrontCenter()
◆ GetCrystal()
Definition at line 255 of file EmcRecBarrelGeo.cxx.
256{
257 EmcRecCrystal cry;
260
261 double dphi=phi*fBarrelAlpha;
262
263 if((int)theta>=fBarrelNThetaMax) {
264 cry=fStandard[theta-fBarrelNThetaMax];
265 for(int m=0;m<8;++m)
266 {
268 }
269 }
270 else {
271 cry=fStandard[fBarrelNThetaMax-theta-1];
272 }
273
274 for(int m=0;m<8;++m)
275 {
276 cry.
Set(m,cry.
Get(m).rotateZ(dphi));
277 }
278
279 return cry;
280}
HepPoint3D Get(int index) const
void SetZ(int index, double value)
void Set(int index, const HepPoint3D &aPoint)
Referenced by main().
The documentation for this class was generated from the following files: