Changeset 6136 for trunk/MagicSoft


Ignore:
Timestamp:
01/30/05 18:29:24 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/GRB-Proposal/Tests.tex

    r6125 r6136  
    22
    33We believe that direct, fast GRBs in the MAGIC FOV are too valuable to allow for any technical or personal problems during the alert.
    4 Therefore, we would like to make soon a blind test launching a fake GRB alert from outside
    5 {\it without telling the shifters beforehand}. These tests are especially important to train the shift crew and make them aware of the
     4
     5Therefore, we would like to make the following test:
     6
     7\begin{enumerate}
     8\item A dedicated GRB test worked out in accordance with the shift crew where a fake GRB alert is sent to {\it gspot}. The shift
     9should decide a night with good weather, but bad observation condition (e.g. due to clouds) for that case such that no real
     10observation time gets lost.
     11\item Later, a blind test {\it without telling the shifters beforehand}.
     12These tests are especially important to train the shift crew and make them aware of the
    613importance of being available and reacting fast in such situations.
     14\end{enumerate}
    715
    816
    917
     18
  • trunk/MagicSoft/Mars/mjobs/MJCalibration.cc

    r6133 r6136  
    217217  fArrivalTimeMin            = 1.;
    218218  fArrivalTimeMax            = 10.;
     219  fTimeOffsetMin             = -3.;
     220  fTimeOffsetMax             =  3.;
    219221 
    220222  fRefConvFADC2PheInner      = 0.14;       
     
    980982          // for the datacheck, fix the ranges!!
    981983          //
    982           //   obj10->SetMinimum(fConvFADC2PheMin);
    983           //   obj10->SetMaximum(fConvFADC2PheMax);
     984          obj10->SetMinimum(fTimeOffsetMin);
     985          obj10->SetMaximum(fTimeOffsetMax);
    984986          //
    985987          // Set the datacheck sizes:
     
    12981300    }
    12991301 
    1300   TLegend *leg = new TLegend(0.6,0.75,0.9 ,0.85);
     1302  TLegend *leg = new TLegend(0.6,0.85,0.9 ,0.95);
    13011303  leg->SetBit(kCanDelete);
    13021304  leg->AddEntry(l1, "Reference","l");
  • trunk/MagicSoft/Mars/mjobs/MJCalibration.h

    r6133 r6136  
    7474  Double_t fArrivalTimeMin;                //! Histogram minimum for arrival times
    7575  Double_t fArrivalTimeMax;                //! Histogram maximum for arrival times
     76  Double_t fTimeOffsetMin;                 //! Histogram minimum for time offsets
     77  Double_t fTimeOffsetMax;                 //! Histogram maximum for time offsets
    7678                                           
    7779  Float_t  fRefConvFADC2PheInner;          //! Reference value for the conversion factor to phes - inner
Note: See TracChangeset for help on using the changeset viewer.