ShowerParticleList.cc
Go to the documentation of this file.
1 
9 #include <utl/ShowerParticleList.h>
10 #include <utl/ShowerParticleIterator.h>
11 #include <utl/VShowerFileParticleIterator.h>
12 #include <utl/CoordinateSystemPtr.h>
13 #include <utl/ErrorLogger.h>
14 #include <utl/AugerException.h>
15 
16 #include <string>
17 
18 
19 namespace utl {
20 
21  void
23  {
24  fFileInterface = interface;
25  }
26 
27 
30  const
31  {
33  }
34 
35 
38  const
39  {
40  return ShowerParticleIterator(nullptr);
41  }
42 
43 }
Iterator to retrieve particles from utl::VShowerParticlList.
ShowerParticleIterator ParticlesEnd(const CoordinateSystemPtr cs) const
Interface class for accessing a list of particles from a shower file.
ShowerParticleIterator ParticlesBegin(const CoordinateSystemPtr cs) const
void SetFileInterface(VShowerFileParticleIterator *const interface)
boost::shared_ptr< const CoordinateTransformer > CoordinateSystemPtr
Shared pointer for coordinate systems.
VShowerFileParticleIterator * fFileInterface

, generated on Tue Sep 26 2023.