Ignore:
Timestamp:
11/30/04 20:38:44 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/macros/getExtractor.C

    r5530 r5531  
    107107
    108108  MExtractor *extractor   = NULL;
    109   Bool_t useTimeAndCharge = kFALSE;
    110109 
    111110  //
     
    148147      // ATTENTION: If an extractor deriving from MExtractTimeAndCharge is
    149148      //            used, you may want to use the timing calculated directly
    150       //            from there. Use the flag: "useTimeAndCharge" in this case
     149      //            from there.
    151150      //
    152151      // MExtractTimeHighestIntegral
     
    155154      //
    156155      // COMBINED TIME AND CHARGE EXTRACTORS:
    157       // (You have to set the variable "useTimeAndCharge" in order to use the
    158       //  time calculated by this extractor!)
    159156      // MExtractTimeAndChargeDigitalFilter
    160157      // MExtractTimeAndChargeSpline       
     
    169166      extractor = new MExtractTimeAndChargeSlidingWindow();
    170167      extractor->SetRange(0,18,2,14);
    171       useTimeAndCharge = kTRUE;
    172168      break;
    173169    case 23:
     
    179175      ((MExtractTimeAndChargeSpline*)extractor)->SetChargeType(MExtractTimeAndChargeSpline::kIntegral);     
    180176      extractor->SetRange(0,18,2,14);
    181       useTimeAndCharge = kTRUE;
    182177      break;
    183178    case 28:
     
    189184      extractor = new MExtractTimeAndChargeDigitalFilter;
    190185      extractor->SetRange(0,18,2,14);
    191       useTimeAndCharge = kTRUE;
    192186      break;
    193187    default:
Note: See TracChangeset for help on using the changeset viewer.