33// Throw up on events that are not t-channel single top
34if(sigmaProcessPtr->code() != 603){
35throw std::runtime_error("SingleTopWideEta: Can only be run on qq -> tq (t-channel W) events, code 603. Event had code" + std::to_string(sigmaProcessPtr->code()) + ".");