Ignore:
Timestamp:
04/12/01 12:39:01 (24 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/manalysis
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MCT1ReadAscii.cc

    r717 r749  
     1/* ======================================================================== *\
     2!
     3! *
     4! * This file is part of MARS, the MAGIC Analysis and Reconstruction
     5! * Software. It is distributed to you in the hope that it can be a useful
     6! * and timesaving tool in analysing Data of imaging Cerenkov telescopes.
     7! * It is distributed WITHOUT ANY WARRANTY.
     8! *
     9! * Permission to use, copy, modify and distribute this software and its
     10! * documentation for any purpose is hereby granted without fee,
     11! * provided that the above copyright notice appear in all copies and
     12! * that both that copyright notice and this permission notice appear
     13! * in supporting documentation. It is provided "as is" without express
     14! * or implied warranty.
     15! *
     16!
     17!
     18!   Author(s): Harald Kornmayer 1/2001 (harald@mppmu.mpg.de)
     19!   Author(s): Thomas Bretz  12/2000 (tbretz@uni-sw.gwdg.de)
     20!
     21!   Copyright: MAGIC Software Development, 2000-2001
     22!
     23!
     24\* ======================================================================== */
     25
    126/////////////////////////////////////////////////////////////////////////////
    227//                                                                         //
  • trunk/MagicSoft/Mars/manalysis/MCerPhotCalc.cc

    r717 r749  
     1/* ======================================================================== *\
     2!
     3! *
     4! * This file is part of MARS, the MAGIC Analysis and Reconstruction
     5! * Software. It is distributed to you in the hope that it can be a useful
     6! * and timesaving tool in analysing Data of imaging Cerenkov telescopes.
     7! * It is distributed WITHOUT ANY WARRANTY.
     8! *
     9! * Permission to use, copy, modify and distribute this software and its
     10! * documentation for any purpose is hereby granted without fee,
     11! * provided that the above copyright notice appear in all copies and
     12! * that both that copyright notice and this permission notice appear
     13! * in supporting documentation. It is provided "as is" without express
     14! * or implied warranty.
     15! *
     16!
     17!
     18!   Author(s): Thomas Bretz  12/2000 (tbretz@uni-sw.gwdg.de)
     19!
     20!   Copyright: MAGIC Software Development, 2000-2001
     21!
     22!
     23\* ======================================================================== */
     24
    125/////////////////////////////////////////////////////////////////////////////
    226//                                                                         //
  • trunk/MagicSoft/Mars/manalysis/MCerPhotEvt.cc

    r715 r749  
     1/* ======================================================================== *\
     2!
     3! *
     4! * This file is part of MARS, the MAGIC Analysis and Reconstruction
     5! * Software. It is distributed to you in the hope that it can be a useful
     6! * and timesaving tool in analysing Data of imaging Cerenkov telescopes.
     7! * It is distributed WITHOUT ANY WARRANTY.
     8! *
     9! * Permission to use, copy, modify and distribute this software and its
     10! * documentation for any purpose is hereby granted without fee,
     11! * provided that the above copyright notice appear in all copies and
     12! * that both that copyright notice and this permission notice appear
     13! * in supporting documentation. It is provided "as is" without express
     14! * or implied warranty.
     15! *
     16!
     17!
     18!   Author(s): Harald Kornmayer 1/2001 (harald@mppmu.mpg.de)
     19!   Author(s): Thomas Bretz  12/2000 (tbretz@uni-sw.gwdg.de)
     20!
     21!   Copyright: MAGIC Software Development, 2000-2001
     22!
     23!
     24\* ======================================================================== */
     25
    126#include "MCerPhotEvt.h"
    227
  • trunk/MagicSoft/Mars/manalysis/MCerPhotPix.cc

    r654 r749  
     1/* ======================================================================== *\
     2!
     3! *
     4! * This file is part of MARS, the MAGIC Analysis and Reconstruction
     5! * Software. It is distributed to you in the hope that it can be a useful
     6! * and timesaving tool in analysing Data of imaging Cerenkov telescopes.
     7! * It is distributed WITHOUT ANY WARRANTY.
     8! *
     9! * Permission to use, copy, modify and distribute this software and its
     10! * documentation for any purpose is hereby granted without fee,
     11! * provided that the above copyright notice appear in all copies and
     12! * that both that copyright notice and this permission notice appear
     13! * in supporting documentation. It is provided "as is" without express
     14! * or implied warranty.
     15! *
     16!
     17!
     18!   Author(s): Harald Kornmayer 1/2001 (harald@mppmu.mpg.de)
     19!   Author(s): Thomas Bretz  12/2000 (tbretz@uni-sw.gwdg.de)
     20!
     21!   Copyright: MAGIC Software Development, 2000-2001
     22!
     23!
     24\* ======================================================================== */
     25
    126#include "MCerPhotPix.h"
    227
  • trunk/MagicSoft/Mars/manalysis/MHillas.cc

    r716 r749  
     1/* ======================================================================== *\
     2!
     3! *
     4! * This file is part of MARS, the MAGIC Analysis and Reconstruction
     5! * Software. It is distributed to you in the hope that it can be a useful
     6! * and timesaving tool in analysing Data of imaging Cerenkov telescopes.
     7! * It is distributed WITHOUT ANY WARRANTY.
     8! *
     9! * Permission to use, copy, modify and distribute this software and its
     10! * documentation for any purpose is hereby granted without fee,
     11! * provided that the above copyright notice appear in all copies and
     12! * that both that copyright notice and this permission notice appear
     13! * in supporting documentation. It is provided "as is" without express
     14! * or implied warranty.
     15! *
     16!
     17!
     18!   Author(s): Harald Kornmayer 1/2001 (harald@mppmu.mpg.de)
     19!   Author(s): Thomas Bretz  12/2000 (tbretz@uni-sw.gwdg.de)
     20!
     21!   Copyright: MAGIC Software Development, 2000-2001
     22!
     23!
     24\* ======================================================================== */
     25
    126/////////////////////////////////////////////////////////////////////////////
    227//                                                                         //
  • trunk/MagicSoft/Mars/manalysis/MHillas.h

    r703 r749  
    1414{
    1515private:
    16     Float_t fAlpha;     // Angle between the length axis of the ellipse and the camera center
    17     Float_t fTheta;     // Angle between the x axis and the center of the ellipse
     16    Float_t fAlpha;     // [deg] Angle between the length axis of the ellipse and the camera center
     17    Float_t fTheta;     // [rad] Angle between the x axis and the center of the ellipse
    1818    Float_t fWidth;     // Width of the ellipse
    1919    Float_t fLength;    // Length of the ellipse
  • trunk/MagicSoft/Mars/manalysis/MHillasCalc.cc

    r706 r749  
     1/* ======================================================================== *\
     2!
     3! *
     4! * This file is part of MARS, the MAGIC Analysis and Reconstruction
     5! * Software. It is distributed to you in the hope that it can be a useful
     6! * and timesaving tool in analysing Data of imaging Cerenkov telescopes.
     7! * It is distributed WITHOUT ANY WARRANTY.
     8! *
     9! * Permission to use, copy, modify and distribute this software and its
     10! * documentation for any purpose is hereby granted without fee,
     11! * provided that the above copyright notice appear in all copies and
     12! * that both that copyright notice and this permission notice appear
     13! * in supporting documentation. It is provided "as is" without express
     14! * or implied warranty.
     15! *
     16!
     17!
     18!   Author(s): Harald Kornmayer 1/2001 (harald@mppmu.mpg.de)
     19!   Author(s): Thomas Bretz  12/2000 (tbretz@uni-sw.gwdg.de)
     20!
     21!   Copyright: MAGIC Software Development, 2000-2001
     22!
     23!
     24\* ======================================================================== */
     25
    126/////////////////////////////////////////////////////////////////////////////
    227//                                                                         //
  • trunk/MagicSoft/Mars/manalysis/MImgCleanStd.cc

    r717 r749  
     1/* ======================================================================== *\
     2!
     3! *
     4! * This file is part of MARS, the MAGIC Analysis and Reconstruction
     5! * Software. It is distributed to you in the hope that it can be a useful
     6! * and timesaving tool in analysing Data of imaging Cerenkov telescopes.
     7! * It is distributed WITHOUT ANY WARRANTY.
     8! *
     9! * Permission to use, copy, modify and distribute this software and its
     10! * documentation for any purpose is hereby granted without fee,
     11! * provided that the above copyright notice appear in all copies and
     12! * that both that copyright notice and this permission notice appear
     13! * in supporting documentation. It is provided "as is" without express
     14! * or implied warranty.
     15! *
     16!
     17!
     18!   Author(s): Harald Kornmayer 1/2001 (harald@mppmu.mpg.de)
     19!   Author(s): Thomas Bretz  12/2000 (tbretz@uni-sw.gwdg.de)
     20!
     21!   Copyright: MAGIC Software Development, 2000-2001
     22!
     23!
     24\* ======================================================================== */
     25
    126#include "MImgCleanStd.h"
    227
     
    5479{
    5580    //
    56     //  check if the  survived pixel have a neighbor, that also
     81    //  check if the survived pixel have a neighbor, that also
    5782    //  survived
    5883    //
     
    6388    {
    6489        //
    65         // get entry il from list
     90        // get entry i from list
    6691        //
    6792        MCerPhotPix &pix = (*fEvt)[i];
     
    125150    //
    126151    const Int_t entries = fEvt->GetNumPixels();
     152
    127153    for (Int_t i=0; i<entries; i++)
    128154    {
     
    174200        }
    175201    }
    176 
    177202}
    178203
  • trunk/MagicSoft/Mars/manalysis/MMcPedestalCopy.cc

    r717 r749  
     1/* ======================================================================== *\
     2!
     3! *
     4! * This file is part of MARS, the MAGIC Analysis and Reconstruction
     5! * Software. It is distributed to you in the hope that it can be a useful
     6! * and timesaving tool in analysing Data of imaging Cerenkov telescopes.
     7! * It is distributed WITHOUT ANY WARRANTY.
     8! *
     9! * Permission to use, copy, modify and distribute this software and its
     10! * documentation for any purpose is hereby granted without fee,
     11! * provided that the above copyright notice appear in all copies and
     12! * that both that copyright notice and this permission notice appear
     13! * in supporting documentation. It is provided "as is" without express
     14! * or implied warranty.
     15! *
     16!
     17!
     18!   Author(s): Thomas Bretz  12/2000 (tbretz@uni-sw.gwdg.de)
     19!
     20!   Copyright: MAGIC Software Development, 2000-2001
     21!
     22!
     23\* ======================================================================== */
     24
    125/////////////////////////////////////////////////////////////////////////////
    226//                                                                         //
  • trunk/MagicSoft/Mars/manalysis/MPedestalCam.cc

    r698 r749  
     1/* ======================================================================== *\
     2!
     3! *
     4! * This file is part of MARS, the MAGIC Analysis and Reconstruction
     5! * Software. It is distributed to you in the hope that it can be a useful
     6! * and timesaving tool in analysing Data of imaging Cerenkov telescopes.
     7! * It is distributed WITHOUT ANY WARRANTY.
     8! *
     9! * Permission to use, copy, modify and distribute this software and its
     10! * documentation for any purpose is hereby granted without fee,
     11! * provided that the above copyright notice appear in all copies and
     12! * that both that copyright notice and this permission notice appear
     13! * in supporting documentation. It is provided "as is" without express
     14! * or implied warranty.
     15! *
     16!
     17!
     18!   Author(s): Thomas Bretz  12/2000 (tbretz@uni-sw.gwdg.de)
     19!
     20!   Copyright: MAGIC Software Development, 2000-2001
     21!
     22!
     23\* ======================================================================== */
     24
    125/////////////////////////////////////////////////////////////////////////////
    226//                                                                         //
  • trunk/MagicSoft/Mars/manalysis/MPedestalPix.cc

    r695 r749  
     1/* ======================================================================== *\
     2!
     3! *
     4! * This file is part of MARS, the MAGIC Analysis and Reconstruction
     5! * Software. It is distributed to you in the hope that it can be a useful
     6! * and timesaving tool in analysing Data of imaging Cerenkov telescopes.
     7! * It is distributed WITHOUT ANY WARRANTY.
     8! *
     9! * Permission to use, copy, modify and distribute this software and its
     10! * documentation for any purpose is hereby granted without fee,
     11! * provided that the above copyright notice appear in all copies and
     12! * that both that copyright notice and this permission notice appear
     13! * in supporting documentation. It is provided "as is" without express
     14! * or implied warranty.
     15! *
     16!
     17!
     18!   Author(s): Thomas Bretz  12/2000 (tbretz@uni-sw.gwdg.de)
     19!
     20!   Copyright: MAGIC Software Development, 2000-2001
     21!
     22!
     23\* ======================================================================== */
     24
    125/////////////////////////////////////////////////////////////////////////////
    226//                                                                         //
Note: See TracChangeset for help on using the changeset viewer.