![]() |
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 | ( | ) |
PndSdsPixelBackMapping::PndSdsPixelBackMapping | ( | PndGeoHandling * | geo | ) |
|
inline |
Definition at line 13 of file PndSdsPixelBackMapping.h.
|
virtual |
Referenced by operator=().
|
pure virtual |
Implemented in PndSdsChargeWeightedPixelMapping.
Referenced by SetVerbose().
|
inline |
Definition at line 14 of file PndSdsPixelBackMapping.h.
References fDigiArray, fGeoH, fVerbose, and ~PndSdsPixelBackMapping().
|
inline |
std::vector<PndSdsDigiPixel> PndSdsPixelBackMapping::fDigiArray |
Definition at line 26 of file PndSdsPixelBackMapping.h.
Referenced by operator=().
PndGeoHandling* PndSdsPixelBackMapping::fGeoH |
Definition at line 27 of file PndSdsPixelBackMapping.h.
Referenced by operator=().
Int_t PndSdsPixelBackMapping::fVerbose |
Definition at line 28 of file PndSdsPixelBackMapping.h.
Referenced by operator=(), and SetVerbose().