Changeset 11054
- Timestamp:
- 06/17/11 10:18:33 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/FactGui.h
r11036 r11054 1128 1128 1129 1129 // ---------------------------------------------- 1130 /*1131 TCanvas *c = fFtmTempCanv->GetCanvas();1132 1133 // static int cntr = 0;1134 // double_t tm = cntr++;//Time().RootTime();1135 1136 double tm = d.time.RootTime();1137 1138 TH1 *h = (TH1*)c->FindObject("TimeFrame");1139 h->FindBin(tm);1140 1141 fGraphFtmTemp[0].SetPoint(fGraphFtmTemp[0].GetN(), tm, sdata.fTempSensor[0]*0.1);1142 fGraphFtmTemp[1].SetPoint(fGraphFtmTemp[1].GetN(), tm, sdata.fTempSensor[1]*0.1);1143 fGraphFtmTemp[2].SetPoint(fGraphFtmTemp[2].GetN(), tm, sdata.fTempSensor[2]*0.1);1144 fGraphFtmTemp[3].SetPoint(fGraphFtmTemp[3].GetN(), tm, sdata.fTempSensor[3]*0.1);1145 1146 c->Modified();1147 c->Update();1148 */1149 // ----------------------------------------------1150 1130 1151 1131 if (fTimeStamp0<0) … … 1212 1192 c->Modified(); 1213 1193 c->Update(); 1194 1195 // ---------------------------------------------- 1214 1196 #endif 1215 1197 } … … 1813 1795 return PostInfoHandler(&FactGui::handleFtmError); 1814 1796 1797 if (getInfo()==&fDimFadFiles) 1798 return PostInfoHandler(&FactGui::handleFadFiles); 1799 1815 1800 for (map<string,DimInfo*>::iterator i=fServices.begin(); i!=fServices.end(); i++) 1816 1801 if (i->second==getInfo()) … … 2203 2188 fFtuWidget->setEnabled(false); 2204 2189 fRatesWidget->setEnabled(false); 2205 fFadWidget->setEnabled(false);2190 // fFadWidget->setEnabled(false); 2206 2191 fLoggerWidget->setEnabled(false); 2207 2192
Note:
See TracChangeset
for help on using the changeset viewer.