SelectFromKTV Class Reference


Public Member Functions

 SelectFromKTV (G4KineticTrackVector *out, G4KineticTrack::CascadeState astate)
void operator() (G4KineticTrack *&kt) const

Detailed Description

Definition at line 1972 of file G4BinaryCascade.cc.


Constructor & Destructor Documentation

SelectFromKTV::SelectFromKTV ( G4KineticTrackVector out,
G4KineticTrack::CascadeState  astate 
) [inline]

Definition at line 1978 of file G4BinaryCascade.cc.

01979     :
01980         ktv(out), wanted_state(astate)
01981     {};
    void operator() (G4KineticTrack *& kt) const


Member Function Documentation

void SelectFromKTV::operator() ( G4KineticTrack *&  kt  )  const [inline]

Definition at line 1982 of file G4BinaryCascade.cc.

01983     {
01984         if ( (kt)->GetState() == wanted_state ) ktv->push_back(kt);
01985     };


The documentation for this class was generated from the following file:
Generated on Mon May 27 17:54:03 2013 for Geant4 by  doxygen 1.4.7