Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 2918)
+++ trunk/MagicSoft/Mars/Changelog	(revision 2919)
@@ -21,6 +21,5 @@
      - Added method MMcTriggerLvl2::GetMaxCell() const which returns fMaxCell, the cell with
        the maximum fCellPseudoSize.
-     - Re-declared methods MMcTriggerLvl2::CalcCompactPixels(MGeomCam *fCam)
-       and MMcTriggerLvl2::CalcTriggerPattern(MGeomCam *fCam) as private.
+     
 
 
Index: trunk/MagicSoft/Mars/manalysis/MMcTriggerLvl2.h
===================================================================
--- trunk/MagicSoft/Mars/manalysis/MMcTriggerLvl2.h	(revision 2918)
+++ trunk/MagicSoft/Mars/manalysis/MMcTriggerLvl2.h	(revision 2919)
@@ -50,6 +50,5 @@
   MGeomCam *fGeomCam;      
 
-  void CalcCompactPixels(MGeomCam *fCam);
-  void CalcTriggerPattern(MGeomCam *fCam);   
+     
   Int_t CalcBiggerFiredCell();   
   Int_t CalcBiggerLutPseudoSize();   
@@ -81,5 +80,7 @@
                      // cell with maximum number of compact pixels
   Int_t GetCellNumberFired(int cell);   
-  Int_t GetLutCompactPixel(int cell, int lut);   
+  Int_t GetLutCompactPixel(int cell, int lut); 
+  void CalcCompactPixels(MGeomCam *fCam);
+  void CalcTriggerPattern(MGeomCam *fCam);
     
   Int_t GetTriggerPattern() const {return fTriggerPattern;}    
