Ignore:
Timestamp:
12/16/03 20:12:44 (21 years ago)
Author:
blanch
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r2684 r2685  
    1616!
    1717!
    18 !   Author(s): Markus Gaug  09/2003 <mailto:markus@ifae.es>
     18!   Author(s): Javier Lopez 12/2003 <mailto:jlopez@ifae.es>
    1919!
    2020!   Copyright: MAGIC Software Development, 2000-2001
     
    2525//////////////////////////////////////////////////////////////////////////////
    2626//                                                                          //
    27 //   MCalibrate
     27//   MCalibrate                                                             //
     28//                                                                          //
     29//   This task takes the integrated charge from MExtractedSignal and apply  //
     30//   the calibration constants from MCalibraitionCam to the charge. Then    //
     31//   stores number of photons obtained in MCerPhotEvt.                      //
     32//                                                                          //
     33//   Input Containers:                                                      //
     34//                                                                          //
     35//   MExtractedSingal                                                       //
     36//   MCalibrationCam                                                        //
     37//                                                                          //
     38//   Output Containers:                                                     //
     39//                                                                          //
     40//   MCerPhotEvt                                                            //
    2841//                                                                          //
    2942//////////////////////////////////////////////////////////////////////////////
     
    5770// --------------------------------------------------------------------------
    5871//
    59 // Default constructor. b is the number of slices before the maximum slice,
    60 // a the number of slices behind the maximum slice which is taken as signal.
     72// Default constructor.
    6173//
    6274MCalibrate::MCalibrate(const char *name, const char *title)
     
    7890//
    7991//  - MCerPhotEvt
    80 //  - MPedPhotCam
    8192//
    8293Int_t MCalibrate::PreProcess(MParList *pList)
     
    136147      Float_t nphoterr = 0;
    137148     
    138       cout << "DBG MCalibrate::Process logain " << logain << " signal " << signal << " fCalibrationConvertionFactor " << fCalibrationConvertionFactor << " nphot " << nphot << endl;
    139  
    140       cout << "Blind " << pix.GetMeanConversionBlindPixelMethod() << " "
    141          <<  pix.GetErrorConversionBlindPixelMethod()   << " "
    142          <<  pix.GetSigmaConversionBlindPixelMethod()   << " "
    143        
    144            <<  "FFactor " << pix.GetMeanConversionFFactorMethod()       << " "
    145    <<  pix.GetErrorConversionFFactorMethod()      << " "
    146    <<  pix.GetSigmaConversionFFactorMethod()      << " "
    147    <<  pix.GetPheFFactorMethod()                  << " "
    148  
    149            <<  "PIN " << pix.GetMeanConversionPINDiodeMethod()      << " "
    150    <<  pix.GetErrorConversionPINDiodeMethod()     << " "
    151            <<  pix.GetSigmaConversionPINDiodeMethod()     << endl;
    152 
    153  
    154149      fCerPhotEvt->AddPixel(pixid, nphot, nphoterr);
    155150
Note: See TracChangeset for help on using the changeset viewer.