Changeset 4902 for trunk/MagicSoft


Ignore:
Timestamp:
09/09/04 17:31:58 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r4901 r4902  
    5555
    5656   * mcalib/MHCalibrationChargePix.[h,cc]
     57   * mcalib/MHCalibrationChargeBlindPix.[h,cc]
     58   * mcalib/MHCalibrationChargePINDiode.[h,cc]
    5759   * mcalib/MHCalibrationRelTimePix.[h,cc]
    5860   * mcalib/MHCalibrationTestPix.[h,cc]
  • trunk/MagicSoft/Mars/mcalib/MHCalibrationChargeBlindPix.h

    r4882 r4902  
    33
    44
    5 #ifndef MARS_MHCalibrationChargePix
    6 #include "MHCalibrationChargePix.h"
     5#ifndef MARS_MHCalibrationPix
     6#include "MHCalibrationPix.h"
    77#endif
    88
     
    2424class MExtractedSignalBlindPixel;
    2525
    26 class MHCalibrationChargeBlindPix : public MHGausEvents
     26class MHCalibrationChargeBlindPix : public MHCalibrationPix
    2727{
    2828private:
  • trunk/MagicSoft/Mars/mcalib/MHCalibrationTestPix.cc

    r4182 r4902  
    9090// --------------------------------------------------------------------------
    9191//
    92 // Empty function to overload MHGausEvents::Reset()
    93 //
    94 void MHCalibrationTestPix::Reset()
    95 {
    96 }
    97 
    98 // --------------------------------------------------------------------------
    99 //
    10092// returns fHGausHist.Integral("width")
    10193//
  • trunk/MagicSoft/Mars/mcalib/MHCalibrationTestPix.h

    r4901 r4902  
    22#define MARS_MHCalibrationTestPix
    33
    4 #ifndef MARS_MHGausEvents
    5 #include "MHGausEvents.h"
     4#ifndef MARS_MHCalibrationPix
     5#include "MHCalibrationPix.h"
    66#endif
    77
    8 class MHCalibrationTestPix : public MHGausEvents
     8class MHCalibrationTestPix : public MHCalibrationPix
    99{
    1010
  • trunk/MagicSoft/Mars/mcalib/MHCalibrationTestTimePix.cc

    r4017 r4902  
    7777}
    7878
    79 
    80 // --------------------------------------------------------------------------
    81 //
    82 // Empty function to overload MHGausEvents::Reset()
    83 //
    84 void MHCalibrationTestTimePix::Reset()
    85 {
    86 }
    87 
  • trunk/MagicSoft/Mars/mcalib/MHCalibrationTestTimePix.h

    r3978 r4902  
    22#define MARS_MHCalibrationTestTimePix
    33
    4 #ifndef MARS_MHGausEvents
    5 #include "MHGausEvents.h"
     4#ifndef MARS_MHCalibrationPix
     5#include "MHCalibrationPix.h"
    66#endif
    77
    88class TH1F;
    9 class MHCalibrationTestTimePix : public MHGausEvents
     9class MHCalibrationTestTimePix : public MHCalibrationPix
    1010{
    1111
     
    2121  ~MHCalibrationTestTimePix() {}
    2222
    23   virtual void Reset(); 
    24  
    2523  ClassDef(MHCalibrationTestTimePix, 1)     // Base Histogram class for TestTime Pixel Calibration
    2624};
Note: See TracChangeset for help on using the changeset viewer.