structure holding statistical information for one detector More...
#include <JanAlignmentAlgorithm.h>
Public Attributes | |
std::vector< TH1D * > | coefHist |
TH1D * | m_dist |
TH1D * | R_dist |
std::vector< TGraph * > | resVsCoef |
std::map< std::set< unsigned int >, ScatterPlot > | resVsCoefRot_perRPSet |
structure holding statistical information for one detector
Definition at line 34 of file JanAlignmentAlgorithm.h.
std::vector<TH1D *> JanAlignmentAlgorithm::DetStat::coefHist |
Definition at line 37 of file JanAlignmentAlgorithm.h.
Referenced by JanAlignmentAlgorithm::begin(), and JanAlignmentAlgorithm::feed().
TH1D* JanAlignmentAlgorithm::DetStat::m_dist |
Definition at line 35 of file JanAlignmentAlgorithm.h.
Referenced by JanAlignmentAlgorithm::begin().
TH1D* JanAlignmentAlgorithm::DetStat::R_dist |
Definition at line 36 of file JanAlignmentAlgorithm.h.
Referenced by JanAlignmentAlgorithm::begin().
std::vector<TGraph *> JanAlignmentAlgorithm::DetStat::resVsCoef |
Definition at line 38 of file JanAlignmentAlgorithm.h.
Referenced by JanAlignmentAlgorithm::begin(), and JanAlignmentAlgorithm::feed().
std::map<std::set<unsigned int>, ScatterPlot> JanAlignmentAlgorithm::DetStat::resVsCoefRot_perRPSet |
Definition at line 39 of file JanAlignmentAlgorithm.h.
Referenced by JanAlignmentAlgorithm::feed().