Ignore:
Timestamp:
07/20/04 12:11:32 (20 years ago)
Author:
jlopez
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mtemp/mifae
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mtemp/mifae/Changelog

    r4397 r4409  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21  2004/07/20  Javier Lopez
     22    * library/MLiveTime.[h,cc]
     23      - Containers to hold the live time. It has the option to
     24      have several time bins.
     25    * library/MLiveTimeCalc.[h,cc]
     26      - Task to compute the live time from the data.
     27    * macros/runlivetime.C
     28      - Macro to use the MLiveTime+ stuff.
    2029
    2130  2004/07/15  Javier Lopez
  • trunk/MagicSoft/Mars/mtemp/mifae/library/IFAELinkDef.h

    r4355 r4409  
    2222#pragma link C++ class MDisp+;
    2323#pragma link C++ class MDispCalc+;
     24#pragma link C++ class MSrcPosFromStars+;
     25#pragma link C++ class MLiveTime+;
     26#pragma link C++ class MLiveTimeCalc+;
    2427
    2528#endif
  • trunk/MagicSoft/Mars/mtemp/mifae/library/MFHVNotNominal.h

    r3977 r4409  
    5151    Float_t GetfMaxHVDeviation() const          { return fMaxHVDeviation; }
    5252    Float_t GetfMaxNumPixelsDeviated() const    { return fMaxNumPixelsDeviated; }
    53 
     53    TArrayD GetHVNominal() const { return fHVNominal; }
     54   
    5455    ClassDef(MFHVNotNominal, 0)   // Filter to filter the events with HV out of nominal values
    5556};
  • trunk/MagicSoft/Mars/mtemp/mifae/library/Makefile

    r4355 r4409  
    6565        MDisp.cc \
    6666        MDispCalc.cc \
    67         MControlPlots.cc
     67        MControlPlots.cc \
     68        MSrcPosFromStars.c \
     69        MLiveTime.cc \
     70        MLiveTimeCalc.cc
    6871       
    6972
Note: See TracChangeset for help on using the changeset viewer.