if(m_config->isMC()){// MC calibration and sequence
if(m_config->isAFII()){// AFII calibrations, if supported
if(m_config->jetCalibSequence()=="JMS"){
if(m_config->allowSmallRJMSforAFII()){
ATH_MSG_WARNING("You enabled support for JMS calibration on AFII samples for small-R jets! NOTE that if you want to use this in an analysis, you must get back to JetEtMiss to demonstrate that AFII use is justifiable in your analysis.");
}else{
ATH_MSG_ERROR("The JMS calibration for small-R jets is not supported for AFII samples! If you want to use this in an analysis, you must get back to JetEtMiss to demonstrate that AFII use is justifiable in your analysis. Set config option AllowJMSforAFII to True if you insist on running JMS on AFII.");
"All (inc. data smearing), All_PseudoData (use MC as pseudo-data), Full (inc. data smearing), Full_PseudoData (use MC as pseudo-data) or Simple (MC only - default)",
"Simple");
registerParameter("JetCalibSequence","Jet calibaration sequence, GSC (default) or JMS","GSC");