#include "larcoreobj/SimpleTypesAndConstants/RawTypes.h"
#include <string>
#include <vector>
#include <utility>
Go to the source code of this file.
Classes | |
struct | sim::TrackIDE |
Ionization energy from a Geant4 track. More... | |
struct | sim::IDE |
Ionization at a point of the TPC sensitive volume. More... | |
class | sim::SimChannel |
Energy deposited on a readout channel by simulated tracks. More... | |
Namespaces | |
sim | |
Code to link reconstructed objects back to the MC truth information. | |
Typedefs | |
typedef std::pair< unsigned short, std::vector< sim::IDE > > | sim::TDCIDE |
List of energy deposits at the same time (on this channel) More... | |