diff --git a/NPLib/Detectors/CATS/TCATSPhysics.h b/NPLib/Detectors/CATS/TCATSPhysics.h
index 2e889bbdf19541d82dbebe9ddda0f7afd99d7813..6883cdfb0ef7c35597ff850ba7219f9f03e849ef 100644
--- a/NPLib/Detectors/CATS/TCATSPhysics.h
+++ b/NPLib/Detectors/CATS/TCATSPhysics.h
@@ -205,7 +205,7 @@ class TCATSPhysics : public TObject, public NPL::VDetector, public TCATSPhysicsR
     Double_t Mask1_Z = 0;//!
     Double_t Mask2_Z = 0;//!
 
-    int counter = 0;
+    int counter = 0;//!
     UShort_t StrX;//! 
     UShort_t NX;//! 
     UShort_t CATS_X_Q;//! 
diff --git a/NPLib/Detectors/Exogam/TExogamPhysics.cxx b/NPLib/Detectors/Exogam/TExogamPhysics.cxx
index 880e6e9c397339de9e7f370b919421adffb06a39..fa7ae8ea6998b470afbb03eaf57df92dfe4f7611 100644
--- a/NPLib/Detectors/Exogam/TExogamPhysics.cxx
+++ b/NPLib/Detectors/Exogam/TExogamPhysics.cxx
@@ -54,6 +54,7 @@ ClassImp(TExogamPhysics)
   m_EventData = new TExogamData;
   TSEvent = new TimeStamp;
   m_EventPhysics = this;
+  DataIsCal = false;
 }
 
 ///////////////////////////////////////////////////////////////////////////
diff --git a/NPLib/Detectors/Exogam/TExogamPhysics.h b/NPLib/Detectors/Exogam/TExogamPhysics.h
index 029bb6c69bd9152cdbd4f71f63633b262295c20f..e62b50316290f8bfec135a7d53efb5287dc73287 100644
--- a/NPLib/Detectors/Exogam/TExogamPhysics.h
+++ b/NPLib/Detectors/Exogam/TExogamPhysics.h
@@ -209,9 +209,9 @@ class TExogamPhysics : public TObject, public NPL::VDetector, public TExogamPhys
     void WriteHistogramsE(); //!
 
     // Setting TS Reference
-    void SetRefTS(std::string TSRef_Name, unsigned long long TSRef);
+    void SetRefTS(std::string TSRef_Name, unsigned long long TSRef);//!
 
-    void ReadConfigurationTS(); 
+    void ReadConfigurationTS();//! 
   
   private:
     void ClaimReaderData(); //!
@@ -298,7 +298,7 @@ class TExogamPhysics : public TObject, public NPL::VDetector, public TExogamPhys
   unsigned int FitPolOrder;//!
   
 #if CUBIX
-  CXRecalEnergy* CubixEnergyCal = new CXRecalEnergy();
+  CXRecalEnergy* CubixEnergyCal = new CXRecalEnergy();//!
 #endif
 
   private: // Spectra Class   
@@ -317,7 +317,7 @@ class TExogamPhysics : public TObject, public NPL::VDetector, public TExogamPhys
     unsigned long long RefTS = 0;//!
   
   private:
-    bool DataIsCal = false;
+    bool DataIsCal;//!
      
      ClassDef(TExogamPhysics,1)  // ExogamPhysics structure
     };