Geant4  10.02.p03
G4Scatterer::Register Struct Reference
Collaboration diagram for G4Scatterer::Register:

Public Member Functions

template<class T >
void operator() (T *, G4CollisionVector *aC)
 

Detailed Description

Definition at line 75 of file G4Scatterer.hh.

Member Function Documentation

◆ operator()()

template<class T >
void G4Scatterer::Register::operator() ( T *  ,
G4CollisionVector aC 
)
inline

Definition at line 77 of file G4Scatterer.hh.

78  {
79  G4VCollision* aT = new T;
80  aC->push_back(aT);
81  }

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