CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
UnitConverter.h
Go to the documentation of this file.
1 #ifndef OSCAR_UnitConverter_h
2 #define OSCAR_UnitConverter_h
3 
5 
6 #include <iostream>
7 #include <string>
8 // inserts a multiplication '*' between a value and a unit
9 // returned from G4BestUnit
10 class CocoaBestUnit;
11 class UnitConverter;
12 
13 //ostream & operator<<(ostream &, const UnitConverter & );
14 
16 {
17 public:
21  //friend ostream& operator(std::ostream & ,const UnitConverter & VU);
22 
24  bool angl_;
25 };
26 
27 
28 #endif
long double ALIdouble
Definition: CocoaGlobals.h:11
CocoaBestUnit * bu_
Definition: UnitConverter.h:23
std::string ucstring()
std::string ALIstring
Definition: CocoaGlobals.h:9
UnitConverter(ALIdouble val, const ALIstring &category)