Geant4  10.02.p03
G4ITReaction.hh File Reference
#include "tls.hh"
#include <list>
#include <map>
#include <G4memory.hh>
#include "G4Track.hh"
#include <set>
Include dependency graph for G4ITReaction.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  compTrackPerID
 
struct  compReactionPerTime
 
class  G4ITReaction
 
class  G4ITReactionPerTrack
 
class  G4ITReactionSet
 

Macros

#define compTrackPerID__
 

Typedefs

typedef G4shared_ptr< std::vector< G4Track * > > G4TrackVectorHandle
 
typedef G4shared_ptr< G4ITReactionG4ITReactionPtr
 
typedef G4shared_ptr< G4ITReactionPerTrackG4ITReactionPerTrackPtr
 
typedef std::list< G4ITReactionPtrG4ITReactionList
 
typedef std::map< G4Track *, G4ITReactionPerTrackPtr, compTrackPerIDG4ITReactionPerTrackMap
 
typedef std::list< std::pair< G4ITReactionPerTrackPtr, G4ITReactionList::iterator > > G4ReactionPerTrackIt
 
typedef std::multiset< G4ITReactionPtr, compReactionPerTimeG4ITReactionPerTime
 
typedef std::multiset< G4ITReactionPtr, compReactionPerTime >::iterator G4ITReactionPerTimeIt
 

Macro Definition Documentation

◆ compTrackPerID__

#define compTrackPerID__

Definition at line 46 of file G4ITReaction.hh.

Typedef Documentation

◆ G4ITReactionList

typedef std::list<G4ITReactionPtr> G4ITReactionList

Definition at line 63 of file G4ITReaction.hh.

◆ G4ITReactionPerTime

Definition at line 76 of file G4ITReaction.hh.

◆ G4ITReactionPerTimeIt

typedef std::multiset<G4ITReactionPtr, compReactionPerTime>::iterator G4ITReactionPerTimeIt

Definition at line 77 of file G4ITReaction.hh.

◆ G4ITReactionPerTrackMap

Definition at line 66 of file G4ITReaction.hh.

◆ G4ITReactionPerTrackPtr

◆ G4ITReactionPtr

Definition at line 59 of file G4ITReaction.hh.

◆ G4ReactionPerTrackIt

typedef std::list<std::pair<G4ITReactionPerTrackPtr, G4ITReactionList::iterator> > G4ReactionPerTrackIt

Definition at line 68 of file G4ITReaction.hh.

◆ G4TrackVectorHandle

typedef G4shared_ptr< std::vector<G4Track*> > G4TrackVectorHandle

Definition at line 43 of file G4ITReaction.hh.