Changeset 2162 for trunk/MagicSoft


Ignore:
Timestamp:
06/05/03 19:27:11 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2161 r2162  
    11                                                 -*-*- END OF LINE -*-*-
     2
     3 2003/06/05: Abelardo Moralejo
     4
     5   * mhist/MHTrigLvl0.[h,cc]:
     6     - added. This is intended to find "hot" pixels firing too often
     7       or pixels firing too rarely. Very preliminar!
     8
     9   * macros/pixfirerate.C:
     10     - added. An example on
     11
     12   * mhist/Makefile, HistLinkDef.h :
     13     added new class.
    214
    315 2003/06/05: Thomas Bretz
  • trunk/MagicSoft/Mars/mhist/HistLinkDef.h

    r2157 r2162  
    4141
    4242#pragma link C++ class MHCompProb+;
    43 #pragma link C++ class MHHadronness+;                                         
     43#pragma link C++ class MHHadronness+;   
     44#pragma link C++ class MHTrigLvl0+;                               
    4445
    4546#endif
  • trunk/MagicSoft/Mars/mhist/Makefile

    r2157 r2162  
    5858           MHSigmaPixel.cc \
    5959           MHSigmabarTheta.cc \
    60            MHSigmaTheta.cc
     60           MHSigmaTheta.cc \
     61           MHTrigLvl0.cc
    6162
    6263SRCS    = $(SRCFILES)
Note: See TracChangeset for help on using the changeset viewer.