ATLAS Offline Software
|
#include <vector>
#include <math.h>
#include "GaudiKernel/IAlgTool.h"
#include "AthContainers/ConstDataVector.h"
#include "CaloEvent/CaloCellContainer.h"
#include "xAODTracking/TrackParticleContainer.h"
#include "xAODCaloEvent/CaloClusterContainer.h"
#include "TrkParameters/TrackParameters.h"
Go to the source code of this file.
Classes | |
class | TileCal::ITrackTools |
Namespaces | |
KinematicUtils | |
TileCal | |
Typedefs | |
typedef CaloCell | CELL |
CALORIMETER INCLUDES. More... | |
typedef CaloCellContainer | CELLCONTAINER |
typedef xAOD::TrackParticle | TRACK |
typedef xAOD::TrackParticleContainer | TRACKCONTAINER |
typedef xAOD::CaloCluster | CLUSTER |
typedef xAOD::CaloClusterContainer | CLUSTERCONTAINER |
Functions | |
void | KinematicUtils::EnsurePhiInMinusPiToPi (double &phi) |
double | KinematicUtils::deltaPhi (double phi1, double phi2) |
double | KinematicUtils::deltaR (double eta1, double eta2, double phi1, double phi2) |
CALORIMETER INCLUDES.
Definition at line 35 of file DerivationFramework/DerivationFrameworkTileCal/src/ITrackTools.h.
typedef CaloCellContainer CELLCONTAINER |
Definition at line 36 of file DerivationFramework/DerivationFrameworkTileCal/src/ITrackTools.h.
typedef xAOD::CaloCluster CLUSTER |
Definition at line 39 of file DerivationFramework/DerivationFrameworkTileCal/src/ITrackTools.h.
Definition at line 40 of file DerivationFramework/DerivationFrameworkTileCal/src/ITrackTools.h.
typedef xAOD::TrackParticle TRACK |
Definition at line 37 of file DerivationFramework/DerivationFrameworkTileCal/src/ITrackTools.h.
Definition at line 38 of file DerivationFramework/DerivationFrameworkTileCal/src/ITrackTools.h.