Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Typedefs | Functions
CexmcAngularRange.hh File Reference
#include <vector>
#include <iosfwd>
#include <G4Types.hh>
Include dependency graph for CexmcAngularRange.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  CexmcAngularRange
 

Typedefs

typedef std::vector
< CexmcAngularRange
CexmcAngularRangeList
 

Functions

bool operator< (const CexmcAngularRange &left, const CexmcAngularRange &right)
 
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)
 

Typedef Documentation

typedef std::vector< CexmcAngularRange > CexmcAngularRangeList

Definition at line 72 of file CexmcAngularRange.hh.

Function Documentation

void GetAngularGaps ( const CexmcAngularRangeList src,
CexmcAngularRangeList dst 
)

Definition at line 82 of file CexmcAngularRange.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void GetNormalizedAngularRange ( const CexmcAngularRangeList src,
CexmcAngularRangeList dst 
)

Definition at line 51 of file CexmcAngularRange.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

bool operator< ( const CexmcAngularRange left,
const CexmcAngularRange right 
)
inline

Definition at line 85 of file CexmcAngularRange.hh.

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.