/search.css" rel="stylesheet" type="text/css"/> /search.js">
00001 00013 #ifndef HYBRIDEXECUTIONINCIDENT_H 00014 #define HYBRIDEXECUTIONINCIDENT_H 00015 00016 #include "GaudiKernel/Incident.h" 00017 00018 class HybridExecutionIncident : public Incident 00019 { 00020 public: 00021 00022 HybridExecutionIncident(int branch, 00023 const std::string& src, 00024 const std::string& typ = "HybridExecutionIncident"); 00025 HybridExecutionIncident(const std::string& src, 00026 const std::string& typ = "HybridExecutionIncident"); 00027 virtual ~HybridExecutionIncident(); 00028 00030 int branch() const; 00031 00032 void setBranch(int br); 00033 00034 private: 00035 00036 int m_branch; 00037 }; 00038 00039 00040 #endif // HYBRIDEXECUTIONINCIDENT_H