Changeset 19679 for trunk/Mars/mimage/MHHillas.cc
- Timestamp:
- 09/24/19 15:57:07 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mimage/MHHillas.cc
r19304 r19679 116 116 fCenter = new TH2F("Center", "Center of gravity", 51, -1.5, 1.5, 51, -1.5, 1.5); 117 117 fCenter->SetDirectory(NULL); 118 fCenter->SetXTitle("x [ mm]");119 fCenter->SetYTitle("y [ mm]");118 fCenter->SetXTitle("x [#circ]"); 119 fCenter->SetYTitle("y [#circ]"); 120 120 fCenter->SetZTitle("Counts"); 121 121 } … … 173 173 else 174 174 SetBinning(*fCenter, *bins, *bins); 175 176 175 177 176 return kTRUE;
Note:
See TracChangeset
for help on using the changeset viewer.