diff --git a/NPLib/Physics/GEF.cxx b/NPLib/Physics/GEF.cxx
index 341bb9aefbfde9e0b8afdb4aedf33dbe8931bb4e..e4b4ec5ca2b2c1fa40692fbd542159d6e004330b 100644
--- a/NPLib/Physics/GEF.cxx
+++ b/NPLib/Physics/GEF.cxx
@@ -1,3 +1,22 @@
+/***********************************************************************
+*                                                                      *
+* Original Author    : Diego Ramos      -> diego.ramos@ganil.fr        *
+* Adapted for NPTool : Pierre Morfouace -> pierre.morfouace2@cea.fr    *
+* Creation Date      : 25/09/2020                                      *
+*                                                                      *
+*----------------------------------------------------------------------*
+*                                                                      *
+* Description:                                                         *
+* This class generates fission fragments based on a simplified         *
+* model of the GEF code.                                               *
+* This is not the full GEF code. User should use it with caution.      *
+*                                                                      *
+*----------------------------------------------------------------------*
+* Comment:                                                             *
+*                                                                      *
+*                                                                      *
+************************************************************************/
+
 #include "GEF.h"
 
 GEF::GEF(NPL::Particle FissNucl)