Changeset 2039 for trunk/MagicSoft
- Timestamp:
- 04/29/03 11:07:57 (22 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2038 r2039 1 1 -*-*- END OF LINE -*-*- 2 3 2003/04/29: Wolfgang Wittek 4 5 * mhist/MHSigmaTheta.[h,cc] 6 - ClassDef( ,0) -> ClassDef( , 1) 7 - minor corrections in Draw() 8 9 2 10 2003/04/29: Thomas Bretz 3 11 … … 181 189 - fixed output in PreProcess 182 190 - changed MHillasExt to MHillas 191 192 183 193 184 194 -
trunk/MagicSoft/Mars/mhist/MHSigmaTheta.cc
r2015 r2039 230 230 h->SetXTitle("\\Theta [\\circ]"); 231 231 h->SetYTitle("No.of events"); 232 h->Draw( "box");232 h->Draw(opt); 233 233 h->SetBit(kCanDelete); 234 234 … … 239 239 h->SetXTitle("\\Theta [\\circ]"); 240 240 h->SetYTitle("\\sigma_{ped}^2-\\bar{\\sigma}_{ped}^{2}"); 241 h->Draw("box"); 241 242 h->SetBit(kCanDelete); 242 243 -
trunk/MagicSoft/Mars/mhist/MHSigmaTheta.h
r2015 r2039 55 55 void Draw(Option_t *option=""); 56 56 57 ClassDef(MHSigmaTheta, 0) //2D-histogram sigmabar vs. Theta57 ClassDef(MHSigmaTheta, 1) //2D-histogram sigmabar vs. Theta 58 58 }; 59 59 … … 62 62 63 63 64 65
Note:
See TracChangeset
for help on using the changeset viewer.