#include "globals.hh"
#include "G4ParticleDefinition.hh"
#include "G4DynamicParticle.hh"
#include "G4Element.hh"
#include "G4Track.hh"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include <vector>
#include <map>
Go to the source code of this file.
Classes | |
class | G4ProcessHelper |
Typedefs | |
typedef std::map< G4int, ReactionProductList > | ReactionMap |
typedef std::vector< G4int > | ReactionProduct |
typedef std::vector< ReactionProduct > | ReactionProductList |
typedef std::map<G4int, ReactionProductList> ReactionMap |
Definition at line 18 of file G4ProcessHelper.h.
typedef std::vector<G4int> ReactionProduct |
Definition at line 16 of file G4ProcessHelper.h.
typedef std::vector<ReactionProduct> ReactionProductList |
Definition at line 17 of file G4ProcessHelper.h.