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

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

Definition at line 50 of file G4QDecayChanVector.hh.

References G4cerr, and G4endl.

00051   {
00052     //G4cout<<"G4QDecayChanVector::DeleteQDecayChan: Before aQ="<<aQ<<G4endl; // TMP
00053     if(aQ) delete aQ;
00054     else G4cerr<<"***G4QDecayChanVector::DeleteQDecayChan: aQ="<<aQ<<G4endl;
00055   }


The documentation for this struct was generated from the following file:
Generated on Mon May 27 17:51:22 2013 for Geant4 by  doxygen 1.4.7