PandaRoot
PndMQSdsChargeWeightedPixelMapping.h
Go to the documentation of this file.
1 #ifndef PndMQSdsChargeWeightedPixelMapping_H
2 #define PndMQSdsChargeWeightedPixelMapping_H
3 
6 #include "TGeoMatrix.h"
7 #include "TVector3.h"
14 
16  public:
20  PndSdsHit GetCluster(std::vector<PndSdsDigiPixel *> &pixelArray);
21 
22  protected:
24  Double_t flx;
25  Double_t fly;
26  Int_t fcols;
27  Int_t frows;
28 
29  private:
30  TGeoHMatrix GetTransformation(Int_t sensorID);
31  TVector3 GetSensorDimensions(Int_t sensorID);
32 };
33 
34 #endif
PndSdsChargedWeightedPixelMapping: Gets a vector of DigiHits and calculates the cluster center weight...
PndSdsHit GetCluster(std::vector< PndSdsDigiPixel *> &pixelArray)
Main function of class to calculate the PndSdsHit out of the given PndSdsDigis.
Class to access the naming information of the MVD.