Changeset 11363
- Timestamp:
- 07/12/11 20:33:08 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/FactGui.h
r11358 r11363 1106 1106 c->cd(); 1107 1107 1108 TH1D hist("EventData", "", fEventData->Roi, -0.5, fEventData->Roi-0.5); 1108 const int roi = fEventData->Roi>0 ? fEventData->Roi : 1; 1109 1110 TH1D hist("EventData", "", roi, -0.5, roi-0.5); 1109 1111 hist.SetStats(kFALSE); 1110 1112 //hist->SetBit(TH1::kNoTitle); … … 1130 1132 h->SetXTitle(str.str().c_str()); 1131 1133 1132 // str.str("");1133 // str << "Crate=" << crate << " Board=" << board << " Channel=" << channel << " [" << d.time() << "]" << endl;1134 // hist->SetTitle(str.str().c_str());1134 // str.str(""); 1135 // str << "Crate=" << crate << " Board=" << board << " Channel=" << channel << " [" << d.time() << "]" << endl; 1136 // hist->SetTitle(str.str().c_str()); 1135 1137 1136 1138 const uint32_t p = fAdcChannel->value()+fAdcBoard->value()*36+fAdcCrate->value()*360;
Note:
See TracChangeset
for help on using the changeset viewer.