Changeset 9289 for trunk/MagicSoft/Mars/mcamera
- Timestamp:
- 02/02/09 17:34:21 (16 years ago)
- Location:
- trunk/MagicSoft/Mars/mcamera
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcamera/MCameraCentralPix.cc
r6963 r9289 18 18 ! Author(s): Daniel Mazin, 04/2005 <mailto:mazin@mppmu.mpg.de> 19 19 ! 20 ! Copyright: MAGIC Software Development, 2000-200 520 ! Copyright: MAGIC Software Development, 2000-2009 21 21 ! 22 22 ! … … 27 27 // MCameraCentralPix 28 28 // 29 // Class Version 2: 30 // ---------------- 31 // + Float_t fDC 32 // 29 33 ///////////////////////////////////////////////////////////////////////////// 30 34 #include "MCameraCentralPix.h" -
trunk/MagicSoft/Mars/mcamera/MCameraCentralPix.h
r6963 r9289 13 13 Bool_t fStatus; // Status of central pixel 14 14 15 Float_t fDC; // [nA] 16 15 17 public: 16 MCameraCentralPix() 18 MCameraCentralPix() : fDC(-1) 17 19 { 18 20 fName = "MCameraCentralPix"; … … 23 25 Bool_t GetStatusCPix() const { return fStatus; } // deprecated - for compatibility only 24 26 25 ClassDef(MCameraCentralPix, 1) // Container storing information about the Central Pixel status27 ClassDef(MCameraCentralPix, 2) // Container storing information about the Central Pixel status 26 28 }; 27 29
Note:
See TracChangeset
for help on using the changeset viewer.