LauScfMap Class Reference Class for representing the 4D smearing matrix for mis-reconstructed signal (self cross feed) More...
Detailed DescriptionClass for representing the 4D smearing matrix for mis-reconstructed signal (self cross feed) The smearing matrix is formed from a 2D array of 2D histograms Definition at line 43 of file LauScfMap.hh. Constructor & Destructor Documentation
Constructor. Definition at line 47 of file LauScfMap.cc.
Destructor. Definition at line 54 of file LauScfMap.cc.
Copy constructor (not implemented) Member Function Documentation
Find the global bin number for the given co-ordinates.
Definition at line 158 of file LauScfMap.cc.
Create lists of the co-ordinates of the centres of true bins.
Definition at line 128 of file LauScfMap.cc. Copy assignment operator (not implemented)
Probability of a true event in the given true bin migrating to the reco bin.
Definition at line 179 of file LauScfMap.cc.
Construct the smearing matrix from the supplied histograms. The histograms should give the migration probabilities from a given true bin to a given reco bin. These can be constructed as follows: All histograms should be identically binned.
Definition at line 61 of file LauScfMap.cc.
Find which true bins contribute to the given reco bin.
Definition at line 169 of file LauScfMap.cc.
Retrieve the migration histogram for trueBin.
Definition at line 190 of file LauScfMap.cc. Member Data Documentation
Map that links each reco global bin number and the vector of true bin indices into LauScfMap::histos_. Definition at line 123 of file LauScfMap.hh.
The vector of two-dimensional histograms. Definition at line 120 of file LauScfMap.hh.
Number of bins in the x-axis. Definition at line 126 of file LauScfMap.hh.
Number of bins in the y-axis. Definition at line 128 of file LauScfMap.hh.
Number of bins in a 2D histogram (nBinsX_*nBinsY_) Definition at line 130 of file LauScfMap.hh. The documentation for this class was generated from the following files:
Generated by 1.8.5 |