Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4ITStepProcessor.cc File Reference
#include "G4ITStepProcessor.hh"
#include "G4UImanager.hh"
#include "G4ForceCondition.hh"
#include "G4GPILSelection.hh"
#include "G4ITTransportationManager.hh"
#include "G4GeometryTolerance.hh"
#include "G4ParticleTable.hh"
#include "G4ITTrackingManager.hh"
#include "G4TrackingInformation.hh"
#include "G4IT.hh"
#include "G4ITNavigator.hh"
#include "G4VITProcess.hh"
#include "G4VProcess.hh"
#include "G4ITTransportation.hh"
#include "G4ITTrackHolder.hh"
#include "G4ITSteppingVerbose.hh"
#include "G4VITSteppingVerbose.hh"
#include "G4ITTrackingInteractivity.hh"
#include <iomanip>
#include <vector>
Include dependency graph for G4ITStepProcessor.cc:

Go to the source code of this file.

Functions

template<typename T >
bool IsInf (T value)
 

Variables

static const size_t SizeOfSelectedDoItVector = 100
 

Function Documentation

template<typename T >
bool IsInf ( value)
inline

Definition at line 69 of file G4ITStepProcessor.cc.

70  {
71  return std::numeric_limits<T>::has_infinity
72  && value == std::numeric_limits<T>::infinity();
73  }
const XML_Char int const XML_Char * value
Definition: expat.h:331

Here is the caller graph for this function:

Variable Documentation

const size_t SizeOfSelectedDoItVector = 100
static

Definition at line 66 of file G4ITStepProcessor.cc.