Changeset 8907 for trunk/MagicSoft/Mars/mdata/MDataPhrase.cc
- Timestamp:
- 06/02/08 09:52:26 (18 years ago)
- File:
-
- 1 edited
-
trunk/MagicSoft/Mars/mdata/MDataPhrase.cc (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mdata/MDataPhrase.cc
r8719 r8907 18 18 ! Author(s): Thomas Bretz, 04/2004 <mailto:tbretz@astro.uni-wuerzburg.de> 19 19 ! 20 ! Copyright: MAGIC Software Development, 2000-200 620 ! Copyright: MAGIC Software Development, 2000-2008 21 21 ! 22 22 ! … … 111 111 #include "MDataPhrase.h" 112 112 113 #include <TMath.h> 113 114 #include <TArrayI.h> 114 115 #include <TPRegexp.h> … … 677 678 } 678 679 680 // -------------------------------------------------------------------------- 681 // 682 // Return the value converted to a Bool_t 683 // 684 Bool_t MDataPhrase::GetBool() const 685 { 686 return TMath::Nint(GetValue())!=0; 687 } 688 679 689 /* 680 690 // --------------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.
