PandaRoot
PndMQMvdChargeWeightedPixelMapping.h
Go to the documentation of this file.
1 #ifndef PndMQMvdChargeWeightedPixelMapping_H
2 #define PndMQMvdChargeWeightedPixelMapping_H
3 
5 #include "PndSdsPixelDigiPar.h"
6 #include "PndSdsTotDigiPar.h"
7 
12 
14  public:
15  PndMQMvdChargeWeightedPixelMapping(Int_t verbose = 0);
16  PndMQMvdChargeWeightedPixelMapping(PndGeoHandling *geo, Int_t verbose = 0);
18 
19  virtual void SetDigiPar(PndSdsPixelDigiPar *par) { fDigiPar = par; }
20  virtual void SetTotPar(PndSdsTotDigiPar *par) { fTotDigiPar = par; }
21 
22  void SetChargeConverter();
25 };
26 
27 #endif
PndMQMvdChargeWeightedPixelMapping(Int_t verbose=0)
PndSdsChargedWeightedPixelMapping: Gets a vector of DigiHits and calculates the cluster center weight...
Charge Digitization Parameter Class for SDS.
virtual void SetTotPar(PndSdsTotDigiPar *par)
Class to access the naming information of the MVD.
PndSdsChargedWeightedPixelMapping: Gets a vector of DigiHits and calculates the cluster center weight...
virtual void SetDigiPar(PndSdsPixelDigiPar *par)
Digitization Parameter Class for SDS-Pixel part.