ATLAS Offline Software
Classes | Namespaces | Typedefs
IClusterMaker.h File Reference
#include <map>
#include <string>
#include "./Cluster.h"
#include "./GepCaloCell.h"
#include <memory>
Include dependency graph for IClusterMaker.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Gep::IClusterMaker
 

Namespaces

 Gep
 

Typedefs

typedef std::map< unsigned int, Gep::GepCaloCellGepCellMap
 
typedef std::unique_ptr< GepCellMappGepCellMap
 

Typedef Documentation

◆ GepCellMap

typedef std::map<unsigned int,Gep::GepCaloCell> GepCellMap

Definition at line 16 of file IClusterMaker.h.

◆ pGepCellMap

typedef std::unique_ptr<GepCellMap> pGepCellMap

Definition at line 17 of file IClusterMaker.h.