Changeset 11152 for trunk/FACT++/gui/FactGui.h
- Timestamp:
- 06/23/11 21:03:50 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/FactGui.h
r11151 r11152 1019 1019 hist.GetXaxis()->CenterTitle(); 1020 1020 hist.GetYaxis()->CenterTitle(); 1021 hist.SetMinimum(-102 5);1021 hist.SetMinimum(-1026); 1022 1022 hist.SetMaximum(1025); 1023 1023 h = hist.DrawCopy("P"); 1024 1024 h->SetDirectory(0); 1025 1026 1025 } 1027 1026 … … 1035 1034 1036 1035 for (int i=0; i<dat.Roi; i++) 1037 h->SetBinContent(i+1, dat.Adc_Data[i] -1024);1036 h->SetBinContent(i+1, dat.Adc_Data[i]*0.5-1024); 1038 1037 1039 1038 c->Modified();
Note:
See TracChangeset
for help on using the changeset viewer.