|
Namespaces | |
| std | |
Functions | |
| void | testShowerFileParticleIterator::AddParticle (const utl::Particle &p) |
| static bool | compareNames (const Particle &p1, const Particle &p2) |
| bool | CompareNames (const Particle &p1, const Particle &p2) |
| testRadioGeometryUtilities::CPPUNIT_TEST_SUITE (testRadioGeometryUtilities) | |
| testCountedObject::CPPUNIT_TEST_SUITE (testCountedObject) | |
| virtual utl::Particle * | testShowerFileParticleIterator::GetOneParticle (const utl::CoordinateSystemPtr &cs) |
| Member function to fetch the next particle. More... | |
| double | MyLog (const double x) |
| virtual void | testShowerFileParticleIterator::Rewind () |
| Rewind the particle list in the shower file to the beginning. More... | |
| virtual | testShowerFileParticleIterator::~testShowerFileParticleIterator () |
| void testShowerFileParticleIterator::AddParticle | ( | const utl::Particle & | p | ) |
Definition at line 36 of file testShowerFileParticleIterator.cc.
Referenced by testVShowerFileParticleIterator::addParticle(), and TestShowerParticleIterator::AddParticle().
Definition at line 33 of file testShowerParticleList.cc.
References utl::Particle::GetName().
Referenced by testShowerParticleList::testSTLEqual(), and testShowerParticleList::testSTLEqualInitialised().
Definition at line 36 of file testShowerParticleIterator.cc.
References utl::Particle::GetName().
Referenced by TestShowerParticleIterator::TestSTLEqual().
|
private |
test program for the RadioGeometryUtilities
|
private |
Test CountedObject class
|
virtual |
Member function to fetch the next particle.
This method has to return a pointer to the current particle in the shower file. Then it steps the cursor in the shower file forward. This corresponds to the way a typical interface library for Aires or CORSIKA provides access to the particles on the ground.
If no more particles are available, return a null pointer.
Call Rewind() before calling this function. This puts the underlying library into a defined state.
It is the responsibility of the concrete implementation to react appropriately to illegal calls to GetOneParticle()
Implements utl::VShowerFileParticleIterator.
Definition at line 59 of file testShowerFileParticleIterator.cc.
Referenced by testVShowerFileParticleIterator::testWithSkip(), and testVShowerFileParticleIterator::testWithSkipAll().
| double MyLog | ( | const double | x | ) |
Definition at line 63 of file testIntegrator.cc.
Referenced by IntegratorTest::testFunction().
|
virtual |
Rewind the particle list in the shower file to the beginning.
After a call to this function, calls to GetOneParticle() start returning particles starting from the first particle recorded for the shower.
Implements utl::VShowerFileParticleIterator.
Definition at line 47 of file testShowerFileParticleIterator.cc.
Referenced by testVShowerFileParticleIterator::testWithSkip(), and testVShowerFileParticleIterator::testWithSkipAll().
|
virtual |
Definition at line 21 of file testShowerFileParticleIterator.cc.