Changeset 6136 for trunk/MagicSoft
- Timestamp:
- 01/30/05 18:29:24 (20 years ago)
- Location:
- trunk/MagicSoft
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/GRB-Proposal/Tests.tex
r6125 r6136 2 2 3 3 We 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 5 Therefore, 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 9 should decide a night with good weather, but bad observation condition (e.g. due to clouds) for that case such that no real 10 observation time gets lost. 11 \item Later, a blind test {\it without telling the shifters beforehand}. 12 These tests are especially important to train the shift crew and make them aware of the 6 13 importance of being available and reacting fast in such situations. 14 \end{enumerate} 7 15 8 16 9 17 18 -
trunk/MagicSoft/Mars/mjobs/MJCalibration.cc
r6133 r6136 217 217 fArrivalTimeMin = 1.; 218 218 fArrivalTimeMax = 10.; 219 fTimeOffsetMin = -3.; 220 fTimeOffsetMax = 3.; 219 221 220 222 fRefConvFADC2PheInner = 0.14; … … 980 982 // for the datacheck, fix the ranges!! 981 983 // 982 // obj10->SetMinimum(fConvFADC2PheMin);983 // obj10->SetMaximum(fConvFADC2PheMax);984 obj10->SetMinimum(fTimeOffsetMin); 985 obj10->SetMaximum(fTimeOffsetMax); 984 986 // 985 987 // Set the datacheck sizes: … … 1298 1300 } 1299 1301 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); 1301 1303 leg->SetBit(kCanDelete); 1302 1304 leg->AddEntry(l1, "Reference","l"); -
trunk/MagicSoft/Mars/mjobs/MJCalibration.h
r6133 r6136 74 74 Double_t fArrivalTimeMin; //! Histogram minimum for arrival times 75 75 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 76 78 77 79 Float_t fRefConvFADC2PheInner; //! Reference value for the conversion factor to phes - inner
Note:
See TracChangeset
for help on using the changeset viewer.