Changeset 1632 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
11/18/02 11:18:47 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r1630 r1632  
    3535   * manalysis/MPedestalCalc.[h,cc]:
    3636     - added (not yet to LinkDef.h and Makefile)
     37
     38   * mgeom/MGeomMirror.[h,cc], mgeom/MGeomPMT.[h,cc],
     39     mmc/MMcConfigRunHeader.[h,cc], mmc/MMcCorsikaRunHeader.[h,cc]:
     40     - changed comments
    3741
    3842
  • trunk/MagicSoft/Mars/NEWS

    r1612 r1632  
    11                                                               -*-*- END -*-*-
    22
    3  *** Version 0.8
     3 *** Version 0.8 (2002/11/18)
    44
    55   - added all subdirectories as Include-Paths for ACLIC (s. rootlogon.C)
     
    1515   - changed trigrate.C: now it calculates the pure NSB triggers from
    1616     a camera file (generated with no showers), so there is no need
    17      to introduce them by hand in the BgR array.
     17     to introduce them by hand in the BgR array (for more details
     18     please ask Abelardo)
    1819
    1920   - added MHHadroness (and MHadroness) as a general facility to evaluate
     
    3435
    3536   - implemented the Multidimensional Distances (Next Neighbours)
    36      (MMultiDimDistCalc, multidimdist.C, MHMatrix)
     37     (MMultiDimDistCalc, multidimdist.C, multidimdist2.C, MHMatrix)
    3738
    3839   - Added a camera display displaying the pixel numbers to the
     
    8990   - Fixed the error calculation of MHMCollectionArea and MHMcIntRate
    9091     (thanks to Raquel)
     92
     93   - added the first energy estimator (MEnergyEstParam, estimate.C,
     94     estfit.C) using a parametrization
     95
     96   - Added some new Monte Carlo paremeter containers used to store
     97     setup information from the MC chain (MMcConfigRunHeader,
     98     MMcCorsikaRunHeader, MGeomPMT, MGeomMirror)
    9199
    92100
  • trunk/MagicSoft/Mars/mgeom/MGeomMirror.cc

    r1604 r1632  
    2323\* ======================================================================== */
    2424
    25 ///////////////////////////////////////////////////////////////////////
     25/////////////////////////////////////////////////////////////////////////////
    2626//
    2727// MGeomMirror
     
    2929// This is the base class of the Mirror geometry.
    3030//
    31 ///////////////////////////////////////////////////////////////////////
     31/////////////////////////////////////////////////////////////////////////////
    3232
    3333#include "MGeomMirror.h"
     
    7171// --------------------------------------------------------------------------
    7272//
    73 // DESCRIPTION MISSING
     73// DESCRIPTION MISSING: Please contact Oscar
    7474//
    7575void MGeomMirror::SetMirrorContent(Int_t mir, Float_t focal, Float_t curv_x,
  • trunk/MagicSoft/Mars/mgeom/MGeomMirror.h

    r1600 r1632  
    4242                           Float_t dev_x, Float_t dev_y);
    4343
    44     ClassDef(MGeomMirror, 1)  // class containing information about the Cerenkov Photons in a pixel
     44    ClassDef(MGeomMirror, 1)  // geometry class describing one mirror
    4545};
    4646
  • trunk/MagicSoft/Mars/mgeom/MGeomPMT.cc

    r1605 r1632  
    2323\* ======================================================================== */
    2424
    25 ///////////////////////////////////////////////////////////////////////
     25/////////////////////////////////////////////////////////////////////////////
    2626//
    2727// MGeomPMT
     
    2929// This is the base class of the PMT characteristics.
    3030//
    31 ///////////////////////////////////////////////////////////////////////
     31////////////////////////////////////////////////////////////////////////////
    3232#include "MGeomPMT.h"
    3333
     
    5050// --------------------------------------------------------------------------
    5151//
    52 // DESCRIPTION MISSING
     52// DESCRIPTION MISSING Please contact Oscar
    5353//
    5454void MGeomPMT::SetPMTContent(Int_t pmt, const TArrayF &wav, const TArrayF &qe)
Note: See TracChangeset for help on using the changeset viewer.