All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces
MCTruthParticleList.h File Reference

Particle list in DetSim contains Monte Carlo particle information. More...

#include "nusimdata/SimulationBase/MCParticle.h"
#include <memory>
#include <ostream>
#include <map>
#include <cstdlib>

Go to the source code of this file.

Classes

class  truth::MCTruthParticleList
 
struct  truth::MCTruthParticleList::archived_info_type
 

Namespaces

 truth
 Monte Carlo Simulation.
 

Detailed Description

Particle list in DetSim contains Monte Carlo particle information.

Version
Id:
MCTruthParticleList.h,v 1.13 2010/05/13 16:12:20 seligman Exp
Author
selig.nosp@m.man@.nosp@m.nevis.nosp@m..col.nosp@m.umbia.nosp@m..edu

*** This class has been lifted from nutools and modified so that it *** does NOT take ownwership of the MCParticles that are added to it *** so we can avoid duplicating them


A container for particles generated during an event simulation. It acts like a map<int,Particle*> but with additional features:

Definition in file MCTruthParticleList.h.