Ignore:
Timestamp:
08/14/04 10:34:15 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MCalibrateData.h

    r4603 r4614  
    9494  void   SetCalibrationMode ( CalibrationMode_t calmode=kDefault ) { fCalibrationMode=calmode; }
    9595 
    96   void   SetNamePedADCRunContainer   ( const char *name=fgNamePedADCRunContainer )         {
     96  void   SetNamePedADCRunContainer   ( const char *name=fgNamePedADCRunContainer.Data() )         {
    9797    fNamePedADCRunContainer    = name; }
    98   void   SetNamePedADCEventContainer ( const char *name=fgNamePedADCEventContainer ) {
     98  void   SetNamePedADCEventContainer ( const char *name=fgNamePedADCEventContainer.Data() ) {
    9999    fNamePedADCEventContainer  = name; }
    100   void   SetNamePedPhotRunContainer  ( const char *name=fgNamePedPhotRunContainer )          {
     100  void   SetNamePedPhotRunContainer  ( const char *name=fgNamePedPhotRunContainer.Data() )          {
    101101    fNamePedPhotRunContainer   = name; }
    102   void   SetNamePedPhotEventContainer( const char *name=fgNamePedPhotEventContainer)   {
     102  void   SetNamePedPhotEventContainer( const char *name=fgNamePedPhotEventContainer.Data())   {
    103103    fNamePedPhotEventContainer = name; }
    104104 
Note: See TracChangeset for help on using the changeset viewer.