Changeset 712 for trunk/MagicSoft/Mars/mhist
- Timestamp:
- 03/30/01 12:08:08 (24 years ago)
- Location:
- trunk/MagicSoft/Mars/mhist
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MFillHFadc.h
r711 r712 25 25 Bool_t Process() ; 26 26 27 ClassDef(MFillHFadc, 0) // Task to fill a MHistosAdc Container with data27 ClassDef(MFillHFadc, 0) // Task to fill the fadc data into histograms 28 28 29 29 }; -
trunk/MagicSoft/Mars/mhist/MFillHHillas.h
r710 r712 25 25 Bool_t Process() ; 26 26 27 ClassDef(MFillHHillas, 0) // Task to fill the Hillas histograms 28 27 ClassDef(MFillHHillas, 0) // Task to fill the Hillas parameters into histograms 29 28 }; 30 29 -
trunk/MagicSoft/Mars/mhist/MFillHStarMap.h
r710 r712 25 25 Bool_t Process() ; 26 26 27 ClassDef(MFillHStarMap, 0) // Task to fill the Hillas histograms27 ClassDef(MFillHStarMap, 0) // Task to fill a 2-dim histogram by the Hillas parameters 28 28 29 29 }; -
trunk/MagicSoft/Mars/mhist/MHFadcCam.h
r710 r712 48 48 } 49 49 50 ClassDef(MHFadcCam, 1) // list of Histograms with ADC spectra50 ClassDef(MHFadcCam, 1) // A list of histograms storing the Fadc spektrum of one pixel 51 51 }; 52 52 -
trunk/MagicSoft/Mars/mhist/MHFadcPix.h
r711 r712 31 31 void Draw(Option_t *opt=NULL); 32 32 33 ClassDef(MHFadcPix, 1) 33 ClassDef(MHFadcPix, 1) // Conatiner to hold two histograms container spektrums for the lo-/hi gain of one pixel 34 34 }; 35 35 -
trunk/MagicSoft/Mars/mhist/MHHillas.cc
r710 r712 32 32 33 33 // 34 // loop over all Pixels and create two histograms 35 // one for the Low and one for the High gain 36 // connect all the histogram with the container fHist 34 // loop over all Pixels and create two histograms 35 // one for the Low and one for the High gain 36 // connect all the histogram with the container fHist 37 // 38 // FIXME! Make the histograms looking that they can be used for 39 // presentations (axis title, ...) 37 40 // 38 41 fAlpha = new TH1F("Alpha [deg]", "Alpha of Hillas", 90, 0, 90); -
trunk/MagicSoft/Mars/mhist/MHHillas.h
r710 r712 34 34 void Draw(Option_t *opt=NULL); 35 35 36 ClassDef(MHHillas, 1) // list of Histograms with ADC spectra36 ClassDef(MHHillas, 1) // Container which holds hostograms for the Hillas parameters 37 37 }; 38 38 -
trunk/MagicSoft/Mars/mhist/MHStarMap.cc
r710 r712 2 2 // 3 3 // MHStarMap 4 // 5 // This class contains a 2-dimensional histogram. It should show some 6 // kind of star map. The algorith which calculates the star map 7 // from the Hillas parameters (Fill) can be enhanced. 4 8 // 5 9 /////////////////////////////////////////////////////////////////////// -
trunk/MagicSoft/Mars/mhist/MHStarMap.h
r710 r712 32 32 void Draw(Option_t *opt=NULL); 33 33 34 ClassDef(MHStarMap, 1) // list of Histograms with ADC spectra34 ClassDef(MHStarMap, 1) // Container to hold 2-dim histogram (starmap) 35 35 }; 36 36
Note:
See TracChangeset
for help on using the changeset viewer.