Variables | |
const std::string | BeginEvent = "BeginEvent" |
Processing of a new event has started. | |
const std::string | EndEvent = "EndEvent" |
Processing of the last event has finished. | |
const std::string | BeginRun = "BeginRun" |
Processing of a new run has started. | |
const std::string | EndRun = "EndRun" |
Processing of the last run has finished. | |
const std::string | EndStream = "EndStream" |
Processing of the stream has finished. | |
const std::string | AbortEvent = "AbortEvent" |
Stop processing the current event and pass to te next one. |
const std::string IncidentType::BeginEvent = "BeginEvent" |
const std::string IncidentType::EndEvent = "EndEvent" |
const std::string IncidentType::BeginRun = "BeginRun" |
const std::string IncidentType::EndRun = "EndRun" |
const std::string IncidentType::EndStream = "EndStream" |
const std::string IncidentType::AbortEvent = "AbortEvent" |
Stop processing the current event and pass to te next one.
Definition at line 63 of file Incident.h.