FairRoot/PandaRoot
|
PndSdsChargedWeightedPixelMapping: Gets a vector of DigiHits and calculates the cluster center weighted with the charge params: Number of columns in FE, Number of rows in FE, Pixel dimension in x, Pixel dimension in y params are taken from parameter database. More...
#include <PndMQSdsChargeWeightedPixelMapping.h>
Public Member Functions | |
PndMQSdsChargeWeightedPixelMapping () | |
virtual | ~PndMQSdsChargeWeightedPixelMapping () |
PndMQSdsChargeWeightedPixelMapping (PndGeoHandling *geo) | |
PndSdsHit | GetCluster (std::vector< PndSdsDigiPixel * > &pixelArray) |
Main function of class to calculate the PndSdsHit out of the given PndSdsDigis. More... | |
void | SetVerbose (Int_t level) |
virtual void | SetGeoHandling (PndGeoHandling *geo) |
Public Attributes | |
PndGeoHandling * | fGeoH |
Int_t | fVerbose |
Protected Attributes | |
PndSdsChargeConversion * | fChargeConverter |
Double_t | flx |
Double_t | fly |
Int_t | fcols |
Int_t | frows |
Private Member Functions | |
TGeoHMatrix | GetTransformation (Int_t sensorID) |
TVector3 | GetSensorDimensions (Int_t sensorID) |
PndSdsChargedWeightedPixelMapping: Gets a vector of DigiHits and calculates the cluster center weighted with the charge params: Number of columns in FE, Number of rows in FE, Pixel dimension in x, Pixel dimension in y params are taken from parameter database.
PndMQSdsChargeWeightedPixelMapping.h
Definition at line 15 of file PndMQSdsChargeWeightedPixelMapping.h.
PndMQSdsChargeWeightedPixelMapping::PndMQSdsChargeWeightedPixelMapping | ( | ) |
Definition at line 8 of file PndMQSdsChargeWeightedPixelMapping.cxx.
|
inlinevirtual |
Definition at line 19 of file PndMQSdsChargeWeightedPixelMapping.h.
PndMQSdsChargeWeightedPixelMapping::PndMQSdsChargeWeightedPixelMapping | ( | PndGeoHandling * | geo | ) |
Definition at line 11 of file PndMQSdsChargeWeightedPixelMapping.cxx.
|
virtual |
Main function of class to calculate the PndSdsHit out of the given PndSdsDigis.
Implements PndMQSdsPixelBackMapping.
Definition at line 15 of file PndMQSdsChargeWeightedPixelMapping.cxx.
References col, count, PndSdsChargeConversion::DigiValueToCharge(), Double_t, fChargeConverter, fcols, PndMQSdsPixelBackMapping::fGeoH, flx, fly, frows, PndMQSdsPixelBackMapping::fVerbose, GetSensorDimensions(), PndGeoHandling::GetSensorDimensionsShortId(), i, PndGeoHandling::LocalToMasterErrorsShortId(), PndGeoHandling::LocalToMasterShortId(), offset(), pos, row, PndSdsHit::SetCov(), sqrt(), and t.
Referenced by PndMQMvdPixelDigiProcessorBursts::ProcessData(), and PndMQFileSinkBursts::Run().
|
private |
Definition at line 136 of file PndMQSdsChargeWeightedPixelMapping.cxx.
References PndMQSdsPixelBackMapping::fGeoH, PndGeoHandling::GetPath(), and gGeoManager.
Referenced by GetCluster().
|
private |
Definition at line 127 of file PndMQSdsChargeWeightedPixelMapping.cxx.
References PndMQSdsPixelBackMapping::fGeoH, PndMQSdsPixelBackMapping::fVerbose, PndGeoHandling::GetPath(), and gGeoManager.
|
inlinevirtualinherited |
Definition at line 19 of file PndMQSdsPixelBackMapping.h.
References PndMQSdsPixelBackMapping::fGeoH.
Referenced by PndMQMvdPixelDigiProcessorBursts::SetParameters().
|
inlineinherited |
Definition at line 16 of file PndMQSdsPixelBackMapping.h.
References PndMQSdsPixelBackMapping::fVerbose.
|
protected |
Definition at line 24 of file PndMQSdsChargeWeightedPixelMapping.h.
Referenced by GetCluster(), and PndMQMvdChargeWeightedPixelMapping::SetChargeConverter().
|
protected |
Definition at line 27 of file PndMQSdsChargeWeightedPixelMapping.h.
Referenced by GetCluster(), and PndMQMvdChargeWeightedPixelMapping::SetChargeConverter().
|
inherited |
Definition at line 21 of file PndMQSdsPixelBackMapping.h.
Referenced by GetCluster(), GetSensorDimensions(), GetTransformation(), PndMQSdsPixelBackMapping::PndMQSdsPixelBackMapping(), and PndMQSdsPixelBackMapping::SetGeoHandling().
|
protected |
Definition at line 25 of file PndMQSdsChargeWeightedPixelMapping.h.
Referenced by GetCluster(), and PndMQMvdChargeWeightedPixelMapping::SetChargeConverter().
|
protected |
Definition at line 26 of file PndMQSdsChargeWeightedPixelMapping.h.
Referenced by GetCluster(), and PndMQMvdChargeWeightedPixelMapping::SetChargeConverter().
|
protected |
Definition at line 28 of file PndMQSdsChargeWeightedPixelMapping.h.
Referenced by GetCluster(), and PndMQMvdChargeWeightedPixelMapping::SetChargeConverter().
|
inherited |
Definition at line 22 of file PndMQSdsPixelBackMapping.h.
Referenced by GetCluster(), GetTransformation(), PndMQMvdChargeWeightedPixelMapping::PndMQMvdChargeWeightedPixelMapping(), PndMQSdsPixelBackMapping::PndMQSdsPixelBackMapping(), PndMQMvdChargeWeightedPixelMapping::SetChargeConverter(), and PndMQSdsPixelBackMapping::SetVerbose().