Index: trunk/MagicSoft/Mars/mhistmc/MHMcTriggerLvl2.h
===================================================================
--- trunk/MagicSoft/Mars/mhistmc/MHMcTriggerLvl2.h	(revision 1999)
+++ trunk/MagicSoft/Mars/mhistmc/MHMcTriggerLvl2.h	(revision 2001)
@@ -12,7 +12,4 @@
 class MHMcTriggerLvl2 : public MH
 {
- public:
- 
-
 private:
 
@@ -24,9 +21,11 @@
     TH1F *fHistSizeBiggerCellNorm;   // Histogram of fSizeBiggerCell normalized on integral of distribution
 
-    TF1* fFNorm;                      // Function used to normalize histograms
+    TF1* fFNorm;                     // Function used to normalize histograms
 
     static Int_t fColorLps;
     static Int_t fColorSbc;
     static Int_t fColorPs;
+
+    TObject *DrawHist(TH1 &hist, TH1 &histNorm, const TString &canvasname, Int_t &colore) const;
     
 public:
@@ -38,10 +37,10 @@
     TH1 *GetHistByName(const TString name);
 
-    TH1F *GetHistfLutPseudoSize() const { return fHistLutPseudoSize; }
-    TH1F *GetHistfLutPseudoSizeNorm() const { return fHistLutPseudoSizeNorm; }
-    TH1F *GetHistfPseudoSize()  const { return fHistPseudoSize; }
-    TH1F *GetHistfPseudoSizeNorm()  const { return fHistPseudoSizeNorm; }
-    TH1F *GetHistfSizeBiggerCell()  const { return fHistSizeBiggerCell; }
-    TH1F *GetHistfSizeBiggerCellNorm()  const { return fHistSizeBiggerCellNorm; }
+    TH1F *GetHistLutPseudoSize() const { return fHistLutPseudoSize; }
+    TH1F *GetHistLutPseudoSizeNorm() const { return fHistLutPseudoSizeNorm; }
+    TH1F *GetHistPseudoSize()  const { return fHistPseudoSize; }
+    TH1F *GetHistPseudoSizeNorm()  const { return fHistPseudoSizeNorm; }
+    TH1F *GetHistSizeBiggerCell()  const { return fHistSizeBiggerCell; }
+    TH1F *GetHistSizeBiggerCellNorm()  const { return fHistSizeBiggerCellNorm; }
 
     void Draw(Option_t *opt=NULL);
@@ -51,9 +50,4 @@
 
     ClassDef(MHMcTriggerLvl2, 1) // Container which holds histograms for the Trigger Level2 image parameters
-
-private:
-
-    TObject *DrawHist(TH1 &hist, TH1 &histNorm, const TString &canvasname, Int_t &colore) const;
-
 };
 
