Classes | Namespaces | Files | Functions
Testing
Collaboration diagram for Testing:

Classes

class  CountedLog
 
class  HistogramTest
 
class  IntegratorTest
 
class  MuonArrivalTimeTest
 
class  MyTrue
 
class  PolynomialInterpolationTest
 
class  ReaderTest
 
class  SinFunctor
 
class  SplineInterpolatorTest
 
class  Test
 
class  TestAccumulator
 
class  testAnalyticCoordinateTransformator
 
class  testAnalyticFilters
 
class  testAnalyticWindows
 
class  testAugerCoordinateSystem
 
class  testAxialVector
 
class  testBasicVector
 
class  TestBit
 
class  TestCoordinateSystem
 
class  testDeprecator
 
class  testErrorLogger
 
class  testErrorPropagation
 
class  testErrorPropagator
 
class  testFFTDataContainer
 
class  testFFTDataContainerAlgorithm
 
class  testFileName
 
class  testMagneticFieldModel
 
class  testMd5Sum
 
class  TestMinou
 
class  testObjectFactory
 
class  testObjectRegistrar
 
class  TestODEIntegrator
 
class  testOperationsAxialVector
 
class  testOperationsPV
 
class  testOperationsVV
 
class  testParameterStorage
 
class  testParticle
 
class  testParticlePropertiesFactory
 
class  testPhysicalFunctions
 
class  testPoint
 
class  TestProbability
 
class  TestQuadraticFitter
 
class  testReadStream
 
class  testReferenceEllipsoid
 
class  testShadowPtr
 
class  TestShowerParticleIterator
 
class  testShowerParticleList
 
class  TestSMatrixSVector
 
class  TestSparseMatrix
 
class  TestSparseMatrixVectorOp
 
class  TestSparseMatrixVectorSMatrixSVector
 
class  TestSparseVector
 
class  testStringCompare
 
class  TestTabularStream
 
class  testTabulatedFunctionComplexLgAmpPhase
 
class  testTestTuple
 
class  TestTime
 
class  testTimeDistribution
 
class  testTraces
 
class  testTransformation
 
class  testTransformationMatrix
 
class  testUniqueObject
 
class  testUTMPoint
 
class  TestValidatrix
 
class  testVector
 
class  testVShowerFileParticleIterator
 

Namespaces

 std
 

Files

file  Test.h
 
file  testBasicVectorHelper.cc
 
file  testBit.cc
 
file  testBoolCast.cc
 
file  testDeprecator.cc
 
file  testIntegrator.cc
 
file  testLibObjectRegistrar.cc
 
file  testLibObjectRegistrar2.cc
 
file  testMath.cc
 
file  testMd5Sum.cc
 
file  testMuonArrivalTime.cc
 
file  testObjectFactory.cc
 
file  testObjectRegistrar.cc
 
file  testODEIntegrator.cc
 
file  testParticle.cc
 
file  testParticlePropertiesFactory.cc
 
file  testPhysicalFunctions.cc
 
file  testPolynomialInterpolation.cc
 
file  testQuadraticFitter.cc
 
file  testReader.cc
 
file  testReadStream.cc
 
file  testShadowPtr.cc
 
file  testShowerFileParticleIterator.cc
 
file  testShowerParticleIterator.cc
 
file  testShowerParticleList.cc
 
file  testSMatrixSVector.cc
 
file  testSparseMatrixVectorOp.cc
 
file  testSparseMatrixVectorSMatrixSVector.cc
 
file  testSparseVector.cc
 
file  testSplineInterpolator.cc
 
file  testStationTriggerAlgorithm.cc
 
file  testStringCompare.cc
 
file  testTabularStream.cc
 
file  testTabulatedFunction.cc
 
file  testTestTuple.cc
 
file  testTime.cc
 
file  testTypeLabeledContainer.cc
 
file  testUniqueObject.cc
 
file  testValidatrix.cc
 
file  testVShowerFileParticleIterator.cc
 
file  Verify.h
 

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::ParticletestShowerFileParticleIterator::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 ()
 

Detailed Description

Function Documentation

void testShowerFileParticleIterator::AddParticle ( const utl::Particle p)
static bool compareNames ( const Particle p1,
const Particle p2 
)
static
bool CompareNames ( const Particle p1,
const Particle p2 
)
testRadioGeometryUtilities::CPPUNIT_TEST_SUITE ( testRadioGeometryUtilities  )
private

test program for the RadioGeometryUtilities

Author
C.Glaser
testCountedObject::CPPUNIT_TEST_SUITE ( testCountedObject  )
private

Test CountedObject class

Author
Lukas Nellen
Date
8 Dec 2003
Particle * testShowerFileParticleIterator::GetOneParticle ( const utl::CoordinateSystemPtr cs)
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().

void testShowerFileParticleIterator::Rewind ( )
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().

testShowerFileParticleIterator::~testShowerFileParticleIterator ( )
virtual

Definition at line 21 of file testShowerFileParticleIterator.cc.


, generated on Tue Sep 26 2023.