Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
DeleteDiscreteProcess Struct Reference

#include <G4QDiscreteProcessVector.hh>

Public Member Functions

void operator() (std::pair< G4VDiscreteProcess *, G4double > *DP)
 

Detailed Description

Definition at line 45 of file G4QDiscreteProcessVector.hh.

Member Function Documentation

◆ operator()()

void DeleteDiscreteProcess::operator() ( std::pair< G4VDiscreteProcess *, G4double > *  DP)
inline

Definition at line 45 of file G4QDiscreteProcessVector.hh.

45 { void operator()(std::pair<G4VDiscreteProcess*,G4double>* DP)
46 {delete DP->first; delete DP;} };
void operator()(std::pair< G4VDiscreteProcess *, G4double > *DP)

Referenced by operator()().


The documentation for this struct was generated from the following file: