Changeset 17873 for trunk/Mars/fact


Ignore:
Timestamp:
05/21/14 16:55:19 (10 years ago)
Author:
tbretz
Message:
Turned off usage of light-pulser calculated delays as default.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/fact/analysis/callisto.C

    r17567 r17873  
    11#include "MLogManip.h"
    22
    3 int callisto(const char *seqfile="seq/2012/01/23/20120123_023.seq", const char *outpath = "output", bool use_delays=true)
     3int callisto(const char *seqfile="seq/2012/01/23/20120123_023.seq", const char *outpath = "output")
    44{
    55    // ======================================================
     
    2424    // ------------------------------------------------------
    2525
    26     // Calib: 51 / 90 / 197 (20% TH)
    27     // Data:  52 / 64 / 104 (20% TH)
     26    bool use_delays=false;
     27
     28    // ------------------------------------------------------
    2829
    2930    // Extraction range in slices. It will always(!) contain the full range
     
    250251
    251252    MDrsCalibApply drsapply0;
     253    drsapply0.SetRemoveSpikes(4);
    252254
    253255    MFillH fill0("MHDrsCalibrationTime");
     
    300302
    301303    MDrsCalibApply drsapply1;
     304    drsapply1.SetRemoveSpikes(4);
    302305
    303306    /*
     
    542545
    543546    MDrsCalibApply drsapply3;
     547    drsapply3.SetRemoveSpikes(4);
    544548
    545549    //---
     
    631635
    632636    MDrsCalibApply drsapply4;
     637    drsapply4.SetRemoveSpikes(4);
    633638
    634639    MExtractTimeAndChargeSpline extractor4;
     
    715720
    716721    MDrsCalibApply drsapply5;
     722    drsapply5.SetRemoveSpikes(4);
    717723
    718724    MFDataPhrase filterdat("(MRawEvtHeader.GetTriggerID&0xff00)==0",     "SelectDat");
Note: See TracChangeset for help on using the changeset viewer.