Changeset 6136 for trunk/MagicSoft/Mars/mjobs
- Timestamp:
- 01/30/05 18:29:24 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mjobs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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.