ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#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 |
struct | compReactionPerTime |
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 |
typedef std::multiset < G4ITReactionPtr, compReactionPerTime > | G4ITReactionPerTime |
typedef std::multiset < G4ITReactionPtr, compReactionPerTime > ::iterator | G4ITReactionPerTimeIt |
#define compTrackPerID__ |
Definition at line 46 of file G4ITReaction.hh.
View newest version in sPHENIX GitHub at line 46 of file G4ITReaction.hh
typedef std::list<G4ITReactionPtr> G4ITReactionList |
Definition at line 63 of file G4ITReaction.hh.
View newest version in sPHENIX GitHub at line 63 of file G4ITReaction.hh
typedef std::multiset<G4ITReactionPtr, compReactionPerTime> G4ITReactionPerTime |
Definition at line 76 of file G4ITReaction.hh.
View newest version in sPHENIX GitHub at line 76 of file G4ITReaction.hh
typedef std::multiset<G4ITReactionPtr, compReactionPerTime>::iterator G4ITReactionPerTimeIt |
Definition at line 77 of file G4ITReaction.hh.
View newest version in sPHENIX GitHub at line 77 of file G4ITReaction.hh
typedef std::map<G4Track*, G4ITReactionPerTrackPtr, compTrackPerID> G4ITReactionPerTrackMap |
Definition at line 66 of file G4ITReaction.hh.
View newest version in sPHENIX GitHub at line 66 of file G4ITReaction.hh
Definition at line 61 of file G4ITReaction.hh.
View newest version in sPHENIX GitHub at line 61 of file G4ITReaction.hh
typedef G4shared_ptr<G4ITReaction> G4ITReactionPtr |
Definition at line 59 of file G4ITReaction.hh.
View newest version in sPHENIX GitHub at line 59 of file G4ITReaction.hh
typedef std::list<std::pair<G4ITReactionPerTrackPtr, G4ITReactionList::iterator> > G4ReactionPerTrackIt |
Definition at line 68 of file G4ITReaction.hh.
View newest version in sPHENIX GitHub at line 68 of file G4ITReaction.hh
typedef G4shared_ptr< std::vector<G4Track*> > G4TrackVectorHandle |
Definition at line 43 of file G4ITReaction.hh.
View newest version in sPHENIX GitHub at line 43 of file G4ITReaction.hh