VModel.cc
Go to the documentation of this file.
1 #include <sstream>
2 #include <atm/VModel.h>
3 #include <utl/ErrorLogger.h>
4 
5 using namespace std;
6 using namespace atm;
7 using namespace utl;
8 
9 
10 void
11 VModel::SetUncertaintyBound(const double /*nSigma*/)
12  const
13 {
14  ++fNSigmaCounter;
15  if (!(fNSigmaCounter % 100)) {
16  ostringstream err;
17  err << "\n\n\t************************************************************\n"
18  "\t* SetUncertaintyBound() bound called " << fNSigmaCounter
19  << " times without any effect!!\n"
20  "\t* Propagated uncertainties may be underestimated!!! \n"
21  "\t************************************************************\n";
22  ERROR(err);
23  }
24 }
#define ERROR(message)
Macro for logging error messages.
Definition: ErrorLogger.h:165

, generated on Tue Sep 26 2023.