Changeset 8956 for trunk/MagicSoft/Mars/mhist
- Timestamp:
- 06/14/08 15:32:16 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHCamera.cc
r8775 r8956 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MHCamera.cc,v 1.10 7 2007-12-03 17:44:46tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MHCamera.cc,v 1.108 2008-06-14 14:32:15 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 22 22 ! Author(s): Markus Gaug, 03/2004 <mailto:markus@ifae.es> 23 23 ! 24 ! Copyright: MAGIC Software Development, 2000-200 724 ! Copyright: MAGIC Software Development, 2000-2008 25 25 ! 26 26 ! … … 697 697 // Create the projection histogram 698 698 TString pname(name); 699 if ( name=="_py")699 if (pname=="_proj") 700 700 { 701 701 pname.Prepend(GetName()); … … 791 791 // Create the projection histogram 792 792 TString pname(name); 793 if ( name=="_rad")793 if (pname=="_rad") 794 794 { 795 795 pname.Prepend(GetName()); … … 877 877 // Create the projection histogram 878 878 TString pname(name); 879 if ( name=="_azi")879 if (pname=="_az") 880 880 { 881 881 pname.Prepend(GetName());
Note:
See TracChangeset
for help on using the changeset viewer.