Geant4-11
Data Structures | Macros | Typedefs
G4ITReaction.hh File Reference
#include "tls.hh"
#include <list>
#include <map>
#include <G4memory.hh>
#include "G4Track.hh"
#include <set>

Go to the source code of this file.

Data Structures

struct  compReactionPerTime
 
struct  compTrackPerID
 
class  G4ITReaction
 
class  G4ITReactionPerTrack
 
class  G4ITReactionSet
 

Macros

#define compTrackPerID__
 

Typedefs

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

Macro Definition Documentation

◆ compTrackPerID__

#define compTrackPerID__

Definition at line 47 of file G4ITReaction.hh.

Typedef Documentation

◆ G4ITReactionList

typedef std::list<G4ITReactionPtr> G4ITReactionList

Definition at line 64 of file G4ITReaction.hh.

◆ G4ITReactionPerTime

Definition at line 77 of file G4ITReaction.hh.

◆ G4ITReactionPerTimeIt

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

Definition at line 78 of file G4ITReaction.hh.

◆ G4ITReactionPerTrackMap

Definition at line 67 of file G4ITReaction.hh.

◆ G4ITReactionPerTrackPtr

Definition at line 62 of file G4ITReaction.hh.

◆ G4ITReactionPtr

Definition at line 61 of file G4ITReaction.hh.

◆ G4ReactionPerTrackIt

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

Definition at line 69 of file G4ITReaction.hh.

◆ G4TrackVectorHandle

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

Definition at line 44 of file G4ITReaction.hh.