Skip to content
Snippets Groups Projects
LoadEventPreNexus.cpp 34.4 KiB
Newer Older
      this->proton_charge.push_back(temp);
      if (temp < 0.)
        this->g_log.warning("Individual proton charge < 0 being ignored");
      else
        this->proton_charge_tot += temp;
    }
  this->proton_charge_tot = this->proton_charge_tot * CURRENT_CONVERSION;
Nick Draper's avatar
Nick Draper committed
}

} // namespace DataHandling
} // namespace Mantid