#include "AtlfastEvent/Cell.h"
#include "AtlfastEvent/ITwoCptCell.h"
#include "AtlfastEvent/TwoCptCell.h"
#include "AtlfastEvent/Cluster.h"
#include "AtlfastEvent/ICluster.h"
#include "AtlfastEvent/Jet.h"
#include "AtlfastEvent/ReconstructedParticle.h"
#include "AtlfastEvent/Track.h"
#include "AtlfastEvent/SimpleKinematic.h"
#include "AtlfastEvent/IKinematic.h"
#include "AtlfastEvent/ITransportedParticle.h"
#include <vector>
#include "DataModel/DataVector.h"
#include "AtlfastEvent/ClassDefs.h"
Include dependency graph for CollectionDefs.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Atlfast |
Typedefs | |
typedef DataVector< ICell > | Atlfast::ICellCollection |
typedef DataVector< ITwoCptCell > | Atlfast::ITwoCptCellCollection |
typedef DataVector< Cluster > | Atlfast::ClusterCollection |
typedef DataVector< ICluster > | Atlfast::IClusterCollection |
typedef DataVector< Jet > | Atlfast::JetCollection |
typedef DataVector< ReconstructedParticle > | Atlfast::ReconstructedParticleCollection |
typedef DataVector< Track > | Atlfast::TrackCollection |
typedef DataVector< SimpleKinematic > | Atlfast::SimpleKinematicCollection |
typedef DataVector< IKinematic > | Atlfast::IKinematicCollection |
typedef std::vector< ITransportedParticle * > | Atlfast::ITransportedParticleCollection |
typedef ITransportedParticleCollection::const_iterator | Atlfast::ITransportedParticleCollectionCIter |
typedef ICellCollection::iterator | Atlfast::ICellIterator |
typedef ITwoCptCellCollection::iterator | Atlfast::ITwoCptCellIterator |
typedef ClusterCollection::iterator | Atlfast::ClusterIterator |
typedef JetCollection::iterator | Atlfast::JetIterator |
typedef ReconstructedParticleCollection::iterator | Atlfast::ReconstructedParticleIterator |
typedef TrackCollection::iterator | Atlfast::TrackIterator |
typedef SimpleKinematicCollection::iterator | Atlfast::SimpleKinematicIterator |
typedef IKinematicCollection::iterator | Atlfast::IKinematicIterator |
typedef ITransportedParticleCollection::iterator | Atlfast::ITransportedParticleCollectionIter |
typedef std::vector< const Cell * > | Atlfast::CellVector |
typedef std::vector< const Cluster * > | Atlfast::ClusterVector |
typedef std::vector< const ICluster * > | Atlfast::IClusterVector |
typedef std::vector< const Jet * > | Atlfast::JetVector |
typedef std::vector< const Track * > | Atlfast::TrackVector |
typedef std::vector< const SimpleKinematic * > | Atlfast::SimpleKinematicVector |
typedef std::vector< const TwoCptCell * > | Atlfast::TwoCptCellVector |
typedef std::vector< const IKinematic * > | Atlfast::IKinematicVector |
typedef std::vector< const ReconstructedParticle * > | Atlfast::ReconstructedParticleVector |