FairRoot/PandaRoot
|
#include <PndRichGeo.h>
Protected Attributes | |
char | modName [20] |
char | eleName [20] |
Private Attributes | |
TVector3 | fRichOffset |
Rich system offset [cm]. More... | |
TVector3 | fAlBoxSize |
Aluminium Box size [cm]. More... | |
double | fAlBoxWallThickness |
TVector3 | fAerogelSize |
Aerogel size [cm]. More... | |
TVector3 | fAerogelOffset |
Aerogel offset [cm]. More... | |
std::vector< Double_t > | fnOpt |
refraction index of the aerogel More... | |
std::vector< Double_t > | fAerogelLayers |
No idea (SS) More... | |
double | fAngleExtansionInner |
double | fAngleExtansionOuter |
double | fMirrorCurvature |
Mirror curvature [degree]. More... | |
double | fAngleOfMirrorPosition |
Angle of the mirror chord [degree]. More... | |
double | fMirrorThickness |
Mirror thickness [cm]. More... | |
double | fMirrorLength |
Mirror length [cm]. More... | |
double | fPhDetLength |
Length of the photodetector plate [cm]. More... | |
double | fPhDetThickness |
Thickness or the photodetector plate [cm]. More... | |
double | fBeamPipeHoleX |
X size of the beam pipe hole [cm]. More... | |
double | fBeamPipeHoleY |
Y size of the beam pipe hole [cm]. More... | |
size_t | fMirrorType |
double | fAerogelEntrancePositionZ |
double | fMirrorThetaMin |
double | fMirrorThetaMax |
double | fMirrorRadius |
TVector3 | fMirrorAxis |
TVector3 | fMirrorAxisGlob |
std::vector< Double_t > | fFlatMirrorZ |
No idea (SS) More... | |
std::vector< Double_t > | fFlatMirrorY |
No idea (SS) More... | |
std::vector< Double_t > | fFlatMirrorZGlob |
No idea (SS) More... | |
std::vector< Double_t > | fFlatMirrorYGlob |
No idea (SS) More... | |
std::vector< Double_t > | fPhDetZ |
No idea (SS) More... | |
std::vector< Double_t > | fPhDetY |
No idea (SS) More... | |
std::vector< Double_t > | fWlPhoton |
std::vector< Double_t > | fPDE |
TGraph * | fPhDetEff |
UInt_t | fSenseLevel |
UInt_t | fSensorsPerDevice |
Int_t | fSensorIndexX |
Int_t | fSensorIndexY |
Int_t | fSensorIndex |
TVector3 | fSensorPosition |
Double_t | fPhDetSizeX |
Double_t | fPhDetSizeY |
Double_t | fPhDetGapX |
Double_t | fPhDetGapY |
UInt_t | fPhDetNumX |
UInt_t | fPhDetNumY |
UInt_t | fPhDetPixelNumX |
UInt_t | fPhDetPixelNumY |
UInt_t | fPhDetDev |
Double_t | fPhDetAngle |
TVector3 | fPhDetP0U |
TVector3 | fPhDetNxU |
TVector3 | fPhDetNyU |
TVector3 | fPhDetNzU |
TVector3 | fPhDetP0D |
TVector3 | fPhDetNxD |
TVector3 | fPhDetNyD |
TVector3 | fPhDetNzD |
Double_t | fdX |
Double_t | fdY |
Double_t | fdZ |
UInt_t | fiXmax |
UInt_t | fiYmax |
Definition at line 8 of file PndRichGeo.h.
PndRichGeo::PndRichGeo | ( | ) |
|
inline |
Definition at line 90 of file PndRichGeo.h.
|
inline |
|
inline |
Definition at line 135 of file PndRichGeo.h.
References fAerogelLayers.
Referenced by createRootGeometry_RICH().
|
inline |
Definition at line 129 of file PndRichGeo.h.
References fAerogelOffset.
Referenced by createRootGeometry_RICH(), PndRichReco::Init(), init(), and PndRich::Initialize().
|
inline |
Definition at line 126 of file PndRichGeo.h.
References fAerogelSize.
Referenced by createRootGeometry_RICH(), PndRichReco::Init(), init(), and PndRich::Initialize().
|
inline |
Definition at line 120 of file PndRichGeo.h.
References fAlBoxSize.
Referenced by createRootGeometry_RICH().
|
inline |
Definition at line 123 of file PndRichGeo.h.
References fAlBoxWallThickness.
Referenced by createRootGeometry_RICH().
|
inline |
Definition at line 138 of file PndRichGeo.h.
References fAngleExtansionInner.
Referenced by createRootGeometry_RICH(), and init().
|
inline |
Definition at line 141 of file PndRichGeo.h.
References fAngleExtansionOuter.
Referenced by createRootGeometry_RICH(), and init().
|
inline |
Definition at line 147 of file PndRichGeo.h.
References fAngleOfMirrorPosition.
Referenced by createRootGeometry_RICH(), and init().
|
inline |
Definition at line 162 of file PndRichGeo.h.
References fBeamPipeHoleX.
Referenced by createRootGeometry_RICH().
|
inline |
Definition at line 165 of file PndRichGeo.h.
References fBeamPipeHoleY.
Referenced by createRootGeometry_RICH().
|
inline |
Definition at line 168 of file PndRichGeo.h.
References fFlatMirrorY.
Referenced by createRootGeometry_RICH().
|
inline |
Definition at line 174 of file PndRichGeo.h.
References fFlatMirrorYGlob.
Referenced by PndRichReco::Init().
|
inline |
Definition at line 171 of file PndRichGeo.h.
References fFlatMirrorZ.
Referenced by createRootGeometry_RICH().
|
inline |
Definition at line 177 of file PndRichGeo.h.
References fFlatMirrorZGlob.
Referenced by PndRichReco::Init().
const char * PndRichGeo::getEleName | ( | Int_t | m | ) |
Returns the element name of Det number m
Definition at line 819 of file PndRichGeo.cxx.
References eleName.
|
inline |
returns the module index from module name ?? in name[??] has to be the length of the detector name in the .geo file. For example if all nodes in this file starts with newdetector ?? has to be 11.
Definition at line 221 of file PndRichGeo.h.
const char * PndRichGeo::getModuleName | ( | Int_t | m | ) |
UInt_t PndRichGeo::IndexX | ( | TVector3 | pos | ) |
Definition at line 780 of file PndRichGeo.cxx.
References fSensorIndexX, fSensorPosition, and PositionDiscretization().
UInt_t PndRichGeo::IndexY | ( | TVector3 | pos | ) |
Definition at line 787 of file PndRichGeo.cxx.
References fSensorIndexY, fSensorPosition, and PositionDiscretization().
void PndRichGeo::init | ( | size_t | ver = 0 | ) |
Definition at line 82 of file PndRichGeo.cxx.
References acos(), aerogelOffset(), aerogelSize(), alpha, angleExtansionInner(), angleExtansionOuter(), angleOfMirrorPosition(), cos(), Double_t, fAerogelEntrancePositionZ, fAerogelLayers, fdX, fdY, fdZ, fFlatMirrorY, fFlatMirrorYGlob, fFlatMirrorZ, fFlatMirrorZGlob, fiXmax, fiYmax, fMirrorAxis, fMirrorAxisGlob, fMirrorLength, fMirrorRadius, fMirrorThetaMax, fMirrorThetaMin, fnOpt, fPhDetAngle, fPhDetGapX, fPhDetGapY, fPhDetNumX, fPhDetNumY, fPhDetNxD, fPhDetNxU, fPhDetNyD, fPhDetNyU, fPhDetNzD, fPhDetNzU, fPhDetP0D, fPhDetP0U, fPhDetPixelNumX, fPhDetPixelNumY, fPhDetSizeX, fPhDetSizeY, fPhDetY, fPhDetZ, fSensorsPerDevice, i, mirrorCurvature(), nOpt(), richOffset(), sin(), sqrt(), and theta.
Referenced by PndRich::ConstructOpGeometry(), createRootGeometry_RICH(), PndRichHitProducer::Init(), PndRichReco::Init(), and PndRich::Initialize().
TVector3 PndRichGeo::LocalPositionDiscretization | ( | TVector3 | pos, |
Double_t | dX = -1 , |
||
Double_t | dY = -1 , |
||
Double_t | dZ = -1 |
||
) |
|
inline |
Definition at line 100 of file PndRichGeo.h.
References fMirrorAxis.
Referenced by createRootGeometry_RICH().
|
inline |
|
inline |
Definition at line 144 of file PndRichGeo.h.
References fMirrorCurvature.
Referenced by createRootGeometry_RICH(), and init().
|
inline |
Definition at line 153 of file PndRichGeo.h.
References fMirrorLength.
Referenced by createRootGeometry_RICH(), and PndRichReco::Init().
|
inline |
Definition at line 99 of file PndRichGeo.h.
References fMirrorRadius.
Referenced by createRootGeometry_RICH().
|
inline |
Definition at line 98 of file PndRichGeo.h.
References fMirrorThetaMax.
Referenced by createRootGeometry_RICH().
|
inline |
Definition at line 97 of file PndRichGeo.h.
References fMirrorThetaMin.
Referenced by createRootGeometry_RICH().
|
inline |
Definition at line 150 of file PndRichGeo.h.
References fMirrorThickness.
Referenced by createRootGeometry_RICH().
|
inline |
Definition at line 132 of file PndRichGeo.h.
References fnOpt.
Referenced by PndRich::ConstructOpGeometry(), createRootGeometry_RICH(), init(), and PndRich::Initialize().
|
inline |
Definition at line 102 of file PndRichGeo.h.
References fPhDetAngle.
Referenced by PndRichReco::Init().
|
inline |
|
inline |
|
inline |
Definition at line 156 of file PndRichGeo.h.
References fPhDetLength.
Referenced by createRootGeometry_RICH().
|
inline |
Definition at line 189 of file PndRichGeo.h.
References fPhDetPixelNumX.
Referenced by PndRichHitProducer::Exec().
|
inline |
Definition at line 192 of file PndRichGeo.h.
References fPhDetPixelNumY.
Referenced by PndRichHitProducer::Exec().
|
inline |
|
inline |
TVector3 PndRichGeo::PhDetPositionGlobal | ( | TVector3 | pos | ) |
Definition at line 549 of file PndRichGeo.cxx.
References fPhDetNxD, fPhDetNxU, fPhDetNyD, fPhDetNyU, fPhDetNzD, fPhDetNzU, fPhDetP0D, and fPhDetP0U.
Referenced by PixelPosition(), PixelPositionGlobal(), and PositionDiscretization().
TVector3 PndRichGeo::PhDetPositionLocal | ( | TVector3 | pos | ) |
Definition at line 531 of file PndRichGeo.cxx.
References fPhDetEff, and fWlPhoton.
Referenced by PndRich::ProcessHits().
|
inline |
|
inline |
|
inline |
Definition at line 159 of file PndRichGeo.h.
References fPhDetThickness.
Referenced by createRootGeometry_RICH().
|
inline |
Definition at line 180 of file PndRichGeo.h.
References fPhDetY.
Referenced by createRootGeometry_RICH(), and PndRichReco::Init().
|
inline |
Definition at line 183 of file PndRichGeo.h.
References fPhDetZ.
Referenced by createRootGeometry_RICH(), and PndRichReco::Init().
TVector3 PndRichGeo::PixelPosition | ( | UInt_t | ix, |
UInt_t | iy | ||
) |
Definition at line 681 of file PndRichGeo.cxx.
References Double_t, fPhDetDev, fPhDetGapX, fPhDetGapY, fPhDetNumX, fPhDetNumY, fPhDetSizeX, fPhDetSizeY, fSenseLevel, fSensorIndex, fSensorIndexX, fSensorIndexY, fSensorsPerDevice, and PhDetPositionGlobal().
Referenced by PndRichHitProducer::Exec().
TVector3 PndRichGeo::PixelPositionGlobal | ( | UInt_t | ix, |
UInt_t | iy | ||
) |
Definition at line 801 of file PndRichGeo.cxx.
References PhDetPositionGlobal(), and PixelPositionLocal().
TVector3 PndRichGeo::PixelPositionLocal | ( | UInt_t | ix, |
UInt_t | iy | ||
) |
Definition at line 794 of file PndRichGeo.cxx.
References Double_t, fdX, fdY, fiXmax, fiYmax, x, and y.
Referenced by PixelPositionGlobal().
TVector3 PndRichGeo::PositionDiscretization | ( | TVector3 | pos, |
bool | cell = true |
||
) |
Definition at line 557 of file PndRichGeo.cxx.
References Double_t, dx, dy, fabs(), fPhDetDev, fPhDetGapX, fPhDetGapY, fPhDetNumX, fPhDetNumY, fPhDetSizeX, fPhDetSizeY, fSenseLevel, fSensorIndex, fSensorIndexX, fSensorIndexY, fSensorPosition, fSensorsPerDevice, PhDetPositionGlobal(), and PhDetPositionLocal().
Referenced by PndRichHitProducer::Exec(), IndexX(), and IndexY().
|
inline |
Definition at line 117 of file PndRichGeo.h.
References fRichOffset.
Referenced by createRootGeometry_RICH(), PndRichReco::Init(), init(), and PndRich::Initialize().
|
inline |
Definition at line 186 of file PndRichGeo.h.
References fSensorIndex.
Referenced by PndRichHitProducer::Exec().
|
inline |
Definition at line 216 of file PndRichGeo.h.
References fSensorsPerDevice.
Referenced by PndRichHitProducer::Exec().
|
protected |
Definition at line 87 of file PndRichGeo.h.
Referenced by getEleName().
|
private |
Circle mirror parameters
Definition at line 41 of file PndRichGeo.h.
Referenced by aerogelEntrancePositionZ(), and init().
|
private |
|
private |
|
private |
|
private |
|
private |
Definition at line 14 of file PndRichGeo.h.
Referenced by alBoxWallThickness().
|
private |
Angle extansion for cherenkov light for inner part of the mirror [in unit of maximal cherenrov angle]
Definition at line 21 of file PndRichGeo.h.
Referenced by angleExtansionInner().
|
private |
Angle extansion for cherenkov light for outer part of the mirror [in unit of maximal cherenrov angle]
Definition at line 24 of file PndRichGeo.h.
Referenced by angleExtansionOuter().
|
private |
Angle of the mirror chord [degree].
Definition at line 28 of file PndRichGeo.h.
Referenced by angleOfMirrorPosition().
|
private |
X size of the beam pipe hole [cm].
Definition at line 35 of file PndRichGeo.h.
Referenced by beamPipeHoleX().
|
private |
Y size of the beam pipe hole [cm].
Definition at line 36 of file PndRichGeo.h.
Referenced by beamPipeHoleY().
|
private |
Definition at line 82 of file PndRichGeo.h.
Referenced by init(), LocalPositionDiscretization(), and PixelPositionLocal().
|
private |
Definition at line 82 of file PndRichGeo.h.
Referenced by init(), LocalPositionDiscretization(), and PixelPositionLocal().
|
private |
Definition at line 82 of file PndRichGeo.h.
Referenced by init(), and LocalPositionDiscretization().
|
private |
|
private |
No idea (SS)
Definition at line 52 of file PndRichGeo.h.
Referenced by flatMirrorYGlob(), and init().
|
private |
No idea (SS)
Flat mirrors parameters
Definition at line 49 of file PndRichGeo.h.
Referenced by flatMirrorZ(), and init().
|
private |
No idea (SS)
Definition at line 51 of file PndRichGeo.h.
Referenced by flatMirrorZGlob(), and init().
|
private |
Definition at line 83 of file PndRichGeo.h.
Referenced by init(), and PixelPositionLocal().
|
private |
Definition at line 83 of file PndRichGeo.h.
Referenced by init(), and PixelPositionLocal().
|
private |
Definition at line 45 of file PndRichGeo.h.
Referenced by init(), and mirrorAxis().
|
private |
Definition at line 46 of file PndRichGeo.h.
Referenced by init(), and mirrorAxisGlob().
|
private |
Mirror curvature [degree].
Definition at line 27 of file PndRichGeo.h.
Referenced by mirrorCurvature().
|
private |
Mirror length [cm].
Definition at line 30 of file PndRichGeo.h.
Referenced by init(), and mirrorLength().
|
private |
Definition at line 44 of file PndRichGeo.h.
Referenced by init(), and mirrorRadius().
|
private |
Definition at line 43 of file PndRichGeo.h.
Referenced by init(), and mirrorThetaMax().
|
private |
Definition at line 42 of file PndRichGeo.h.
Referenced by init(), and mirrorThetaMin().
|
private |
|
private |
Definition at line 38 of file PndRichGeo.h.
|
private |
refraction index of the aerogel
Definition at line 18 of file PndRichGeo.h.
|
private |
Definition at line 58 of file PndRichGeo.h.
|
private |
Definition at line 79 of file PndRichGeo.h.
Referenced by init(), and phDetAngle().
|
private |
Definition at line 78 of file PndRichGeo.h.
Referenced by PixelPosition(), and PositionDiscretization().
|
private |
Definition at line 59 of file PndRichGeo.h.
Referenced by phDetQEff().
|
private |
Definition at line 71 of file PndRichGeo.h.
Referenced by init(), phDetGapX(), PixelPosition(), and PositionDiscretization().
|
private |
Definition at line 72 of file PndRichGeo.h.
Referenced by init(), phDetGapY(), PixelPosition(), and PositionDiscretization().
|
private |
Length of the photodetector plate [cm].
Definition at line 32 of file PndRichGeo.h.
Referenced by phDetLength().
|
private |
Definition at line 73 of file PndRichGeo.h.
Referenced by init(), phDetNumX(), PixelPosition(), and PositionDiscretization().
|
private |
Definition at line 74 of file PndRichGeo.h.
Referenced by init(), phDetNumY(), PixelPosition(), and PositionDiscretization().
|
private |
Definition at line 81 of file PndRichGeo.h.
Referenced by init(), PhDetPositionGlobal(), and PhDetPositionLocal().
|
private |
Definition at line 80 of file PndRichGeo.h.
Referenced by init(), PhDetPositionGlobal(), and PhDetPositionLocal().
|
private |
Definition at line 81 of file PndRichGeo.h.
Referenced by init(), PhDetPositionGlobal(), and PhDetPositionLocal().
|
private |
Definition at line 80 of file PndRichGeo.h.
Referenced by init(), PhDetPositionGlobal(), and PhDetPositionLocal().
|
private |
Definition at line 81 of file PndRichGeo.h.
Referenced by init(), PhDetPositionGlobal(), and PhDetPositionLocal().
|
private |
Definition at line 80 of file PndRichGeo.h.
Referenced by init(), PhDetPositionGlobal(), and PhDetPositionLocal().
|
private |
Definition at line 81 of file PndRichGeo.h.
Referenced by init(), PhDetPositionGlobal(), and PhDetPositionLocal().
|
private |
Definition at line 80 of file PndRichGeo.h.
Referenced by init(), PhDetPositionGlobal(), and PhDetPositionLocal().
|
private |
Definition at line 75 of file PndRichGeo.h.
Referenced by init(), and phDetNPixelMaxX().
|
private |
Definition at line 76 of file PndRichGeo.h.
Referenced by init(), and phDetNPixelMaxY().
|
private |
PhDet parameters
Definition at line 69 of file PndRichGeo.h.
Referenced by init(), phDetSizeX(), PixelPosition(), and PositionDiscretization().
|
private |
Definition at line 70 of file PndRichGeo.h.
Referenced by init(), phDetSizeY(), PixelPosition(), and PositionDiscretization().
|
private |
Thickness or the photodetector plate [cm].
Definition at line 33 of file PndRichGeo.h.
Referenced by phDetThickness().
|
private |
|
private |
|
private |
|
private |
Definition at line 61 of file PndRichGeo.h.
Referenced by PixelPosition(), and PositionDiscretization().
|
private |
Definition at line 65 of file PndRichGeo.h.
Referenced by PixelPosition(), PositionDiscretization(), and sensorIndex().
|
private |
Definition at line 63 of file PndRichGeo.h.
Referenced by IndexX(), PixelPosition(), and PositionDiscretization().
|
private |
Definition at line 64 of file PndRichGeo.h.
Referenced by IndexY(), PixelPosition(), and PositionDiscretization().
|
private |
Definition at line 66 of file PndRichGeo.h.
Referenced by IndexX(), IndexY(), and PositionDiscretization().
|
private |
Definition at line 62 of file PndRichGeo.h.
Referenced by init(), PixelPosition(), PositionDiscretization(), and sensorsPerDevice().
|
private |
Definition at line 57 of file PndRichGeo.h.
Referenced by phDetQEff().
|
protected |
Definition at line 86 of file PndRichGeo.h.
Referenced by getModuleName().