Geant4
10.01.p03
|
#include "tls.hh"
#include <list>
#include <map>
#include <G4memory.hh>
#include "G4Track.hh"
#include <set>
Go to the source code of this file.
Classes | |
struct | compTrackPerID |
class | G4ITReaction |
class | G4ITReactionPerTrack |
class | G4ITReactionSet |
Macros | |
#define | compTrackPerID__ |
Typedefs | |
typedef G4shared_ptr < std::vector< G4Track * > > | G4TrackVectorHandle |
typedef G4shared_ptr < G4ITReaction > | G4ITReactionPtr |
typedef G4shared_ptr < G4ITReactionPerTrack > | G4ITReactionPerTrackPtr |
typedef std::list < G4ITReactionPtr > | G4ITReactionList |
typedef std::map< G4Track *, G4ITReactionPerTrackPtr, compTrackPerID > | G4ITReactionPerTrackMap |
typedef std::list< std::pair < G4ITReactionPerTrackPtr, G4ITReactionList::iterator > > | G4ReactionPerTrackIt |
#define compTrackPerID__ |
Definition at line 21 of file G4ITReaction.hh.
typedef std::list<G4ITReactionPtr> G4ITReactionList |
Definition at line 38 of file G4ITReaction.hh.
typedef std::map<G4Track*, G4ITReactionPerTrackPtr, compTrackPerID> G4ITReactionPerTrackMap |
Definition at line 41 of file G4ITReaction.hh.
Definition at line 36 of file G4ITReaction.hh.
typedef G4shared_ptr<G4ITReaction> G4ITReactionPtr |
Definition at line 34 of file G4ITReaction.hh.
typedef std::list<std::pair<G4ITReactionPerTrackPtr, G4ITReactionList::iterator> > G4ReactionPerTrackIt |
Definition at line 43 of file G4ITReaction.hh.
typedef G4shared_ptr< std::vector<G4Track*> > G4TrackVectorHandle |
Definition at line 18 of file G4ITReaction.hh.