ATLAS Offline Software
Classes | Namespaces | Typedefs
IClusterMaker.h File Reference
#include <map>
#include <string>
#include "./Cluster.h"
#include "./CustomCaloCell.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

using GepCellMap = std::map< unsigned int, Gep::CustomCaloCell >
 
using pGepCellMap = std::unique_ptr< GepCellMap >
 

Typedef Documentation

◆ GepCellMap

using GepCellMap = std::map<unsigned int,Gep::CustomCaloCell>

Definition at line 16 of file IClusterMaker.h.

◆ pGepCellMap

using pGepCellMap = std::unique_ptr<GepCellMap>

Definition at line 17 of file IClusterMaker.h.