DC tracking calibratios - question for Pawel

From: Bjorn H Samset (bjornhs@rcf2.rhic.bnl.gov)
Date: Wed Aug 27 2003 - 07:37:31 EDT

  • Next message: Pawel Staszel: "Re: DC tracking calibratios - question for Pawel"
    Hi Pawel. Could you give me some DC input?
    
    We're about to do a runthrough of dAu localtracking, and I'm wondering
    about the DC calibrations - are these the most recent ones?
    /brahms/u/ufstasze/brahms/brahms_app/ps_app/dc/calib/calpar/*.dat
    
    >From what I see here, I'd set the calib. run to be
    dAu: 7634
    pp2003: 8931
    Is that correct?
    
    Just to be on the safe side, this is then the code I'd be using (same for
    T4 and T5...):
    
      Int_t CalibRunNo = 7634;
    
      BrDCTrackingModule* t3 = new BrDCTrackingModule("T3", "T3", kFALSE);
      t3->UseMySql();
      t3->SetMode(1);
      t3->SetAssociatedHitsMode(kTRUE);
    
    t3->SetCalibFile(Form("/brahms/u/ufstasze/brahms/brahms_app/ps_app/dc/calib/calpar/T3CalibRun%d.dat",
    CalibRunNo));
    
    t3->SetOffsetFile(Form("/brahms/u/ufstasze/brahms/brahms_app/ps_app/dc/calib/calpar/T3OffsetRun%d.dat",
    CalibRunNo));
      t3->SetMinWidth(16);
      t3->SetHitNumberLimit(10, 1500);
      t3->SetVerbose(50);
    
      // T3
       BrDcRdoModule* t3Rdo = new BrDcRdoModule("T3", "T3");
    
    t3Rdo->SetCalibFile(Form("/brahms/u/ufstasze/brahms/brahms_app/ps_app/dc/calib/calpar/T3CalibRun%d.dat",
                               CalibRunNo));
    
    t3Rdo->SetOffsetFile(Form("/brahms/u/ufstasze/brahms/brahms_app/ps_app/dc/calib/calpar/T3OffsetRun%d.dat",
                                CalibRunNo));
       mainModule->AddModule(t3Rdo);
    
    
    For T5, I'd set the following change:
    t5->SetViewCombinerParams(1,1,2,0,0);
    t5->SetHitNumberLimit(6, 1500);
    (by looking at the code most recently used by Ian...) and maybe drop the
    T4 Rdo module?
    
    Please let me know if the above is somwhow wrong, or if there's anything
    else I should know before launching this reco.
    
    Ping :-)
    
    --
    Bjorn H. Samset                           Phone: 22856465/92051998
    PhD student, heavy ion physics            Adr:   Schouterrassen 6
    Inst. of Physics, University of Oslo             0573 Oslo
                                  \|/
    ----------------------------> -*- <-----------------------------
                                  /|\
    


    This archive was generated by hypermail 2.1.5 : Wed Aug 27 2003 - 07:38:19 EDT