LauScfMap.hh
Go to the documentation of this file.
TH2 * trueHist(Int_t trueBin) Retrieve the migration histogram for trueBin. Definition: LauScfMap.cc:190 LauScfMap & operator=(const LauScfMap &rhs) Copy assignment operator (not implemented) void listBinCentres(std::vector< Double_t > &xCoords, std::vector< Double_t > &yCoords) const Create lists of the co-ordinates of the centres of true bins. Definition: LauScfMap.cc:128 const std::vector< Int_t > * trueBins(Int_t recoBin) const Find which true bins contribute to the given reco bin. Definition: LauScfMap.cc:169 void setHistos(const std::vector< const TH2 * > &histos) Construct the smearing matrix from the supplied histograms. Definition: LauScfMap.cc:61 Int_t binNumber(Double_t xCoord, Double_t yCoord) const Find the global bin number for the given co-ordinates. Definition: LauScfMap.cc:158 Class for representing the 4D smearing matrix for mis-reconstructed signal (self cross feed) ... Definition: LauScfMap.hh:43 std::map< Int_t, std::vector< Int_t > > contribs_ Map that links each reco global bin number and the vector of true bin indices into LauScfMap::histos_... Definition: LauScfMap.hh:123 Double_t prob(Int_t recoBin, Int_t trueBin) const Probability of a true event in the given true bin migrating to the reco bin. Definition: LauScfMap.cc:179 Generated by 1.8.5 |