Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Namespaces | Typedefs
ISFParticleContainer.h File Reference
#include <list>
#include <vector>
Include dependency graph for ISFParticleContainer.h:

Go to the source code of this file.

Namespaces

 ISF
 ISFParticleOrderedQueue.
 

Typedefs

typedef std::list< ISF::ISFParticle * > ISF::ISFParticleContainer
 generic ISFParticle container (not necessarily a std::list!) More...
 
typedef std::list< const ISF::ISFParticle * > ISF::ConstISFParticleContainer
 
typedef std::vector< ISF::ISFParticle * > ISF::ISFParticleVector
 ISFParticle vector. More...
 
typedef std::vector< const ISF::ISFParticle * > ISF::ConstISFParticleVector