00001 00002 00003 00004 00005 00006 00007 00008 00009 #include "Simulation/ParticleList.h" 00010 using namespace sim; 00011 ClassImp(ParticleList); 00012 00013 //...................................................................... 00014 00015 ParticleList::ParticleList() : 00016 fParticles(0) 00017 { 00018 } 00019 00020 //...................................................................... 00021 00022 ParticleList::~ParticleList() { } 00023
1.3.9.1