26 BankPulseTimes(::NeXus::File &file,
const std::vector<int> &pNumbers);
29 BankPulseTimes(
const std::vector<Mantid::Types::Core::DateAndTime> ×);
32 bool equals(
size_t otherNumPulse,
const std::string &otherStartTime);
38 std::vector<Mantid::Types::Core::DateAndTime>
pulseTimes;
This class defines the pulse times for a specific bank.
static const unsigned int FirstPeriod
Starting number for assigning periods.
std::string startTime
String describing the start time.
std::vector< int > periodNumbers
Vector of period numbers corresponding to each pulse.
bool equals(size_t otherNumPulse, const std::string &otherStartTime)
Equals.
std::vector< Mantid::Types::Core::DateAndTime > pulseTimes
Array of the pulse times.