Ignore:
Timestamp:
02/02/09 17:34:21 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mcamera
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcamera/MCameraCentralPix.cc

    r6963 r9289  
    1818!   Author(s): Daniel Mazin, 04/2005 <mailto:mazin@mppmu.mpg.de>
    1919!
    20 !   Copyright: MAGIC Software Development, 2000-2005
     20!   Copyright: MAGIC Software Development, 2000-2009
    2121!
    2222!
     
    2727// MCameraCentralPix
    2828//
     29// Class Version 2:
     30// ----------------
     31//   + Float_t fDC
     32//
    2933/////////////////////////////////////////////////////////////////////////////
    3034#include "MCameraCentralPix.h"
  • trunk/MagicSoft/Mars/mcamera/MCameraCentralPix.h

    r6963 r9289  
    1313    Bool_t fStatus; // Status of central pixel
    1414
     15    Float_t fDC;    // [nA]
     16
    1517public:
    16     MCameraCentralPix()
     18    MCameraCentralPix() : fDC(-1)
    1719    {
    1820        fName  = "MCameraCentralPix";
     
    2325    Bool_t GetStatusCPix() const { return fStatus; } // deprecated - for compatibility only
    2426
    25     ClassDef(MCameraCentralPix, 1) // Container storing information about the Central Pixel status
     27    ClassDef(MCameraCentralPix, 2) // Container storing information about the Central Pixel status
    2628};
    2729
Note: See TracChangeset for help on using the changeset viewer.