ATLAS Offline Software
|
#include <map>
#include <string>
#include "./Cluster.h"
#include "./GepCaloCell.h"
#include <memory>
Go to the source code of this file.
Classes | |
class | Gep::IClusterMaker |
Namespaces | |
Gep | |
Typedefs | |
typedef std::map< unsigned int, Gep::GepCaloCell > | GepCellMap |
typedef std::unique_ptr< GepCellMap > | pGepCellMap |
typedef std::map<unsigned int,Gep::GepCaloCell> GepCellMap |
Definition at line 16 of file IClusterMaker.h.
typedef std::unique_ptr<GepCellMap> pGepCellMap |
Definition at line 17 of file IClusterMaker.h.