#include <TLorentzVector.h>
#include <TObject.h>
#include <map>
#include <vector>
Go to the source code of this file.
Classes | |
class | TG4HitSegment |
Namespaces | |
EDepSim | |
Construct a module from components. | |
Macros | |
#define | EDEPSIM_USE_PUBLIC_FIELDS |
Typedefs | |
typedef std::vector< TG4HitSegment > | TG4HitSegmentContainer |
A container for the hit segment information. More... | |
typedef std::map< std::string, TG4HitSegmentContainer > | TG4HitSegmentDetectors |
#define EDEPSIM_USE_PUBLIC_FIELDS |
Definition at line 74 of file TG4HitSegment.h.
A container for the hit segment information.
Definition at line 11 of file TG4HitSegment.h.
typedef std::map<std::string,TG4HitSegmentContainer> TG4HitSegmentDetectors |
A map with one entry per sensitive detector using the TG4HitSegment object to summarize hits.
Definition at line 18 of file TG4HitSegment.h.