| 
    Geant4
    10.03.p03
    
   | 
 
#include <algorithm>#include <iostream>#include <iomanip>#include <cmath>#include "CexmcAngularRange.hh"
Go to the source code of this file.
Functions | |
| void | GetNormalizedAngularRange (const CexmcAngularRangeList &src, CexmcAngularRangeList &dst) | 
| void | GetAngularGaps (const CexmcAngularRangeList &src, CexmcAngularRangeList &dst) | 
| std::ostream & | operator<< (std::ostream &out, const CexmcAngularRange &angularRange) | 
| std::ostream & | operator<< (std::ostream &out, const CexmcAngularRangeList &angularRanges) | 
| void GetAngularGaps | ( | const CexmcAngularRangeList & | src, | 
| CexmcAngularRangeList & | dst | ||
| ) | 
Definition at line 82 of file CexmcAngularRange.cc.


| void GetNormalizedAngularRange | ( | const CexmcAngularRangeList & | src, | 
| CexmcAngularRangeList & | dst | ||
| ) | 
Definition at line 51 of file CexmcAngularRange.cc.


| std::ostream& operator<< | ( | std::ostream & | out, | 
| const CexmcAngularRange & | angularRange | ||
| ) | 
Definition at line 115 of file CexmcAngularRange.cc.
| std::ostream& operator<< | ( | std::ostream & | out, | 
| const CexmcAngularRangeList & | angularRanges | ||
| ) | 
Definition at line 135 of file CexmcAngularRange.cc.