Changeset 1785


Ignore:
Timestamp:
02/22/03 14:44:48 (22 years ago)
Author:
wittek
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r1783 r1785  
    11
    22                                                         -*-*- END -*-*-
     3 2003/02/22: Wolfgang Wittek
     4
     5    * mhist/Makefile
     6      - MHSigmaTheta added
     7
     8    * mhist/HistLinkDef.h
     9      - MHSigmaTheta added
     10
     11    * mhist/MHSigmaTheta.[h,cc]
     12      - type inconsisitency removed
     13
     14
    315 2003/02/21: Abelardo Moralejo
    416
     
    3042    * macros/triglvl2.C
    3143      - Set of fCompactNN added
     44
    3245
    3346
  • trunk/MagicSoft/Mars/mhist/HistLinkDef.h

    r1715 r1785  
    3636#pragma link C++ class MHThetabarTheta+;
    3737#pragma link C++ class MHSigmabarTheta+;
     38#pragma link C++ class MHSigmaTheta+;
    3839#pragma link C++ class MHSigmaPixel+;
    3940
  • trunk/MagicSoft/Mars/mhist/MHSigmaTheta.cc

    r1748 r1785  
    183183
    184184    const UInt_t npix = fEvt->GetNumPixels();
    185     for (Int_t i=0; i<npix; i++)
     185    for (UInt_t i=0; i<npix; i++)
    186186    {
    187187      MCerPhotPix cerpix = fEvt->operator[](i);
  • trunk/MagicSoft/Mars/mhist/Makefile

    r1715 r1785  
    6666           MHFlux.cc \
    6767           MHSigmaPixel.cc \
    68            MHSigmabarTheta.cc
     68           MHSigmabarTheta.cc \
     69           MHSigmaTheta.cc
    6970
    7071SRCS    = $(SRCFILES)
Note: See TracChangeset for help on using the changeset viewer.