Geant4  10.02.p01
CexmcAngularRange.cc File Reference
#include <algorithm>
#include <iostream>
#include <iomanip>
#include <cmath>
#include "CexmcAngularRange.hh"
+ Include dependency graph for CexmcAngularRange.cc:

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)
 

Function Documentation

void GetAngularGaps ( const CexmcAngularRangeList src,
CexmcAngularRangeList dst 
)

Definition at line 82 of file CexmcAngularRange.cc.

References GetNormalizedAngularRange().

Referenced by CexmcEventAction::EndOfEventAction(), and CexmcRunAction::PrintResults().

+ 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.

References epsilon().

Referenced by GetAngularGaps(), and CexmcProductionModel::IsGoodCandidateForAngularRange().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

std::ostream& operator<< ( std::ostream &  out,
const CexmcAngularRange angularRange 
)
std::ostream& operator<< ( std::ostream &  out,
const CexmcAngularRangeList angularRanges 
)

Definition at line 135 of file CexmcAngularRange.cc.