Belle II Software development
|
The Class for CDC Geometry Parameters. More...
#include <CDCGeometryPar.h>
Public Types | |
enum | EWirePosition { c_Base = 0 , c_Misaligned , c_Aligned } |
Wire position set. More... | |
Public Member Functions | |
virtual | ~CDCGeometryPar () |
Destructor. | |
void | clear () |
Clears. | |
void | Print () const |
Print some debug information. | |
void | readFromDB (const CDCGeometry &) |
Gets geometry parameters from database. | |
void | readWirePositionParams (EWirePosition set, const CDCGeometry *geom) |
Read displacement or (mis)alignment params from text file. | |
void | setWirPosAlignParams () |
Set wire alignment params. | |
void | setWirPosMisalignParams () |
Set wire misalignment params. | |
void | readXT (const GearDir &gbxParams, int mode=0) |
Read XT-relation table. | |
void | newReadXT (const GearDir &gbxParams, int mode=0) |
Read XT-relation table in new format. | |
void | setXT () |
Set XT-relation table (from DB). | |
void | setXtRel () |
Set XT-relation table (from DB) (new). | |
void | readSigma (const GearDir &gbxParams, int mode=0) |
Read spatial resolution table. | |
void | newReadSigma (const GearDir &gbxParams, int mode=0) |
Read spatial resolution table in new format. | |
void | readFFactor (const GearDir &gbxParams, int mode=0) |
Read fudge factors. | |
void | setSResol () |
Set spatial resolution (from DB). | |
void | setFFactor () |
Set fudge factors (from DB). | |
void | readPropSpeed (const GearDir &gbxParams, int mode=0) |
Read the propagation speed along the sense wire. | |
void | setPropSpeed () |
Set prop. | |
void | readT0 (const GearDir &gbxParams, int mode=0) |
Read t0 parameters (from a file). | |
void | setT0 () |
Set t0 parameters (from DB) | |
void | calcMeanT0 (double minT0=3800, double maxT0=5800, int maxIt=10, double nStdv=3, double epsi=0.1) |
Calculate mean t0 in ns (over all good wires) | |
void | setBadWire () |
Set bad-wires (from DB) | |
void | readChMap () |
Read channel map between wire-id and electronics-id. | |
void | setChMap () |
Set channel map (from DB) | |
void | readTW (const GearDir &gbxParams, int mode=0) |
Read time-walk parameter. | |
void | readEDepToADC (const GearDir &gbxParams, int mode=0) |
Read spatial edep-to-adc conv. | |
void | setTW () |
Set time-walk parameters. | |
void | setEDepToADCConversions () |
Set edep-to-ADC conversion params. | |
double | getEDepToADCConvFactor (unsigned short layer, unsigned short cell, double edep, double dx, double costh) |
Return edep-to-ADC conversion factor. | |
double | getEDepToADCMainFactor (unsigned short layer, unsigned short cell, double costh=0) |
Return edep-to-ADC conversion main factor (in count/keV) | |
double | getEDepToADCSigma (unsigned short layer, unsigned short cell) |
Return sigma for extra smearing of edep to ADC conversion. | |
void | generateXML (const std::string &of) |
Generate an xml file used in gearbox. | |
std::string | version () const |
Returns the version of cdc geometry parameters. | |
double | motherInnerR () const |
The method to get cdc mother volume inner R. | |
double | motherOuterR () const |
The method to get cdc mother volume outer R. | |
double | motherLength () const |
The method to get cdc mother volume length. | |
int | momBound () const |
to get the number of boundary position of the CDC mother volume | |
double | momZ (int iBound) const |
Returns boundary position in Z axis of the CDC mother volume. | |
double | momRmin (int iBound) const |
Returns inner radius of the CDC mother volume. | |
unsigned | cellId (unsigned layerId, const B2Vector3D &position) const |
The method to get cell id based on given layer id and the position. | |
double | innerRadiusOuterWall () const |
Returns the inner radius of the outer wall. | |
double | outerRadiusOuterWall () const |
Returns the outer radius of the outer wall. | |
double | zOuterWall () const |
Returns the length of the outer wall in Z. | |
double | zOffsetOuterWall () const |
Returns the offset of the outer wall in z direction. | |
double | innerRadiusInnerWall () const |
Returns the inner radius of the inner wall. | |
double | outerRadiusInnerWall () const |
Returns the outer radius of the inner wall. | |
double | zInnerWall () const |
Returns the length of the inner wall in Z. | |
double | zOffsetInnerWall () const |
Returns the offset of the outer wall in z direction. | |
double | senseWireDiameter () const |
Returns diameter of the sense wire. | |
double | fieldWireDiameter () const |
Returns diameter of the field wire. | |
unsigned | nWireLayers () const |
Returns a number of wire layers. | |
unsigned | nWiresInLayer (int layerId) const |
Returns wire numbers in a layer. | |
const double * | innerRadiusWireLayer () const |
Returns an array of inner radius of wire layers. | |
const double * | outerRadiusWireLayer () const |
Returns an array of outer radius of wire layers. | |
const double * | zForwardWireLayer () const |
Returns an array of forward z of wire layers. | |
const double * | zBackwardWireLayer () const |
Returns an array of backward z of wire layers. | |
double | zOffsetWireLayer (unsigned i) const |
Returns the offset of z of the wire layer i. | |
double | getMeanT0 () const |
Returns the mean t0 over all wires. | |
const B2Vector3D | wireForwardPosition (uint layerId, int cellId, EWirePosition set=c_Base) const |
Returns the forward position of the input sense wire. | |
const B2Vector3D | wireForwardPosition (const WireID &wireID, EWirePosition set=c_Base) const |
The same function but in a different input format. | |
const B2Vector3D | wireForwardPosition (uint layerId, int cellId, double z, EWirePosition set=c_Base) const |
Returns a virtual forward position corresp. to a tangent to the wire at the input z-position. | |
const B2Vector3D | wireForwardPosition (const WireID &wireID, double z, EWirePosition set=c_Base) const |
The same function but in a different input format. | |
const B2Vector3D | wireBackwardPosition (uint layerId, int cellId, EWirePosition set=c_Base) const |
Returns the backward position of the input sense wire. | |
const B2Vector3D | wireBackwardPosition (const WireID &wireID, EWirePosition set=c_Base) const |
The same function but in a different input format. | |
const B2Vector3D | wireBackwardPosition (uint layerId, int cellId, double z, EWirePosition set=c_Base) const |
Returns a virtual backward position corresp. to a tangent to the wire at the input z-position. | |
const B2Vector3D | wireBackwardPosition (const WireID &wireID, double z, EWirePosition set=c_Base) const |
The same function but in a different input format. | |
double | getWireSagCoef (EWirePosition set, uint layerId, int cellId) const |
Returns coefficient for the sense wire sag. | |
double | getThresholdEnerguDeposit () const |
Returns threshold for energy deposit in one G4 step. | |
double | getMinTrackLength () const |
Returns the minimum track length required in one G4 step (only secondary particles which pass this criterion are to be saved in MCParticle) | |
bool | isWireSagOn () const |
Returns on/off for sense wire sag in FullSim. | |
bool | isModifiedLeftRightFlagOn () const |
Returns on/off for modified left/right calculation in FullSim. | |
float | getT0 (const WireID &wireID) const |
Returns t0 parameter of the specified sense wire. | |
unsigned short | getBoardID (const WireID &wID) const |
Returns frontend board id. corresponding to the wire id. | |
unsigned short | getChannelID (const WireID &wID) const |
Returns frontend channel id. corresponding to the wire id. | |
const WireID | getWireID (unsigned short bd, unsigned short ch) const |
Returns wire id. corresponding to the board-and-cannel ids. | |
double | getTimeWalk (const WireID &wID, unsigned short adcCount) const |
Returns time-walk. | |
void | setShiftInSuperLayer () |
Calculates and saves shifts in super-layers (to be used in searching hits in neighboring cells) | |
signed short | getShiftInSuperLayer (unsigned short iSuperLayer, unsigned short iLayer) const |
Returns shift in the super-layer. | |
double | senseWireR (int layerId) const |
Returns radius of sense wire in each layer. | |
double | senseWireFZ (int layerId) const |
Returns forward z position of sense wire in each layer. | |
double | senseWireBZ (int layerId) const |
Returns backward z position of sense wire in each layer. | |
double | fieldWireR (int layerId) const |
Returns radius of field wire in each layer. | |
double | fieldWireFZ (int layerId) const |
Returns forward z position of field wire in each layer. | |
double | fieldWireBZ (int layerId) const |
Returns backward z position of field wire in each layer. | |
int | nShifts (int layerId) const |
Returns number shift. | |
double | offset (int layerID) const |
Return wire offset in phi direction at endplate. | |
void | setSenseWireR (int layerId, double r) |
Set radius of sense wire in each layer. | |
void | setSenseWireFZ (int layerId, double fz) |
Set forward z position of sense wires. | |
void | setSenseWireBZ (int layerId, double bz) |
set backward z position of sense wires. | |
unsigned short | getTdcOffset () const |
Return TDC offset value (default = 0 ch). | |
double | getTdcBinWidth () const |
Return TDC bin width (nsec). | |
double | getNominalDriftV () const |
Return the nominal drift velocity of He-ethane gas (default: 4.0x10^-3 cm/nsec). | |
double | getNominalPropSpeed () const |
Return the nominal propagation speed of the sense wire (default: 27.25 cm/nsec). | |
double | getNominalSpaceResol () const |
Return the nominal spacial resolution. | |
int | getMaterialDefinitionMode () const |
Return mode for material definition. | |
int | getSenseWireZposMode () const |
Return mode for sense wire z position. | |
double | getBwdDeltaZ (unsigned short layerID) const |
Return backward 'deltaZ'. | |
double | getFwdDeltaZ (unsigned short layerID) const |
Return forward 'deltaZ'. | |
void | setNominalSpaceResol (double resol) |
Set the nominal spacial resolution in the unit of um. | |
double | getPropSpeedInv (const unsigned int layerID) const |
Get the inversel of propagation speed in the sense wire. | |
bool | isBadWire (const WireID &wid) |
Inquire if the wire is totally-dead. | |
bool | isDeadWire (const WireID &wid, double &eff) |
Inquire if the wire is dead. | |
bool | isHotWire (const WireID &wid) |
Inquire if the wire is hot. | |
void | getWireSagEffect (EWirePosition set, unsigned layerID, unsigned cellID, double zw, double &ywb_sag, double &ywf_sag) const |
Compute effects of the sense wire sag. | |
double | getDriftV (double dt, unsigned short layer, unsigned short lr, double alpha=0., double theta=0.5 *M_PI) const |
Get the realistic drift velocity. | |
double | getDriftLength (double dt, unsigned short layer, unsigned short lr, double alpha=0., double theta=0.5 *M_PI, bool calculateMinTime=true, double minTime=0.) const |
Return the drift dength to the sense wire. | |
double | getDriftLength0 (double dt, unsigned short layer, unsigned short lr, double alpha=0., double theta=0.5 *M_PI) const |
Return the drift dength to the sense wire; tentative ver. | |
double | getMinDriftTime (unsigned short layer, unsigned short lr, double alpha=0., double theta=0.5 *M_PI) const |
Return the min. | |
double | getDriftTime (double dist, unsigned short layer, unsigned short lr, double alpha, double theta) const |
Return the drift time to the sense wire. | |
double | getSigma (double dist, unsigned short layer, unsigned short lr, double alpha=0., double theta=0.5 *M_PI) const |
Return the basic resolution of drift length (cm). | |
double | getFudgeFactorForSigma (unsigned short target) const |
Return the fuge factor for space resol. | |
unsigned short | getOldLeftRight (const B2Vector3D &posOnWire, const B2Vector3D &posOnTrack, const B2Vector3D &momentum) const |
Returns old left/right. | |
unsigned short | getNewLeftRightRaw (const B2Vector3D &posOnWire, const B2Vector3D &posOnTrack, const B2Vector3D &momentum) const |
Returns new left/right_raw. | |
double | getAlpha (const B2Vector3D &posOnWire, const B2Vector3D &momentum) const |
Returns track incident angle in rphi plane (alpha in rad.). | |
double | getTheta (const B2Vector3D &momentum) const |
Returns track incident angle (theta in rad.). | |
unsigned short | getOutgoingLR (const unsigned short lr, const double alpha) const |
Converts incoming-lr to outgoing-lr. | |
double | getOutgoingAlpha (const double alpha) const |
Converts incoming- to outgoing-alpha. | |
double | getOutgoingTheta (const double alpha, const double theta) const |
Converts incoming- to outgoing-theta. | |
void | getClosestAlphaPoints (const double alpha, double &wal, unsigned short points[2], unsigned short lrs[2]) const |
Returns the two closest alpha points for the input track incident angle (alpha). | |
void | getClosestAlphaPoints4Sgm (const double alpha, double &wal, unsigned short points[2], unsigned short lrs[2]) const |
Returns the two closest alpha points for sigma for the input track incident angle (alpha). | |
void | getClosestThetaPoints (const double alpha, const double theta, double &wth, unsigned short points[2]) const |
Returns the two closest theta points for the input track incident angle (theta). | |
void | getClosestThetaPoints4Sgm (const double alpha, const double theta, double &wth, unsigned short points[2]) const |
Returns the two closest theta points for sigma for the input track incident angle (theta). | |
void | setDesignWirParam (unsigned layerID, unsigned cellID) |
Set the desizend wire parameters. | |
void | outputDesignWirParam (unsigned layerID, unsigned cellID) const |
Write the designed wire parameters to the alignment.dat (default). | |
void | setDisplacement () |
Set displacement of sense wire. | |
ushort | getNumberOfSenseWires () const |
Get the number of sense wires. | |
ushort | getNumberOfFieldWires () const |
Get the number of field wires. | |
ushort | getNumberOfSenseLayers () const |
Get the number of sense layers. | |
ushort | getNumberOfFieldLayers () const |
Get the number of field layers. | |
ushort | getMaxNumberOfSuperLayers () const |
Get the maximum number of super layers. | |
ushort | getOffsetOfFirstLayer () const |
Get the offset of the first layer. | |
ushort | getOffsetOfFirstSuperLayer () const |
Get the offset of the first super layer. | |
ushort | getMaxNumberOfCellsPerLayer () const |
Get the maximum number of cells in one layer. | |
Static Public Member Functions | |
static CDCGeometryPar & | Instance (const CDCGeometry *=nullptr) |
Static method to get a reference to the CDCGeometryPar instance. | |
Private Member Functions | |
CDCGeometryPar (const CDCGeometry *=nullptr) | |
Singleton class. | |
CDCGeometryPar (const CDCGeometryPar &) | |
Singleton class. | |
CDCGeometryPar & | operator= (const CDCGeometryPar &) |
Singleton class. | |
Private Attributes | |
bool | m_debug |
Switch for debug printing. | |
bool | m_linearInterpolationOfXT |
Switch for linear interpolation of xt. | |
bool | m_linearInterpolationOfSgm |
Switch for linear interpolation of sigma. | |
bool | m_XTetc |
Switch for reading x-t etc. | |
bool | m_displacement |
Switch for displacement. | |
bool | m_misalignment |
Switch for misalignment. | |
bool | m_alignment |
Switch for alignment. | |
bool | m_XTetc4Recon |
Switch for selecting xt etc. | |
bool | m_wireSag |
Switch for sense wire sag. | |
bool | m_modLeftRightFlag |
Switch for modified left/right flag. | |
std::string | m_version |
The version of geometry parameters. | |
int | m_materialDefinitionMode |
Control switch for gas and wire material definition. | |
int | m_senseWireZposMode |
Mode for sense wire z position corr. | |
int | m_xtFileFormat |
Format of xt input file. | |
int | m_xtParamMode |
Mode for xt parameterization. | |
int | m_sigmaFileFormat |
Format of sigma input file. | |
int | m_sigmaParamMode |
Mode for sigma parameterization. | |
int | m_twParamMode |
Mode for tw parameterization. | |
int | m_nSLayer |
The number of sense wire layer. | |
int | m_nFLayer |
The number of field wire layer. | |
unsigned short | m_nAlphaPoints |
No. | |
unsigned short | m_nThetaPoints |
No. | |
unsigned short | m_nAlphaPoints4Sgm |
No. | |
unsigned short | m_nThetaPoints4Sgm |
No. | |
signed short | m_shiftInSuperLayer [c_nSuperLayers][8] |
shift in phi-direction wrt the 1st layer in each super layer | |
double | m_rWall [4] |
The array to store radius of inner wall and outer wall. | |
double | m_zWall [4][2] |
The array to store z position of inner wall and outer wall. | |
double | m_rSLayer [c_maxNSenseLayers] |
The array to store radius of sense wire layers. | |
double | m_zSForwardLayer [c_maxNSenseLayers] |
The array to store forward z position of sense wire layers. | |
double | m_dzSForwardLayer [c_maxNSenseLayers] |
Corrections for forward z position of sense wire layers. | |
double | m_zSBackwardLayer [c_maxNSenseLayers] |
The array to store backward z position of sense wire layers. | |
double | m_dzSBackwardLayer [c_maxNSenseLayers] |
Corrections for backward z position of sense wire layers. | |
double | m_rFLayer [c_maxNFieldLayers] |
The array to store radius of field wire layers. | |
double | m_zFForwardLayer [c_maxNFieldLayers] |
The array to store forward z position of field wire layers. | |
double | m_zFBackwardLayer [c_maxNFieldLayers] |
The array to store backward z position of field wire layers. | |
double | m_offSet [c_maxNSenseLayers] |
The array to store z offset of sense wire layers. | |
double | m_cellSize [c_maxNSenseLayers] |
The array to store cell size in each sense wire layer. | |
int | m_nShifts [c_maxNSenseLayers] |
The array to store shifted cell number in each sense wire layer. | |
unsigned | m_nWires [c_maxNSenseLayers] |
The array to store the wire number in each sense wire layre. | |
double | m_senseWireDiameter |
The diameter of sense wires. | |
double | m_senseWireTension |
The tension of sense wires. | |
double | m_senseWireDensity |
The density of sense wires. | |
double | m_fieldWireDiameter |
The diameter of field wires. | |
double | m_globalPhiRotation |
Global ratation in phi (rad.); only for sence wires now. | |
double | m_momZ [7] |
Z-cordinates of the cdc mother volume (7 segments). | |
double | m_momRmin [7] |
R_min of the cdc mother volume (7 segments). | |
double | m_thresholdEnergyDeposit |
Energy thresh. | |
double | m_minTrackLength |
Minimum track length for G4 step. | |
float | m_FWirPos [c_maxNSenseLayers][c_maxNDriftCells][3] |
Wire position incl. | |
float | m_BWirPos [c_maxNSenseLayers][c_maxNDriftCells][3] |
Wire position incl. | |
float | m_WireSagCoef [c_maxNSenseLayers][c_maxNDriftCells] |
Wire sag coefficient for each cell; ibid. | |
float | m_FWirPosMisalign [c_maxNSenseLayers][c_maxNDriftCells][3] |
Wire position incl. | |
float | m_BWirPosMisalign [c_maxNSenseLayers][c_maxNDriftCells][3] |
Wire position incl. | |
float | m_WireSagCoefMisalign [c_maxNSenseLayers][c_maxNDriftCells] |
Wire sag coefficient incl. | |
float | m_FWirPosAlign [c_maxNSenseLayers][c_maxNDriftCells][3] |
Wire position incl. | |
float | m_BWirPosAlign [c_maxNSenseLayers][c_maxNDriftCells][3] |
Wire position incl. | |
float | m_WireSagCoefAlign [c_maxNSenseLayers][c_maxNDriftCells] |
Wire sag coefficient incl. | |
float | m_eDepToADCParams [c_maxNSenseLayers][c_maxNDriftCells][7] = {} |
edep-to-ADC conv. | |
float | m_alphaPoints [c_maxNAlphaPoints] |
alpha sampling points for xt (rad) | |
float | m_thetaPoints [c_maxNThetaPoints] |
theta sampling points for xt (rad) | |
float | m_alphaPoints4Sgm [c_maxNAlphaPoints] |
alpha sampling points for sigma (rad) | |
float | m_thetaPoints4Sgm [c_maxNThetaPoints] |
theta sampling points for sigma (rad) | |
float | m_XT [c_maxNSenseLayers][2][c_maxNAlphaPoints][c_maxNThetaPoints][c_nXTParams] |
XT-relation coefficients for each layer, Left/Right, entrance angle and polar angle. | |
float | m_Sigma [c_maxNSenseLayers][2][c_maxNAlphaPoints][c_maxNThetaPoints][c_nSigmaParams] |
position resulution for each layer. | |
float | m_propSpeedInv [c_maxNSenseLayers] |
Inverse of propagation speed of the sense wire. | |
float | m_t0 [c_maxNSenseLayers][c_maxNDriftCells] = {} |
t0 for each sense-wire (in nsec). | |
float | m_timeWalkCoef [c_nBoards][2] |
coefficients for time walk. | |
double | m_meanT0 |
mean t0 over all wires; should be double. | |
std::map< WireID, unsigned short > | m_wireToBoard |
map relating wire-id and board-id. | |
std::map< WireID, unsigned short > | m_wireToChannel |
map relating wire-id and channel-id. | |
unsigned short | m_boardAndChannelToWire [c_nBoards][48] |
array relating board-channel-id and wire-id. | |
unsigned short | m_tdcOffset |
Not used; to be removed later. | |
double | m_clockFreq4TDC |
Clock frequency used for TDC (GHz). | |
double | m_tdcBinWidth |
TDC bin width (nsec/bin). | |
double | m_nominalDriftV |
Nominal drift velocity (4.0x10^-3 cm/nsec). | |
double | m_nominalDriftVInv |
Inverse of the nominal drift velocity. | |
double | m_nominalPropSpeed |
Nominal propagation speed of the sense wire (27.25 cm/nsec). | |
double | m_nominalSpaceResol |
Nominal spacial resolution (0.0130 cm). | |
double | m_maxSpaceResol |
max space resolution allowed (cm). | |
double | m_fudgeFactorForSigma [3] |
Fuge factor for space resol. | |
DBObjPtr< CDCTimeZeros > * | m_t0FromDB |
t0s retrieved from DB. | |
DBObjPtr< CDCBadWires > * | m_badWireFromDB |
bad-wires retrieved from DB. | |
DBObjPtr< CDCPropSpeeds > * | m_propSpeedFromDB |
prop. | |
DBObjPtr< CDCTimeWalks > * | m_timeWalkFromDB |
time-walk coeffs. | |
DBObjPtr< CDCXtRelations > * | m_xtRelFromDB |
xt params. | |
DBObjPtr< CDCSpaceResols > * | m_sResolFromDB |
sigma params. | |
DBObjPtr< CDCFudgeFactorsForSigma > * | m_fFactorFromDB |
fudge factors retrieved from DB. | |
DBArray< CDCChannelMap > * | m_chMapFromDB |
channel map retrieved from DB. | |
DBArray< CDCDisplacement > * | m_displacementFromDB |
displacement params. | |
DBObjPtr< CDCAlignment > * | m_alignmentFromDB |
alignment params. | |
DBObjPtr< CDCMisalignment > * | m_misalignmentFromDB |
misalignment params. | |
DBObjPtr< CDCEDepToADCConversions > * | m_eDepToADCConversionsFromDB |
Pointer to edep-to-ADC conv. | |
DBObjPtr< HardwareClockSettings > | m_clockSettings |
hardware clock settings | |
ushort | m_nSenseWires = c_nSenseWires |
Maximum number of Sense Wires. | |
ushort | m_nFieldWires = c_nFieldWires |
Maximum number of Field Wires. | |
ushort | m_maxNSenseLayers = c_maxNSenseLayers |
Maximum number of Sense Wire Layers. | |
ushort | m_maxNFieldLayers = c_maxNFieldLayers |
Maximum number of Field Wire Layers. | |
ushort | m_maxNSuperLayers = c_nSuperLayers |
Maximum number of Super Layers. | |
ushort | m_firstLayerOffset = 0 |
Offset of the first layer (for reduced CDC studies) | |
ushort | m_firstSuperLayerOffset = 0 |
Offset of the first super layer (for reduced CDC studies) | |
ushort | m_maxNCellsPerLayer = c_maxNDriftCells |
Maximum number wires within a layer. | |
Static Private Attributes | |
static CDCGeometryPar * | m_B4CDCGeometryParDB = 0 |
Pointer that saves the instance of this class. | |
The Class for CDC Geometry Parameters.
This class provides CDC gemetry paramters for simulation, reconstruction and so on. These parameters are gotten from gearbox.
Definition at line 51 of file CDCGeometryPar.h.
enum EWirePosition |
Wire position set.
Definition at line 56 of file CDCGeometryPar.h.
|
virtual |
Destructor.
Definition at line 149 of file CDCGeometryPar.cc.
|
private |
Singleton class.
Definition at line 45 of file CDCGeometryPar.cc.
void calcMeanT0 | ( | double | minT0 = 3800 , |
double | maxT0 = 5800 , |
||
int | maxIt = 10 , |
||
double | nStdv = 3 , |
||
double | epsi = 0.1 |
||
) |
Calculate mean t0 in ns (over all good wires)
minT0 | min. of t0 window (ns) |
maxT0 | max. of t0 window (ns) |
maxIt | max. no. of iterations |
nStdv | standard-deviation cut applied for next iteration |
epsi | criterion for iteration stop (ns) |
Definition at line 1394 of file CDCGeometryPar.cc.
unsigned cellId | ( | unsigned | layerId, |
const B2Vector3D & | position | ||
) | const |
The method to get cell id based on given layer id and the position.
layerId | The given layer id. |
position | The given position to calculate cell id. |
Definition at line 1838 of file CDCGeometryPar.cc.
void clear | ( | ) |
Clears.
Definition at line 167 of file CDCGeometryPar.cc.
|
inline |
Returns backward z position of field wire in each layer.
layerId | The layer id of field wires. |
Definition at line 1299 of file CDCGeometryPar.h.
|
inline |
Returns diameter of the field wire.
Definition at line 1349 of file CDCGeometryPar.h.
|
inline |
Returns forward z position of field wire in each layer.
layerId | The layer id of field wires. |
Definition at line 1294 of file CDCGeometryPar.h.
|
inline |
Returns radius of field wire in each layer.
layerId | The layer id of field wires. |
Definition at line 1289 of file CDCGeometryPar.h.
void generateXML | ( | const std::string & | of | ) |
Generate an xml file used in gearbox.
of | The file name. |
Definition at line 1886 of file CDCGeometryPar.cc.
double getAlpha | ( | const B2Vector3D & | posOnWire, |
const B2Vector3D & | momentum | ||
) | const |
Returns track incident angle in rphi plane (alpha in rad.).
posOnWire | Position on the wire at the closest point. |
momentum | Track momentum at the closest point. |
Definition at line 2802 of file CDCGeometryPar.cc.
|
inline |
Returns frontend board id. corresponding to the wire id.
wID | wire id. |
Definition at line 570 of file CDCGeometryPar.h.
|
inline |
Return backward 'deltaZ'.
[in] | layerID | (0-55) |
Definition at line 794 of file CDCGeometryPar.h.
|
inline |
Returns frontend channel id. corresponding to the wire id.
wID | wire id. |
Definition at line 582 of file CDCGeometryPar.h.
void getClosestAlphaPoints | ( | const double | alpha, |
double & | wal, | ||
unsigned short | points[2], | ||
unsigned short | lrs[2] | ||
) | const |
Returns the two closest alpha points for the input track incident angle (alpha).
Definition at line 2849 of file CDCGeometryPar.cc.
void getClosestAlphaPoints4Sgm | ( | const double | alpha, |
double & | wal, | ||
unsigned short | points[2], | ||
unsigned short | lrs[2] | ||
) | const |
Returns the two closest alpha points for sigma for the input track incident angle (alpha).
TODO: unify the two getClosestAlphaPoints().
Definition at line 2879 of file CDCGeometryPar.cc.
void getClosestThetaPoints | ( | const double | alpha, |
const double | theta, | ||
double & | wth, | ||
unsigned short | points[2] | ||
) | const |
Returns the two closest theta points for the input track incident angle (theta).
Definition at line 2909 of file CDCGeometryPar.cc.
void getClosestThetaPoints4Sgm | ( | const double | alpha, |
const double | theta, | ||
double & | wth, | ||
unsigned short | points[2] | ||
) | const |
Returns the two closest theta points for sigma for the input track incident angle (theta).
Definition at line 2935 of file CDCGeometryPar.cc.
double getDriftLength | ( | double | dt, |
unsigned short | layer, | ||
unsigned short | lr, | ||
double | alpha = 0. , |
||
double | theta = 0.5 * M_PI , |
||
bool | calculateMinTime = true , |
||
double | minTime = 0. |
||
) | const |
Return the drift dength to the sense wire.
[in] | dt | Drift time (ns). |
[in] | layer | Layer ID. |
[in] | lr | Left/Right |
[in] | alpha | incident angle (in rphi plane) w.r.t. the cell (rad). |
[in] | theta | incident angle (polar angle) (rad). |
calculateMinTime | calculate min. drift time inside this function (=true) or feed as input (=false). | |
minTime | input min. drift time when calculateMinTime=false. |
Definition at line 2293 of file CDCGeometryPar.cc.
double getDriftLength0 | ( | double | dt, |
unsigned short | layer, | ||
unsigned short | lr, | ||
double | alpha = 0. , |
||
double | theta = 0.5 * M_PI |
||
) | const |
Return the drift dength to the sense wire; tentative ver.
[in] | dt | Drift time (ns). |
[in] | layer | Layer ID. |
[in] | lr | Left/Right |
[in] | alpha | incident angle (in rphi plane) w.r.t. the cell (rad). |
[in] | theta | incident angle (polar angle) (rad). |
Definition at line 2211 of file CDCGeometryPar.cc.
double getDriftTime | ( | double | dist, |
unsigned short | layer, | ||
unsigned short | lr, | ||
double | alpha, | ||
double | theta | ||
) | const |
Return the drift time to the sense wire.
dist | Drift length (cm). |
layer | Layer ID. |
lr | Left/Right |
alpha | incident angle (in rphi plane) w.r.t. the cell (rad). |
theta | incident angle (polar angle) (rad). |
Definition at line 2590 of file CDCGeometryPar.cc.
double getDriftV | ( | double | dt, |
unsigned short | layer, | ||
unsigned short | lr, | ||
double | alpha = 0. , |
||
double | theta = 0.5 * M_PI |
||
) | const |
Get the realistic drift velocity.
[in] | dt | Drift time (ns). |
[in] | layer | Layer ID. |
[in] | lr | Left/Right |
[in] | alpha | incident angle (in rphi plane) w.r.t. the cell (rad). |
[in] | theta | incident angle (polar angle) (rad). |
Definition at line 2123 of file CDCGeometryPar.cc.
double getEDepToADCConvFactor | ( | unsigned short | layer, |
unsigned short | cell, | ||
double | edep, | ||
double | dx, | ||
double | costh | ||
) |
Return edep-to-ADC conversion factor.
layer | no. (0-55) |
cell | no. (0-) |
edep | energy-deposit in the cell(keV). |
dx | path length (cm) of the track in the cell. |
costh | cos(theta) of track. |
Definition at line 1657 of file CDCGeometryPar.cc.
|
inline |
Return edep-to-ADC conversion main factor (in count/keV)
layer | no. (0-55) |
cell | no. (0-) |
costh | cosine of incident angle (theta) of particle |
Definition at line 262 of file CDCGeometryPar.h.
|
inline |
Return sigma for extra smearing of edep to ADC conversion.
layer | no. (0-55) |
cell | no. (0-) |
Definition at line 271 of file CDCGeometryPar.h.
|
inline |
Return the fuge factor for space resol.
target | target sigma: =0: for sigma in data reconstruction; =1: for sigma in MC recon.; =2: for sigma in digitization in MC |
Definition at line 947 of file CDCGeometryPar.h.
|
inline |
Return forward 'deltaZ'.
[in] | layerID | (0-55) |
Definition at line 804 of file CDCGeometryPar.h.
|
inline |
Return mode for material definition.
Return value = 0: define a mixture of gases and wires in the entire tracking volume; =1: define two different mixtures: one for the inner volume (small cell), and the other for the outer volume (normal cell).
Definition at line 771 of file CDCGeometryPar.h.
|
inline |
Get the maximum number of cells in one layer.
Definition at line 1085 of file CDCGeometryPar.h.
|
inline |
Get the maximum number of super layers.
Definition at line 1070 of file CDCGeometryPar.h.
|
inline |
Returns the mean t0 over all wires.
Definition at line 1374 of file CDCGeometryPar.h.
double getMinDriftTime | ( | unsigned short | layer, |
unsigned short | lr, | ||
double | alpha = 0. , |
||
double | theta = 0.5 * M_PI |
||
) | const |
Return the min.
drift time (ns).
[in] | layer | Layer ID. |
[in] | lr | Left/Right |
[in] | alpha | incident angle (in rphi plane) w.r.t. the cell (rad). |
[in] | theta | incident angle (polar angle) (rad). |
Definition at line 2396 of file CDCGeometryPar.cc.
|
inline |
Returns the minimum track length required in one G4 step (only secondary particles which pass this criterion are to be saved in MCParticle)
Definition at line 528 of file CDCGeometryPar.h.
unsigned short getNewLeftRightRaw | ( | const B2Vector3D & | posOnWire, |
const B2Vector3D & | posOnTrack, | ||
const B2Vector3D & | momentum | ||
) | const |
Returns new left/right_raw.
posOnWire | Position on the wire at the closest point. |
posOnTrack | Position on the track at the closest point. |
momentum | Track 3-momentum. |
Definition at line 2793 of file CDCGeometryPar.cc.
|
inline |
Return the nominal drift velocity of He-ethane gas (default: 4.0x10^-3 cm/nsec).
Definition at line 736 of file CDCGeometryPar.h.
|
inline |
Return the nominal propagation speed of the sense wire (default: 27.25 cm/nsec).
Definition at line 746 of file CDCGeometryPar.h.
|
inline |
Return the nominal spacial resolution.
(default: 130 um defined in CDC.xml).
Definition at line 756 of file CDCGeometryPar.h.
|
inline |
Get the number of field layers.
Definition at line 1065 of file CDCGeometryPar.h.
|
inline |
Get the number of field wires.
Definition at line 1055 of file CDCGeometryPar.h.
|
inline |
Get the number of sense layers.
Definition at line 1060 of file CDCGeometryPar.h.
|
inline |
Get the number of sense wires.
Definition at line 1050 of file CDCGeometryPar.h.
|
inline |
|
inline |
Get the offset of the first super layer.
Definition at line 1080 of file CDCGeometryPar.h.
unsigned short getOldLeftRight | ( | const B2Vector3D & | posOnWire, |
const B2Vector3D & | posOnTrack, | ||
const B2Vector3D & | momentum | ||
) | const |
Returns old left/right.
posOnWire | Position on the wire at the closest point. |
posOnTrack | Position on the track at the closest point. |
momentum | Track 3-momentum. |
Definition at line 2758 of file CDCGeometryPar.cc.
double getOutgoingAlpha | ( | const double | alpha | ) | const |
Converts incoming- to outgoing-alpha.
alpha | in rad. |
Definition at line 2828 of file CDCGeometryPar.cc.
unsigned short getOutgoingLR | ( | const unsigned short | lr, |
const double | alpha | ||
) | const |
Converts incoming-lr to outgoing-lr.
lr | Left/Right flag. |
alpha | Track incident angle in rphi-plane (rad). |
Definition at line 2821 of file CDCGeometryPar.cc.
double getOutgoingTheta | ( | const double | alpha, |
const double | theta | ||
) | const |
Converts incoming- to outgoing-theta.
alpha | in rad. |
theta | in rad. |
Definition at line 2841 of file CDCGeometryPar.cc.
|
inline |
Get the inversel of propagation speed in the sense wire.
[in] | layerID | layer ID (0-55) |
Definition at line 826 of file CDCGeometryPar.h.
|
inline |
Return mode for sense wire z position.
Return value =0: define at the end-plate (gas side) with old design; =1: define at the bush inside the feedthrough with correction for the diff. betw. final- and old-design.
Definition at line 784 of file CDCGeometryPar.h.
signed short getShiftInSuperLayer | ( | unsigned short | iSuperLayer, |
unsigned short | iLayer | ||
) | const |
Returns shift in the super-layer.
iSuperLayer | The super-layer id. |
iLayer | The layer id. in the super-layer |
Definition at line 3017 of file CDCGeometryPar.cc.
double getSigma | ( | double | dist, |
unsigned short | layer, | ||
unsigned short | lr, | ||
double | alpha = 0. , |
||
double | theta = 0.5 * M_PI |
||
) | const |
Return the basic resolution of drift length (cm).
N.B. A fudge factor may be multiplied at the place where this is called; be careful.
dist | Drift length (cm); negative dist is treated as |dist|. |
layer | Layer id. |
lr | Left/Right. |
alpha | incident angle (in rphi plane) w.r.t. the cell (rad). |
theta | incident angle (polar angle) (rad). |
Definition at line 2646 of file CDCGeometryPar.cc.
|
inline |
Returns t0 parameter of the specified sense wire.
wireID | Wire id. |
Definition at line 555 of file CDCGeometryPar.h.
|
inline |
Return TDC bin width (nsec).
Definition at line 726 of file CDCGeometryPar.h.
|
inline |
Return TDC offset value (default = 0 ch).
Definition at line 717 of file CDCGeometryPar.h.
double getTheta | ( | const B2Vector3D & | momentum | ) | const |
Returns track incident angle (theta in rad.).
momentum | Track momentum at the closest point. |
Definition at line 2815 of file CDCGeometryPar.cc.
|
inline |
Returns threshold for energy deposit in one G4 step.
Definition at line 519 of file CDCGeometryPar.h.
|
inline |
Returns time-walk.
wID | wire id |
adcCount | ADC count |
Definition at line 606 of file CDCGeometryPar.h.
|
inline |
Returns wire id. corresponding to the board-and-cannel ids.
bd | board id. (1-300) |
ch | channel id. (0-47) |
Definition at line 595 of file CDCGeometryPar.h.
double getWireSagCoef | ( | EWirePosition | set, |
uint | layerId, | ||
int | cellId | ||
) | const |
Returns coefficient for the sense wire sag.
set | Wire position set; =c_Base, c_Misaligned or c_Aligned |
layerId | The layer id. |
cellId | The cell id. |
Definition at line 1803 of file CDCGeometryPar.cc.
void getWireSagEffect | ( | EWirePosition | set, |
unsigned | layerID, | ||
unsigned | cellID, | ||
double | zw, | ||
double & | ywb_sag, | ||
double & | ywf_sag | ||
) | const |
Compute effects of the sense wire sag.
[in] | set | Wire position set; =c_Base, c_Misaligned or c_Aligned |
[in] | layerID | Layer ID |
[in] | cellID | Cell ID in the layer |
[in] | zw | Z-coord. (cm) at which the sense wire sag is computed |
[out] | ywb_sag | Y-corrd. (cm) of intersection between a tangent and the backward endplate. |
[out] | ywf_sag | Y-corrd. (cm) of intersection between a tangent and the forward endplate. |
Definition at line 1967 of file CDCGeometryPar.cc.
|
inline |
Returns the inner radius of the inner wall.
Definition at line 1319 of file CDCGeometryPar.h.
|
inline |
Returns the inner radius of the outer wall.
Definition at line 1304 of file CDCGeometryPar.h.
const double * innerRadiusWireLayer | ( | ) | const |
Returns an array of inner radius of wire layers.
Definition at line 1814 of file CDCGeometryPar.cc.
|
static |
Static method to get a reference to the CDCGeometryPar instance.
Definition at line 39 of file CDCGeometryPar.cc.
|
inline |
Inquire if the wire is totally-dead.
Definition at line 834 of file CDCGeometryPar.h.
|
inline |
Inquire if the wire is dead.
Definition at line 847 of file CDCGeometryPar.h.
|
inline |
Inquire if the wire is hot.
Definition at line 856 of file CDCGeometryPar.h.
|
inline |
Returns on/off for modified left/right calculation in FullSim.
Definition at line 544 of file CDCGeometryPar.h.
|
inline |
Returns on/off for sense wire sag in FullSim.
Definition at line 536 of file CDCGeometryPar.h.
int momBound | ( | ) | const |
|
inline |
Returns inner radius of the CDC mother volume.
iBound | : The boundary id. |
Definition at line 1239 of file CDCGeometryPar.h.
|
inline |
Returns boundary position in Z axis of the CDC mother volume.
iBound | : The boundary id. |
Definition at line 1234 of file CDCGeometryPar.h.
double motherInnerR | ( | ) | const |
The method to get cdc mother volume inner R.
double motherLength | ( | ) | const |
The method to get cdc mother volume length.
double motherOuterR | ( | ) | const |
The method to get cdc mother volume outer R.
void newReadSigma | ( | const GearDir & | gbxParams, |
int | mode = 0 |
||
) |
Read spatial resolution table in new format.
gbxParams | Gear Dir. |
mode | 0: read simulation file, 1: read reconstruction file. |
Definition at line 964 of file CDCGeometryPar.cc.
void newReadXT | ( | const GearDir & | gbxParams, |
int | mode = 0 |
||
) |
Read XT-relation table in new format.
[in] | gbxParams | Gear Dir. |
[in] | mode | 0: read simulation file, 1: read reconstruction file. |
Definition at line 818 of file CDCGeometryPar.cc.
|
inline |
Returns number shift.
layerId | The layer id of sense wires. |
Definition at line 1244 of file CDCGeometryPar.h.
|
inline |
Returns a number of wire layers.
Definition at line 1354 of file CDCGeometryPar.h.
|
inline |
Returns wire numbers in a layer.
layerId | The layer id. |
Definition at line 1254 of file CDCGeometryPar.h.
|
inline |
Return wire offset in phi direction at endplate.
layerID | layerID(0-55). |
Definition at line 1249 of file CDCGeometryPar.h.
|
inline |
Returns the outer radius of the inner wall.
Definition at line 1324 of file CDCGeometryPar.h.
|
inline |
Returns the outer radius of the outer wall.
Definition at line 1309 of file CDCGeometryPar.h.
const double * outerRadiusWireLayer | ( | ) | const |
Returns an array of outer radius of wire layers.
Definition at line 1826 of file CDCGeometryPar.cc.
void outputDesignWirParam | ( | unsigned | layerID, |
unsigned | cellID | ||
) | const |
Write the designed wire parameters to the alignment.dat (default).
[in] | layerID | Layer ID |
[in] | cellID | Cell ID |
Definition at line 2097 of file CDCGeometryPar.cc.
void Print | ( | ) | const |
void readChMap | ( | ) |
Read channel map between wire-id and electronics-id.
Definition at line 1277 of file CDCGeometryPar.cc.
void readEDepToADC | ( | const GearDir & | gbxParams, |
int | mode = 0 |
||
) |
Read spatial edep-to-adc conv.
factors.
gbxParams | Gear Dir. |
mode | dummy now.. |
Definition at line 1308 of file CDCGeometryPar.cc.
void readFFactor | ( | const GearDir & | gbxParams, |
int | mode = 0 |
||
) |
Read fudge factors.
gbxParams | Gear Dir. |
mode | dummy now. |
Definition at line 1076 of file CDCGeometryPar.cc.
void readFromDB | ( | const CDCGeometry & | geom | ) |
Gets geometry parameters from database.
Definition at line 260 of file CDCGeometryPar.cc.
void readPropSpeed | ( | const GearDir & | gbxParams, |
int | mode = 0 |
||
) |
Read the propagation speed along the sense wire.
gbxParams | Gear Dir. |
mode | 0: read simulation file, 1: read reconstruction file. |
Definition at line 1088 of file CDCGeometryPar.cc.
void readSigma | ( | const GearDir & | gbxParams, |
int | mode = 0 |
||
) |
Read spatial resolution table.
gbxParams | Gear Dir. |
mode | 0: read simulation file, 1: read reconstruction file. |
Definition at line 955 of file CDCGeometryPar.cc.
void readT0 | ( | const GearDir & | gbxParams, |
int | mode = 0 |
||
) |
Read t0 parameters (from a file).
gbxParams | Gear Dir. |
mode | 0: read simulation file, 1: read reconstruction file. |
Definition at line 1156 of file CDCGeometryPar.cc.
void readTW | ( | const GearDir & | gbxParams, |
int | mode = 0 |
||
) |
Read time-walk parameter.
gbxParams | Gear Dir. |
mode | 0: read simulation file, 1: read reconstruction file. |
Definition at line 1237 of file CDCGeometryPar.cc.
void readWirePositionParams | ( | EWirePosition | set, |
const CDCGeometry * | geom | ||
) |
Read displacement or (mis)alignment params from text file.
[in] | set | Wire position set, i.e. c_Base, c_Misaliged or c_Aligned. |
[in] | geom | Pointer to DB CDCGeometry db object. |
Definition at line 579 of file CDCGeometryPar.cc.
void readXT | ( | const GearDir & | gbxParams, |
int | mode = 0 |
||
) |
Read XT-relation table.
[in] | gbxParams | Gear Dir. |
[in] | mode | 0: read simulation file, 1: read reconstruction file. |
Definition at line 807 of file CDCGeometryPar.cc.
|
inline |
Returns backward z position of sense wire in each layer.
layerId | The layer id. |
Definition at line 1284 of file CDCGeometryPar.h.
|
inline |
Returns diameter of the sense wire.
Definition at line 1344 of file CDCGeometryPar.h.
|
inline |
Returns forward z position of sense wire in each layer.
layerId | The layer id. |
Definition at line 1279 of file CDCGeometryPar.h.
|
inline |
Returns radius of sense wire in each layer.
layerId | The layer id. |
Definition at line 1274 of file CDCGeometryPar.h.
void setBadWire | ( | ) |
Set bad-wires (from DB)
Definition at line 1434 of file CDCGeometryPar.cc.
void setChMap | ( | ) |
Set channel map (from DB)
Definition at line 1595 of file CDCGeometryPar.cc.
void setDesignWirParam | ( | unsigned | layerID, |
unsigned | cellID | ||
) |
Set the desizend wire parameters.
[in] | layerID | Layer ID |
[in] | cellID | Cell ID |
Definition at line 2060 of file CDCGeometryPar.cc.
void setDisplacement | ( | ) |
Set displacement of sense wire.
Definition at line 2958 of file CDCGeometryPar.cc.
void setEDepToADCConversions | ( | ) |
Set edep-to-ADC conversion params.
(from DB)
Definition at line 1612 of file CDCGeometryPar.cc.
void setFFactor | ( | ) |
Set fudge factors (from DB).
Definition at line 1567 of file CDCGeometryPar.cc.
|
inline |
Set the nominal spacial resolution in the unit of um.
[in] | resol | spacial resolution (um) |
Definition at line 815 of file CDCGeometryPar.h.
void setPropSpeed | ( | ) |
Set prop.
-speeds (from DB).
Definition at line 1442 of file CDCGeometryPar.cc.
|
inline |
set backward z position of sense wires.
layerId | The layer id of sense wire. |
bz | The backward position of sense wires in layer layerId. |
Definition at line 1269 of file CDCGeometryPar.h.
|
inline |
Set forward z position of sense wires.
layerId | The layer id of sense wire. |
fz | The forward position of sense wires in layer layerId. |
Definition at line 1264 of file CDCGeometryPar.h.
|
inline |
Set radius of sense wire in each layer.
layerId | The layer id of sense wires. |
r | The radius of sense wires in layer layerId. |
Definition at line 1259 of file CDCGeometryPar.h.
void setShiftInSuperLayer | ( | ) |
Calculates and saves shifts in super-layers (to be used in searching hits in neighboring cells)
Definition at line 2982 of file CDCGeometryPar.cc.
void setSResol | ( | ) |
Set spatial resolution (from DB).
Definition at line 1524 of file CDCGeometryPar.cc.
void setT0 | ( | ) |
Set t0 parameters (from DB)
Definition at line 1374 of file CDCGeometryPar.cc.
void setTW | ( | ) |
Set time-walk parameters.
Definition at line 1451 of file CDCGeometryPar.cc.
void setWirPosAlignParams | ( | ) |
Set wire alignment params.
from DB.
Definition at line 683 of file CDCGeometryPar.cc.
void setWirPosMisalignParams | ( | ) |
Set wire misalignment params.
from DB.
Definition at line 767 of file CDCGeometryPar.cc.
void setXtRel | ( | ) |
Set XT-relation table (from DB) (new).
Definition at line 1466 of file CDCGeometryPar.cc.
|
inline |
Returns the version of cdc geometry parameters.
Definition at line 1229 of file CDCGeometryPar.h.
|
inline |
The same function but in a different input format.
Definition at line 500 of file CDCGeometryPar.h.
|
inline |
The same function but in a different input format.
Definition at line 485 of file CDCGeometryPar.h.
const B2Vector3D wireBackwardPosition | ( | uint | layerId, |
int | cellId, | ||
double | z, | ||
EWirePosition | set = c_Base |
||
) | const |
Returns a virtual backward position corresp. to a tangent to the wire at the input z-position.
layerId | The layer id. of the wire |
cellId | The wire id. of the wire |
z | z-position |
set | Wire position set; =c_Base, c_Misaligned or c_Aligned |
Definition at line 1779 of file CDCGeometryPar.cc.
const B2Vector3D wireBackwardPosition | ( | uint | layerId, |
int | cellId, | ||
EWirePosition | set = c_Base |
||
) | const |
Returns the backward position of the input sense wire.
layerId | The layer id. of the wire |
cellId | The wire id. of the wire |
set | Wire position set; =c_Base, c_Misaligned or c_Aligned |
Definition at line 1755 of file CDCGeometryPar.cc.
|
inline |
The same function but in a different input format.
Definition at line 469 of file CDCGeometryPar.h.
|
inline |
The same function but in a different input format.
Definition at line 454 of file CDCGeometryPar.h.
const B2Vector3D wireForwardPosition | ( | uint | layerId, |
int | cellId, | ||
double | z, | ||
EWirePosition | set = c_Base |
||
) | const |
Returns a virtual forward position corresp. to a tangent to the wire at the input z-position.
layerId | The layer id. of the wire |
cellId | The wire id. of the wire |
z | z-position |
set | Wire position set; =c_Base, c_Misaligned or c_Aligned |
Definition at line 1731 of file CDCGeometryPar.cc.
const B2Vector3D wireForwardPosition | ( | uint | layerId, |
int | cellId, | ||
EWirePosition | set = c_Base |
||
) | const |
Returns the forward position of the input sense wire.
layerId | The layer id. of the wire |
cellId | The wire id. of the wire |
set | Wire position set; =c_Base, c_Misaligned or c_Aligned |
Definition at line 1706 of file CDCGeometryPar.cc.
|
inline |
Returns an array of backward z of wire layers.
Definition at line 1364 of file CDCGeometryPar.h.
|
inline |
Returns an array of forward z of wire layers.
Definition at line 1359 of file CDCGeometryPar.h.
|
inline |
Returns the length of the inner wall in Z.
Definition at line 1329 of file CDCGeometryPar.h.
|
inline |
Returns the offset of the outer wall in z direction.
Definition at line 1339 of file CDCGeometryPar.h.
|
inline |
Returns the offset of the outer wall in z direction.
Definition at line 1334 of file CDCGeometryPar.h.
|
inline |
Returns the offset of z of the wire layer i.
i | The layer id. |
Definition at line 1369 of file CDCGeometryPar.h.
|
inline |
Returns the length of the outer wall in Z.
Definition at line 1314 of file CDCGeometryPar.h.
|
private |
Switch for alignment.
Definition at line 1101 of file CDCGeometryPar.h.
|
private |
|
private |
alpha sampling points for xt (rad)
Definition at line 1168 of file CDCGeometryPar.h.
|
private |
alpha sampling points for sigma (rad)
Definition at line 1170 of file CDCGeometryPar.h.
|
staticprivate |
Pointer that saves the instance of this class.
Definition at line 1213 of file CDCGeometryPar.h.
|
private |
bad-wires retrieved from DB.
Definition at line 1199 of file CDCGeometryPar.h.
|
private |
array relating board-channel-id and wire-id.
Definition at line 1184 of file CDCGeometryPar.h.
|
private |
Wire position incl.
displacement at the backward endplate for each cell; ibid.
Definition at line 1156 of file CDCGeometryPar.h.
|
private |
Wire position incl.
alignment at the backward endplate for each cell; ibid.
Definition at line 1164 of file CDCGeometryPar.h.
|
private |
Wire position incl.
misalignment at the backward endplate for each cell; ibid.
Definition at line 1160 of file CDCGeometryPar.h.
|
private |
The array to store cell size in each sense wire layer.
Definition at line 1135 of file CDCGeometryPar.h.
|
private |
channel map retrieved from DB.
Definition at line 1205 of file CDCGeometryPar.h.
|
private |
Clock frequency used for TDC (GHz).
Definition at line 1189 of file CDCGeometryPar.h.
|
private |
hardware clock settings
Definition at line 1211 of file CDCGeometryPar.h.
|
private |
Switch for debug printing.
Definition at line 1095 of file CDCGeometryPar.h.
|
private |
Switch for displacement.
Definition at line 1099 of file CDCGeometryPar.h.
|
private |
|
private |
Corrections for backward z position of sense wire layers.
Definition at line 1130 of file CDCGeometryPar.h.
|
private |
Corrections for forward z position of sense wire layers.
Definition at line 1128 of file CDCGeometryPar.h.
|
private |
|
private |
|
private |
fudge factors retrieved from DB.
Definition at line 1204 of file CDCGeometryPar.h.
|
private |
The diameter of field wires.
Definition at line 1142 of file CDCGeometryPar.h.
|
private |
Offset of the first layer (for reduced CDC studies)
Definition at line 1220 of file CDCGeometryPar.h.
|
private |
Offset of the first super layer (for reduced CDC studies)
Definition at line 1221 of file CDCGeometryPar.h.
|
private |
Fuge factor for space resol.
Definition at line 1196 of file CDCGeometryPar.h.
|
private |
Wire position incl.
displacement at the forward endplate for each cell; to be implemented in a smarter way.
Definition at line 1155 of file CDCGeometryPar.h.
|
private |
Wire position incl.
alignment at the forward endplate for each cell; ibid.
Definition at line 1163 of file CDCGeometryPar.h.
|
private |
Wire position incl.
misalignment at the forward endplate for each cell; ibid.
Definition at line 1159 of file CDCGeometryPar.h.
|
private |
Global ratation in phi (rad.); only for sence wires now.
Definition at line 1144 of file CDCGeometryPar.h.
|
private |
Switch for linear interpolation of sigma.
Definition at line 1097 of file CDCGeometryPar.h.
|
private |
Switch for linear interpolation of xt.
Definition at line 1096 of file CDCGeometryPar.h.
|
private |
Control switch for gas and wire material definition.
Definition at line 1108 of file CDCGeometryPar.h.
|
private |
Maximum number wires within a layer.
Definition at line 1222 of file CDCGeometryPar.h.
|
private |
Maximum number of Field Wire Layers.
Definition at line 1218 of file CDCGeometryPar.h.
|
private |
Maximum number of Sense Wire Layers.
Definition at line 1217 of file CDCGeometryPar.h.
|
private |
Maximum number of Super Layers.
Definition at line 1219 of file CDCGeometryPar.h.
|
private |
max space resolution allowed (cm).
Definition at line 1195 of file CDCGeometryPar.h.
|
private |
mean t0 over all wires; should be double.
Definition at line 1180 of file CDCGeometryPar.h.
|
private |
Minimum track length for G4 step.
Definition at line 1153 of file CDCGeometryPar.h.
|
private |
Switch for misalignment.
Definition at line 1100 of file CDCGeometryPar.h.
|
private |
|
private |
Switch for modified left/right flag.
Definition at line 1105 of file CDCGeometryPar.h.
|
private |
|
private |
Z-cordinates of the cdc mother volume (7 segments).
Definition at line 1146 of file CDCGeometryPar.h.
|
private |
|
private |
|
private |
Maximum number of Field Wires.
Definition at line 1216 of file CDCGeometryPar.h.
|
private |
The number of field wire layer.
Definition at line 1116 of file CDCGeometryPar.h.
|
private |
Nominal drift velocity (4.0x10^-3 cm/nsec).
Definition at line 1191 of file CDCGeometryPar.h.
|
private |
Inverse of the nominal drift velocity.
Definition at line 1192 of file CDCGeometryPar.h.
|
private |
Nominal propagation speed of the sense wire (27.25 cm/nsec).
Definition at line 1193 of file CDCGeometryPar.h.
|
private |
Nominal spacial resolution (0.0130 cm).
Definition at line 1194 of file CDCGeometryPar.h.
|
private |
Maximum number of Sense Wires.
Definition at line 1215 of file CDCGeometryPar.h.
|
private |
The array to store shifted cell number in each sense wire layer.
Definition at line 1136 of file CDCGeometryPar.h.
|
private |
The number of sense wire layer.
Definition at line 1115 of file CDCGeometryPar.h.
|
private |
|
private |
|
private |
The array to store the wire number in each sense wire layre.
Definition at line 1137 of file CDCGeometryPar.h.
|
private |
The array to store z offset of sense wire layers.
Definition at line 1134 of file CDCGeometryPar.h.
|
private |
|
private |
Inverse of propagation speed of the sense wire.
Definition at line 1175 of file CDCGeometryPar.h.
|
private |
The array to store radius of field wire layers.
Definition at line 1131 of file CDCGeometryPar.h.
|
private |
The array to store radius of sense wire layers.
Definition at line 1126 of file CDCGeometryPar.h.
|
private |
The array to store radius of inner wall and outer wall.
Definition at line 1123 of file CDCGeometryPar.h.
|
private |
The density of sense wires.
Definition at line 1141 of file CDCGeometryPar.h.
|
private |
The diameter of sense wires.
Definition at line 1139 of file CDCGeometryPar.h.
|
private |
The tension of sense wires.
Definition at line 1140 of file CDCGeometryPar.h.
|
private |
Mode for sense wire z position corr.
Definition at line 1109 of file CDCGeometryPar.h.
|
private |
shift in phi-direction wrt the 1st layer in each super layer
Definition at line 1121 of file CDCGeometryPar.h.
|
private |
position resulution for each layer.
Definition at line 1174 of file CDCGeometryPar.h.
|
private |
Format of sigma input file.
Definition at line 1112 of file CDCGeometryPar.h.
|
private |
Mode for sigma parameterization.
Definition at line 1113 of file CDCGeometryPar.h.
|
private |
|
private |
t0 for each sense-wire (in nsec).
Definition at line 1176 of file CDCGeometryPar.h.
|
private |
t0s retrieved from DB.
Definition at line 1198 of file CDCGeometryPar.h.
|
private |
TDC bin width (nsec/bin).
Definition at line 1190 of file CDCGeometryPar.h.
|
private |
Not used; to be removed later.
Definition at line 1188 of file CDCGeometryPar.h.
|
private |
theta sampling points for xt (rad)
Definition at line 1169 of file CDCGeometryPar.h.
|
private |
theta sampling points for sigma (rad)
Definition at line 1171 of file CDCGeometryPar.h.
|
private |
|
private |
coefficients for time walk.
Definition at line 1177 of file CDCGeometryPar.h.
|
private |
|
private |
Mode for tw parameterization.
Definition at line 1114 of file CDCGeometryPar.h.
|
private |
The version of geometry parameters.
Definition at line 1107 of file CDCGeometryPar.h.
|
private |
Switch for sense wire sag.
Definition at line 1104 of file CDCGeometryPar.h.
|
private |
Wire sag coefficient for each cell; ibid.
Definition at line 1157 of file CDCGeometryPar.h.
|
private |
Wire sag coefficient incl.
alignment for each cell; ibid.
Definition at line 1165 of file CDCGeometryPar.h.
|
private |
Wire sag coefficient incl.
misalignment for each cell; ibid.
Definition at line 1161 of file CDCGeometryPar.h.
|
private |
map relating wire-id and board-id.
Definition at line 1182 of file CDCGeometryPar.h.
|
private |
map relating wire-id and channel-id.
Definition at line 1183 of file CDCGeometryPar.h.
|
private |
XT-relation coefficients for each layer, Left/Right, entrance angle and polar angle.
Definition at line 1173 of file CDCGeometryPar.h.
|
private |
|
private |
Switch for selecting xt etc.
Definition at line 1102 of file CDCGeometryPar.h.
|
private |
Format of xt input file.
Definition at line 1110 of file CDCGeometryPar.h.
|
private |
Mode for xt parameterization.
Definition at line 1111 of file CDCGeometryPar.h.
|
private |
|
private |
The array to store backward z position of field wire layers.
Definition at line 1133 of file CDCGeometryPar.h.
|
private |
The array to store forward z position of field wire layers.
Definition at line 1132 of file CDCGeometryPar.h.
|
private |
The array to store backward z position of sense wire layers.
Definition at line 1129 of file CDCGeometryPar.h.
|
private |
The array to store forward z position of sense wire layers.
Definition at line 1127 of file CDCGeometryPar.h.
|
private |
The array to store z position of inner wall and outer wall.
Definition at line 1124 of file CDCGeometryPar.h.