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

#include <PndMQSdsPixelBackMapping.h>

Inheritance diagram for PndMQSdsPixelBackMapping:
PndMQSdsChargeWeightedPixelMapping PndMQMvdChargeWeightedPixelMapping

Public Member Functions

 PndMQSdsPixelBackMapping ()
 
 PndMQSdsPixelBackMapping (PndGeoHandling *geo)
 
virtual ~PndMQSdsPixelBackMapping ()
 
void SetVerbose (Int_t level)
 
virtual PndSdsHit GetCluster (std::vector< PndSdsDigiPixel * > &pixelArray)=0
 
virtual void SetGeoHandling (PndGeoHandling *geo)
 

Public Attributes

PndGeoHandlingfGeoH
 
Int_t fVerbose
 

Detailed Description

Definition at line 9 of file PndMQSdsPixelBackMapping.h.

Constructor & Destructor Documentation

PndMQSdsPixelBackMapping::PndMQSdsPixelBackMapping ( )

Definition at line 4 of file PndMQSdsPixelBackMapping.cxx.

References fGeoH, fVerbose, and PndGeoHandling::Instance().

5 {
7  fVerbose = 0;
8 }
static PndGeoHandling * Instance()
PndMQSdsPixelBackMapping::PndMQSdsPixelBackMapping ( PndGeoHandling geo)

Definition at line 10 of file PndMQSdsPixelBackMapping.cxx.

References fGeoH, and fVerbose.

11 {
12  fGeoH = geo;
13  fVerbose = 0;
14 }
PndMQSdsPixelBackMapping::~PndMQSdsPixelBackMapping ( )
virtual

Definition at line 16 of file PndMQSdsPixelBackMapping.cxx.

17 {
18 }

Member Function Documentation

virtual PndSdsHit PndMQSdsPixelBackMapping::GetCluster ( std::vector< PndSdsDigiPixel * > &  pixelArray)
pure virtual
virtual void PndMQSdsPixelBackMapping::SetGeoHandling ( PndGeoHandling geo)
inlinevirtual

Definition at line 19 of file PndMQSdsPixelBackMapping.h.

References fGeoH.

Referenced by PndMQMvdPixelDigiProcessorBursts::SetParameters().

19 {fGeoH = geo;}
void PndMQSdsPixelBackMapping::SetVerbose ( Int_t  level)
inline

Definition at line 16 of file PndMQSdsPixelBackMapping.h.

References fVerbose.

Member Data Documentation

PndGeoHandling* PndMQSdsPixelBackMapping::fGeoH
Int_t PndMQSdsPixelBackMapping::fVerbose

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