ATLAS Offline Software
Classes | Typedefs
CaloCellsHandlerTool.h File Reference
#include "AthenaBaseComps/AthAlgTool.h"
#include "CaloEvent/CaloCellContainer.h"
#include "CaloEvent/CaloCell.h"
#include "GaudiKernel/ToolHandle.h"
#include "CaloDetDescr/CaloDetDescrManager.h"
#include "CaloIdentifier/CaloCell_ID.h"
#include "CaloConditions/CaloNoise.h"
#include "./CustomCaloCell.h"
#include <vector>
Include dependency graph for CaloCellsHandlerTool.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CaloCellsHandlerTool
 

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 22 of file CaloCellsHandlerTool.h.

◆ pGepCellMap

using pGepCellMap = std::unique_ptr<GepCellMap>

Definition at line 23 of file CaloCellsHandlerTool.h.