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

#include <G4QDecayChanVector.hh>

Public Member Functions

void operator() (G4QDecayChan *aQ)
 

Detailed Description

Definition at line 48 of file G4QDecayChanVector.hh.

Member Function Documentation

◆ operator()()

void DeleteQDecayChan::operator() ( G4QDecayChan aQ)
inline

Definition at line 50 of file G4QDecayChanVector.hh.

51 {
52 //G4cout<<"G4QDecayChanVector::DeleteQDecayChan: Before aQ="<<aQ<<G4endl; // TMP
53 if(aQ) delete aQ;
54 else G4cerr<<"***G4QDecayChanVector::DeleteQDecayChan: aQ="<<aQ<<G4endl;
55 }
#define G4endl
Definition: G4ios.hh:52
G4DLLIMPORT std::ostream G4cerr

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