Index: trunk/MagicSoft/Mars/mtemp/mpisa/Changelog_pisa
===================================================================
--- trunk/MagicSoft/Mars/mtemp/mpisa/Changelog_pisa	(revision 5120)
+++ trunk/MagicSoft/Mars/mtemp/mpisa/Changelog_pisa	(revision 5121)
@@ -18,4 +18,45 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+ 2004/09/23: Nicola Galante
+
+   * mpisa/classes/mispointing
+     - Aggiunte le seguenti classi:MFindStars.cc          MStarLocalCam.cc      MVPPlotter.cc
+                                   MFindStars.h           MStarLocalCam.h       MVPPlotter.h
+                                   MHTelAxisFromStars.cc  MStarLocalPos.cc      MVPTime.cc
+                                   MHTelAxisFromStars.h   MStarLocalPos.h       MVPTime.h
+                                   MSkyCamTrans.cc        MTelAxisFromStars.cc
+                                   MSkyCamTrans.h         MTelAxisFromStars.h 
+                                   MSourceDirections.cc   MVPObject.cc
+                                   MSourceDirections.h    MVPObject.h
+       Le seguenti modifiche sono state effettuate: 
+       1) the names 
+	of the branches inside classes MSourceDirections.cc and MFindStars.cc were 
+	defined without the final dot (i.e. "MMcConfigRunHeader" instead of 
+	"MMcConfigRunHeader.", for example), so that the Get...() methods returned 
+	null pointers.
+
+       2) First of all I realized that the Process of MTelAxisFromStars was skipped 
+	because no stars were found in the MStarCam *fStarCam container. After 
+	several attempts I found that the problem was solved by changing
+
+	tlist.AddToList(&findstars, "Currents");
+
+	with
+
+	tlist.AddToList(&findstars);
+
+	3) I inform you also that I use two MReadReport objects, one 
+	for the DC currents and one for the Drive reports file, and then 
+	add the two MReadReport objects to the tasklist, because I had some 
+	problems in making ROOT accepting to read different trees in different 
+	files added to the same object, as done in the original macro (this could 
+	be related to the problem I encoured in adding the MFindStar to the 
+	tasklist).
+
+
+     - aggiunta la macro macros/findTelAxisFromStars.C
+
+
  2004/09/13: Antonio Stamerra
 
