File indexing completed on 2025-04-19 09:10:14
0001 #ifndef SHERPA_SoftPhysics_Colour_Reconnection_Handler_H
0002 #define SHERPA_SoftPhysics_Colour_Reconnection_Handler_H
0003
0004 #include "RECONNECTIONS/Main/Reconnection_Handler.H"
0005 #include "ATOOLS/Org/Return_Value.H"
0006
0007 namespace SHERPA {
0008 class Colour_Reconnection_Handler {
0009 private:
0010 bool m_on;
0011 RECONNECTIONS::Reconnection_Handler * p_reconnections;
0012 ATOOLS::Blob * p_blob;
0013 public :
0014 Colour_Reconnection_Handler();
0015 ~Colour_Reconnection_Handler();
0016 ATOOLS::Return_Value::code operator()(ATOOLS::Blob_List *const);
0017 void CleanUp(const size_t & mode=0);
0018 void Output();
0019 };
0020 }
0021
0022 #endif