Changeset 5121


Ignore:
Timestamp:
09/23/04 13:04:54 (20 years ago)
Author:
stamerra
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mtemp/mpisa/Changelog_pisa

    r4972 r5121  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21 2004/09/23: Nicola Galante
     22
     23   * mpisa/classes/mispointing
     24     - Aggiunte le seguenti classi:MFindStars.cc          MStarLocalCam.cc      MVPPlotter.cc
     25                                   MFindStars.h           MStarLocalCam.h       MVPPlotter.h
     26                                   MHTelAxisFromStars.cc  MStarLocalPos.cc      MVPTime.cc
     27                                   MHTelAxisFromStars.h   MStarLocalPos.h       MVPTime.h
     28                                   MSkyCamTrans.cc        MTelAxisFromStars.cc
     29                                   MSkyCamTrans.h         MTelAxisFromStars.h
     30                                   MSourceDirections.cc   MVPObject.cc
     31                                   MSourceDirections.h    MVPObject.h
     32       Le seguenti modifiche sono state effettuate:
     33       1) the names
     34        of the branches inside classes MSourceDirections.cc and MFindStars.cc were
     35        defined without the final dot (i.e. "MMcConfigRunHeader" instead of
     36        "MMcConfigRunHeader.", for example), so that the Get...() methods returned
     37        null pointers.
     38
     39       2) First of all I realized that the Process of MTelAxisFromStars was skipped
     40        because no stars were found in the MStarCam *fStarCam container. After
     41        several attempts I found that the problem was solved by changing
     42
     43        tlist.AddToList(&findstars, "Currents");
     44
     45        with
     46
     47        tlist.AddToList(&findstars);
     48
     49        3) I inform you also that I use two MReadReport objects, one
     50        for the DC currents and one for the Drive reports file, and then
     51        add the two MReadReport objects to the tasklist, because I had some
     52        problems in making ROOT accepting to read different trees in different
     53        files added to the same object, as done in the original macro (this could
     54        be related to the problem I encoured in adding the MFindStar to the
     55        tasklist).
     56
     57
     58     - aggiunta la macro macros/findTelAxisFromStars.C
     59
     60
    2061 2004/09/13: Antonio Stamerra
    2162
Note: See TracChangeset for help on using the changeset viewer.