31     unsigned int n_erased = 0;
 
   41       std::cout<<
"INFO(CalibrationExtraInfo): Erased more than one entry with label "<<label<<
".  Recommend that you do not use identical labels"<<std::endl;
 
   59     throw IOVDataError(
"CalibrationExtraInfo: Could not find extra bool data "+label+
" for calibration "+
fName);
 
   68     throw IOVDataError(
"CalibrationExtraInfo: Could not find extra int data "+label+
" for calibration "+
fName);
 
   77     throw IOVDataError(
"CalibrationExtraInfo: Could not find extra vector int data "+label+
" for calibration "+
fName);
 
   86     throw IOVDataError(
"CalibrationExtraInfo: Could not find extra float data "+label+
" for calibration "+
fName);
 
   95     throw IOVDataError(
"CalibrationExtraInfo: Could not find extra vector float data "+label+
" for calibration "+
fName);
 
  104     throw IOVDataError(
"CalibrationExtraInfo: Could not find extra string data "+label+
" for calibration "+
fName);
 
Collection of exception classes for IOVData. 
 
BEGIN_PROLOG could also be cout