Changeset 1030 for trunk/MagicSoft/Mars/mdatacheck
- Timestamp:
- 11/05/01 10:35:36 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mdatacheck/MGDisplayAdc.cc
r961 r1030 279 279 } 280 280 281 // ======================================================================282 283 281 void MGDisplayAdc::CloseWindow() 284 282 { … … 289 287 delete this; 290 288 } 291 292 293 294 // ======================================================================295 // ======================================================================296 289 297 290 Bool_t MGDisplayAdc::BuildHistoList() … … 307 300 // 308 301 const Int_t nhi = fHists->GetEntries(); 309 for (Int_t i=0 ; i<nhi; i++) 302 303 for (Int_t i=0; i<nhi; i++) 310 304 fHistoList->AddEntry(fHists->GetHistHi(i)->GetName(), i+1); 311 305 … … 316 310 } 317 311 318 // ======================================================================319 // ======================================================================320 312 void MGDisplayAdc::UpdateHist() 321 313 { 322 314 const Int_t selected = fHistoList->GetSelected(); 315 316 if (selected<0) 317 { 318 cout << "MGDisplayAdc: No histograms found in list. " << endl; 319 return; 320 } 323 321 324 322 fHistoList->Select(selected); // ???
Note:
See TracChangeset
for help on using the changeset viewer.