1 #ifndef __BCSUMMARYTOOL__H
2 #define __BCSUMMARYTOOL__H
60 {
return fPriorModel; }
131 static unsigned int getNextIndex()
132 {
return ++fHCounter; }
135 static unsigned int fHCounter;
143 std::vector<std::string> fParName;
147 std::vector<double> fParMin;
151 std::vector<double> fParMax;
156 std::vector<double> fCorrCoeff;
161 std::vector<double> fMargMode;
166 std::vector<double> fMean;
171 std::vector<double> fGlobalMode;
177 std::vector<double> fQuantiles;
184 std::vector<double> fSmallInt;
189 std::vector<double> fRMS;
193 std::vector<double> fSumProb;
A helper class for the BCSummaryTool.
The base class for all user-defined models.