ATLAS Offline Software
|
#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 "./GepCaloCell.h"
#include <vector>
Go to the source code of this file.
Classes | |
class | CaloCellsHandlerTool |
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 22 of file CaloCellsHandlerTool.h.
typedef std::unique_ptr<GepCellMap> pGepCellMap |
Definition at line 23 of file CaloCellsHandlerTool.h.