FairRoot/PandaRoot
Public Member Functions | Public Attributes | List of all members
PndSdsPixelBackMapping Class Referenceabstract

#include <PndSdsPixelBackMapping.h>

Inheritance diagram for PndSdsPixelBackMapping:
PndSdsChargeWeightedPixelMapping PndLmdChargeWeightedPixelMapping PndMvdChargeWeightedPixelMapping

Public Member Functions

 PndSdsPixelBackMapping ()
 
 PndSdsPixelBackMapping (PndGeoHandling *geo)
 
 PndSdsPixelBackMapping (const PndSdsPixelBackMapping &other)
 
PndSdsPixelBackMappingoperator= (PndSdsPixelBackMapping &other)
 
virtual ~PndSdsPixelBackMapping ()
 
void SetVerbose (Int_t level)
 
virtual PndSdsHit GetCluster (std::vector< PndSdsDigiPixel > pixelArray)=0
 

Public Attributes

std::vector< PndSdsDigiPixelfDigiArray
 
PndGeoHandlingfGeoH
 
Int_t fVerbose
 

Detailed Description

Definition at line 9 of file PndSdsPixelBackMapping.h.

Constructor & Destructor Documentation

PndSdsPixelBackMapping::PndSdsPixelBackMapping ( )

Definition at line 4 of file PndSdsPixelBackMapping.cxx.

4  :
5  fDigiArray(),
7  fVerbose(0)
8 {
9  //fGeoH = PndGeoHandling::Instance();
10 }
static PndGeoHandling * Instance()
std::vector< PndSdsDigiPixel > fDigiArray
PndSdsPixelBackMapping::PndSdsPixelBackMapping ( PndGeoHandling geo)

Definition at line 12 of file PndSdsPixelBackMapping.cxx.

12  :
13  fDigiArray(),
14  fGeoH(geo),
15  fVerbose(0)
16 {
17 }
std::vector< PndSdsDigiPixel > fDigiArray
PndSdsPixelBackMapping::PndSdsPixelBackMapping ( const PndSdsPixelBackMapping other)
inline

Definition at line 14 of file PndSdsPixelBackMapping.h.

14  :
15  fDigiArray(other.fDigiArray),
16  fGeoH(other.fGeoH),
17  fVerbose(other.fVerbose)
18  {};
std::vector< PndSdsDigiPixel > fDigiArray
PndSdsPixelBackMapping::~PndSdsPixelBackMapping ( )
virtual

Definition at line 19 of file PndSdsPixelBackMapping.cxx.

20 {
21 }

Member Function Documentation

virtual PndSdsHit PndSdsPixelBackMapping::GetCluster ( std::vector< PndSdsDigiPixel pixelArray)
pure virtual
PndSdsPixelBackMapping& PndSdsPixelBackMapping::operator= ( PndSdsPixelBackMapping other)
inline

Definition at line 19 of file PndSdsPixelBackMapping.h.

References fDigiArray, fGeoH, and fVerbose.

20  {
21  fDigiArray=other.fDigiArray;
22  fGeoH=other.fGeoH;
23  fVerbose=other.fVerbose;
24  return *this;
25  };
std::vector< PndSdsDigiPixel > fDigiArray
void PndSdsPixelBackMapping::SetVerbose ( Int_t  level)
inline

Definition at line 28 of file PndSdsPixelBackMapping.h.

References fVerbose.

Referenced by PndSdsIdealClusterTask::Init().

28 {fVerbose = level;};

Member Data Documentation

std::vector<PndSdsDigiPixel> PndSdsPixelBackMapping::fDigiArray
PndGeoHandling* PndSdsPixelBackMapping::fGeoH
Int_t PndSdsPixelBackMapping::fVerbose

The documentation for this class was generated from the following files: