Public Member Functions | |
| SelectFromKTV (G4KineticTrackVector *out, G4KineticTrack::CascadeState astate) | |
| void | operator() (G4KineticTrack *&kt) const |
Definition at line 1972 of file G4BinaryCascade.cc.
| 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
| void SelectFromKTV::operator() | ( | G4KineticTrack *& | kt | ) | const [inline] |
1.4.7