Changeset 4096 for trunk


Ignore:
Timestamp:
05/18/04 12:39:53 (20 years ago)
Author:
commichau
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mtemp
Files:
5 edited

Legend:

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

    r4095 r4096  
    1919                                                 -*-*- END OF LINE -*-*-
    2020
    21 2004/05/18: Sebastian Commichau
     21 2004/05/18: Sebastian Commichau
    2222   * meth/MHillasSrc.cc/h
    2323     - Added. This is a modified version, containing now
  • trunk/MagicSoft/Mars/mtemp/meth/MDCA.cc

    r4095 r4096  
    11
    2 /////////////////////////////////////////////////////////////////////////////
    3 //                                                                         //
    4 // MDCA.cc                                                                 //
    5 // Container to store Hillas parameters and DCA stuff                      //
    6 //                                                                         //
    7 // Author(s): S.C. Commichau, L.S. Stark, 7/2003                           //
    8 //                                                                         //
    9 /////////////////////////////////////////////////////////////////////////////
     2
     3/* ======================================================================== *\
     4!
     5! *
     6! * This file is part of MARS, the MAGIC Analysis and Reconstruction
     7! * Software. It is distributed to you in the hope that it can be a useful
     8! * and timesaving tool in analysing Data of imaging Cerenkov telescopes.
     9! * It is distributed WITHOUT ANY WARRANTY.
     10! *
     11! * Permission to use, copy, modify and distribute this software and its
     12! * documentation for any purpose is hereby granted without fee,
     13! * provided that the above copyright notice appear in all copies and
     14! * that both that copyright notice and this permission notice appear
     15! * in supporting documentation. It is provided "as is" without express
     16! * or implied warranty.
     17! *
     18!
     19!
     20!   Author(s): Sebastian Commichau 05/2004 <mailto:commichau@particle.phys.ethz.ch>
     21!   Author(s): Sabrina Stark       05/2004 <mailto:lstark@particle.phys.ethz.ch>
     22!
     23!   Copyright: MAGIC Software Development, 2000-2004
     24!
     25!
     26\* ======================================================================== */
     27
     28// Container to store the DCA stuff - it offers a nice draw option...                   
     29
    1030
    1131#include "MDCA.h"
  • trunk/MagicSoft/Mars/mtemp/meth/MDCA.h

    r4095 r4096  
    22#define MARS_MDCA
    33
    4 /////////////////////////////////////////////////////////////////////////////
    5 //                                                                         //
    6 // MDCA.cc                                                                 //
    7 // Container to store the DCA stuff                                        //
    8 //                                                                         //
    9 // Author(s): S.C. Commichau, L.S. Stark, 7/2003                           //
    10 //                                                                         //
    11 //                                                                         //
    12 /////////////////////////////////////////////////////////////////////////////
    134
    145#include <TArrayF.h>
  • trunk/MagicSoft/Mars/mtemp/meth/MDCACalc.cc

    r4095 r4096  
    11
    2 /////////////////////////////////////////////////////////////////////////////
    3 //                                                                         //
    4 // MDCACalc.cc                                                             //
    5 //                                                                         //
    6 // Author(s): S.C. Commichau, L.S. Stark, 7/2003                           //
    7 //                                                                         //
    8 /////////////////////////////////////////////////////////////////////////////
     2
     3/* ======================================================================== *\
     4!
     5! *
     6! * This file is part of MARS, the MAGIC Analysis and Reconstruction
     7! * Software. It is distributed to you in the hope that it can be a useful
     8! * and timesaving tool in analysing Data of imaging Cerenkov telescopes.
     9! * It is distributed WITHOUT ANY WARRANTY.
     10! *
     11! * Permission to use, copy, modify and distribute this software and its
     12! * documentation for any purpose is hereby granted without fee,
     13! * provided that the above copyright notice appear in all copies and
     14! * that both that copyright notice and this permission notice appear
     15! * in supporting documentation. It is provided "as is" without express
     16! * or implied warranty.
     17! *
     18!
     19!
     20!   Author(s): Sebastian Commichau 05/2004 <mailto:commichau@particle.phys.ethz.ch>
     21!   Author(s): Sabrina Stark       05/2004 <mailto:lstark@particle.phys.ethz.ch>
     22!
     23!   Copyright: MAGIC Software Development, 2000-2004
     24!
     25!
     26\* ======================================================================== */
     27
     28
     29//Task to calculate the DCA parameter
     30
    931
    1032#include "MDCACalc.h"
  • trunk/MagicSoft/Mars/mtemp/meth/MDCACalc.h

    r4095 r4096  
    22#ifndef MARS_MDCACalc
    33#define MARS_MDCACalc
    4 
    5 /////////////////////////////////////////////////////////////////////////////
    6 //                                                                         //
    7 // MDCACalc.h                                                              //
    8 //                                                                         //
    9 // Author(s): S.C. Commichau, L.S.Stark, 7/2003                            //
    10 //                                                                         //
    11 //                                                                         //
    12 /////////////////////////////////////////////////////////////////////////////
    134
    145#include "MTask.h"
Note: See TracChangeset for help on using the changeset viewer.