Changeset 4840 for trunk/MagicSoft/Mars/mimage
- Timestamp:
- 09/03/04 13:57:47 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mimage/MHHillasSrc.cc
r4826 r4840 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);75 fDCA = new TH1F("DCA", "Distance of closest aproach", 101, -500,500);76 fDCADelta = new TH1F("DCADelta", "Angle between shower and x-axis", 101, 0, 360);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 fDCA = new TH1F("DCA", "Distance of closest aproach", 101, -500, 500); 76 fDCADelta = new TH1F("DCADelta", "Angle between shower and x-axis", 101, 0, 360); 77 77 78 78 fAlpha->SetDirectory(NULL);
Note:
See TracChangeset
for help on using the changeset viewer.