FairRoot/PandaRoot
|
#include <PndSdsPixelBackMapping.h>
Public Member Functions | |
PndSdsPixelBackMapping () | |
PndSdsPixelBackMapping (PndGeoHandling *geo) | |
PndSdsPixelBackMapping (const PndSdsPixelBackMapping &other) | |
PndSdsPixelBackMapping & | operator= (PndSdsPixelBackMapping &other) |
virtual | ~PndSdsPixelBackMapping () |
void | SetVerbose (Int_t level) |
virtual PndSdsHit | GetCluster (std::vector< PndSdsDigiPixel > pixelArray)=0 |
Public Attributes | |
std::vector< PndSdsDigiPixel > | fDigiArray |
PndGeoHandling * | fGeoH |
Int_t | fVerbose |
Definition at line 9 of file PndSdsPixelBackMapping.h.
PndSdsPixelBackMapping::PndSdsPixelBackMapping | ( | ) |
Definition at line 4 of file PndSdsPixelBackMapping.cxx.
PndSdsPixelBackMapping::PndSdsPixelBackMapping | ( | PndGeoHandling * | geo | ) |
Definition at line 12 of file PndSdsPixelBackMapping.cxx.
|
inline |
Definition at line 14 of file PndSdsPixelBackMapping.h.
|
virtual |
Definition at line 19 of file PndSdsPixelBackMapping.cxx.
|
pure virtual |
Implemented in PndSdsChargeWeightedPixelMapping.
Referenced by PndLmdPixelClusterTask::Exec(), and PndSdsPixelClusterTask::Exec().
|
inline |
Definition at line 19 of file PndSdsPixelBackMapping.h.
References fDigiArray, fGeoH, and fVerbose.
|
inline |
Definition at line 28 of file PndSdsPixelBackMapping.h.
References fVerbose.
Referenced by PndSdsIdealClusterTask::Init().
std::vector<PndSdsDigiPixel> PndSdsPixelBackMapping::fDigiArray |
Definition at line 31 of file PndSdsPixelBackMapping.h.
Referenced by PndSdsChargeWeightedPixelMapping::GetCluster(), and operator=().
PndGeoHandling* PndSdsPixelBackMapping::fGeoH |
Definition at line 32 of file PndSdsPixelBackMapping.h.
Referenced by PndSdsChargeWeightedPixelMapping::GetCluster(), PndSdsChargeWeightedPixelMapping::GetSensorDimensions(), PndSdsChargeWeightedPixelMapping::GetTransformation(), and operator=().
Int_t PndSdsPixelBackMapping::fVerbose |
Definition at line 33 of file PndSdsPixelBackMapping.h.
Referenced by PndSdsChargeWeightedPixelMapping::GetCluster(), PndSdsChargeWeightedPixelMapping::GetTransformation(), operator=(), PndLmdChargeWeightedPixelMapping::PndLmdChargeWeightedPixelMapping(), PndMvdChargeWeightedPixelMapping::PndMvdChargeWeightedPixelMapping(), PndMvdChargeWeightedPixelMapping::SetChargeConverter(), and SetVerbose().