Changeset 2320 for trunk/MagicSoft/Mars/mimage/MHHillasSrc.cc
- Timestamp:
- 08/26/03 14:14:49 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mimage/MHHillasSrc.cc
r2173 r2320 70 70 // connect all the histogram with the container fHist 71 71 // 72 fAlpha = new TH1F("Alpha", "Alpha of Ellipse", 181,-90, 90);73 fDist = new TH1F("Dist", "Dist of Ellipse", 100,0, 445);74 fCosDA = new TH1F("CosDA", "cos(Delta,Alpha) of Ellipse", 101,-1, 1);72 fAlpha = new TH1F("Alpha", "Alpha of Ellipse", 181, -90, 90); 73 fDist = new TH1F("Dist", "Dist of Ellipse", 100, 0, 445); 74 fCosDA = new TH1F("CosDA", "cos(Delta,Alpha) of Ellipse", 101, -1, 1); 75 75 76 76 fAlpha->SetDirectory(NULL);
Note:
See TracChangeset
for help on using the changeset viewer.