ATLAS Offline Software
Loading...
Searching...
No Matches
CellsInCone.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef DERIVATIONFRAMEWORK_CELLSINCONE_H
6#define DERIVATIONFRAMEWORK_CELLSINCONE_H
7
12namespace DerivationFramework {
13namespace CellsInCone {
14void
16 const CaloCellContainer* inputcells,
17 const CaloDetDescrManager* caloMgr,
18 const xAOD::Egamma* eg,
19 const double dr);
20}
21}
22#endif
Container class for CaloCell.
This class provides the client interface for accessing the detector description information common to...
void egammaSelect(xAOD::CaloCluster *inputCl, const CaloCellContainer *inputcells, const CaloDetDescrManager *caloMgr, const xAOD::Egamma *eg, const double dr)
THE reconstruction tool.
CaloCluster_v1 CaloCluster
Define the latest version of the calorimeter cluster class.
Egamma_v1 Egamma
Definition of the current "egamma version".
Definition Egamma.h:17