#include <ParticleList.h>
Public Member Functions | |
| ParticleList () | |
| ~ParticleList () | |
| ClassDef (ParticleList, 1) | |
Public Attributes | |
| std::vector< Particle > | fParticles |
|
|
Definition at line 15 of file ParticleList.cxx. 00015 : 00016 fParticles(0) 00017 { 00018 }
|
|
|
Definition at line 22 of file ParticleList.cxx. 00022 { }
|
|
||||||||||||
|
|
|
|
Definition at line 23 of file ParticleList.h. Referenced by novamc::MCApplication::BeginEvent(), novamc::MCApplication::FinishEvent(), and sim::PartToHitTable::PartToHitTable(). |
1.3.9.1