Changeset 7181 for trunk/MagicSoft/Mars/mbase/MMath.cc
- Timestamp:
- 07/12/05 14:31:02 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MMath.cc
r7176 r7181 18 18 ! Author(s): Thomas Bretz 3/2004 <mailto:tbretz@astro.uni-wuerzburg.de> 19 19 ! 20 ! Copyright: MAGIC Software Development, 2000-200 420 ! Copyright: MAGIC Software Development, 2000-2005 21 21 ! 22 22 ! … … 26 26 // 27 27 // MMath 28 // 29 // Mars - Math package (eg Significances, etc) 28 30 // 29 31 ///////////////////////////////////////////////////////////////////////////// 30 32 #include "MMath.h" 33 34 #ifndef ROOT_TVector3 35 #include <TVector3.h> 36 #endif 31 37 32 38 // --------------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.