26 LOG(INFO) <<
"Conversion Method: " << *
fDigiPar;
27 LOG(INFO) <<
"Tot Info: " << *
fTotPar;
54 gapData.insert(gapData.end(), lastData.begin(), lastData.end());
59 std::vector<std::vector<FairTimeStamp*> > hitsInGaps;
60 for (
auto gapIter : gapData){
61 std::vector<PndSdsDigiPixel*> digiPixel;
62 std::vector<FairTimeStamp*>
hits;
63 if (gapIter.size() > 0){
65 for (
auto dataIter : gapIter){
71 for (
auto clusterIter : clusterInts)
74 std::vector<PndSdsDigiPixel*> digiInCluster;
75 for (
auto digiInClusterItr : clusterIter){
76 int pos = digiInClusterItr;
77 digiInCluster.push_back(digiPixel[pos]);
80 if (digiInCluster.size() > 0){
86 digiInCluster.clear();
90 hitsInGaps.push_back(hits);
void FillData(std::vector< PndSdsDigiTopix4 > data)
void SetSensorNamePar(PndSensorNamePar *par)
virtual void SetGeoHandling(PndGeoHandling *geo)
PndGeoHandling * fGeoHandler
PndMQMvdChargeWeightedPixelMapping * fPixelMapping
virtual void ProcessData()
Charge Digitization Parameter Class for SDS.
PndSdsHit GetCluster(std::vector< PndSdsDigiPixel * > &pixelArray)
Main function of class to calculate the PndSdsHit out of the given PndSdsDigis.
PndSensorNamePar * fSensorPar
virtual void SetTotPar(PndSdsTotDigiPar *par)
Class to access the naming information of the MVD.
std::vector< std::vector< PndSdsDigiTopix4 > > GetLastData()
std::vector< std::vector< Int_t > > GetClusters(std::vector< PndSdsDigiPixel * > &hits)
PndSdsChargedWeightedPixelMapping: Gets a vector of DigiHits and calculates the cluster center weight...
std::vector< std::vector< PndSdsDigiTopix4 > > GetSeparatedData()
virtual void SetParameters()
PndSdsPixelDigiPar * fDigiPar
PndMvdPixelClusterFinder fClusterFinder
virtual void AddElements(std::vector< FairTimeStamp * > dataArray)
std::vector< std::vector< FairTimeStamp * > > fData
PndSdsTotDigiPar * fTotPar
virtual void WriteOutAll()
virtual std::vector< FairTimeStamp * > GetOutputData()
Data class to store the digi output of a pixel module.
virtual void SetDigiPar(PndSdsPixelDigiPar *par)
PndMQGapEventBuilder fEventBuilder
Unique match between SensorID and path in TGeoManager.
Digitization Parameter Class for SDS-Pixel part.