Index: /trunk/MagicSoft/Mars/mtemp/mifae/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/mtemp/mifae/Changelog	(revision 4408)
+++ /trunk/MagicSoft/Mars/mtemp/mifae/Changelog	(revision 4409)
@@ -18,4 +18,13 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+  2004/07/20  Javier Lopez
+    * library/MLiveTime.[h,cc]
+      - Containers to hold the live time. It has the option to
+      have several time bins.
+    * library/MLiveTimeCalc.[h,cc]
+      - Task to compute the live time from the data. 
+    * macros/runlivetime.C
+      - Macro to use the MLiveTime+ stuff.
 
   2004/07/15  Javier Lopez
Index: /trunk/MagicSoft/Mars/mtemp/mifae/library/IFAELinkDef.h
===================================================================
--- /trunk/MagicSoft/Mars/mtemp/mifae/library/IFAELinkDef.h	(revision 4408)
+++ /trunk/MagicSoft/Mars/mtemp/mifae/library/IFAELinkDef.h	(revision 4409)
@@ -22,4 +22,7 @@
 #pragma link C++ class MDisp+;
 #pragma link C++ class MDispCalc+;
+#pragma link C++ class MSrcPosFromStars+;
+#pragma link C++ class MLiveTime+;
+#pragma link C++ class MLiveTimeCalc+;
 
 #endif
Index: /trunk/MagicSoft/Mars/mtemp/mifae/library/MFHVNotNominal.h
===================================================================
--- /trunk/MagicSoft/Mars/mtemp/mifae/library/MFHVNotNominal.h	(revision 4408)
+++ /trunk/MagicSoft/Mars/mtemp/mifae/library/MFHVNotNominal.h	(revision 4409)
@@ -51,5 +51,6 @@
     Float_t GetfMaxHVDeviation() const          { return fMaxHVDeviation; }
     Float_t GetfMaxNumPixelsDeviated() const    { return fMaxNumPixelsDeviated; }
-
+    TArrayD GetHVNominal() const { return fHVNominal; }
+    
     ClassDef(MFHVNotNominal, 0)   // Filter to filter the events with HV out of nominal values 
 };
Index: /trunk/MagicSoft/Mars/mtemp/mifae/library/Makefile
===================================================================
--- /trunk/MagicSoft/Mars/mtemp/mifae/library/Makefile	(revision 4408)
+++ /trunk/MagicSoft/Mars/mtemp/mifae/library/Makefile	(revision 4409)
@@ -65,5 +65,8 @@
 	MDisp.cc \
 	MDispCalc.cc \
-	MControlPlots.cc
+	MControlPlots.cc \
+        MSrcPosFromStars.c \
+        MLiveTime.cc \
+        MLiveTimeCalc.cc
         
 
