LauScfMap.hh
Go to the documentation of this file.
99 // Making these two methods private and not implementing them prevents objects of this class from being copied
TH2 * trueHist(Int_t trueBin) Retrieve the migration histogram for trueBin. Definition: LauScfMap.cc:176 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:114 const std::vector< Int_t > * trueBins(Int_t recoBin) const Find which true bins contribute to the given reco bin. Definition: LauScfMap.cc:155 void setHistos(const std::vector< const TH2 * > &histos) Construct the smearing matrix from the supplied histograms. Definition: LauScfMap.cc:47 Int_t binNumber(Double_t xCoord, Double_t yCoord) const Find the global bin number for the given co-ordinates. Definition: LauScfMap.cc:144 Class for representing the 4D smearing matrix for mis-reconstructed signal (self cross feed) ... Definition: LauScfMap.hh:29 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:109 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:165 Generated by 1.8.5 |