ATLAS Offline Software
CaloClusterKineHelper.h
Go to the documentation of this file.
1 //Dear emacs, this is -*- c++ -*-
2 
3 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 #if !(defined(SIMULATIONBASE) || defined(XAOD_ANALYSIS))
8 #ifndef CALOCLUSTERKINEHELPER_H
9 #define CALOCLUSTERKINEHELPER_H
10 
12 
14 
17 
18  public:
19 
21  static void calculateKine(xAOD::CaloCluster* clu, const bool useweight=true, const bool updateLayers=true, const bool useGPUCriteria = false );
22 
23 };
24 
25 #endif
26 #endif //not defined(SIMULATIONBASE) || defined(XAOD_ANALYSIS)
xAOD::CaloCluster_v1
Description of a calorimeter cluster.
Definition: CaloCluster_v1.h:59
CaloCluster.h
CaloClusterKineHelper
Definition: CaloClusterKineHelper.h:13
CaloClusterKineHelper::calculateKine
static void calculateKine(xAOD::CaloCluster *clu, const bool useweight=true, const bool updateLayers=true, const bool useGPUCriteria=false)
Helper class to calculate cluster kinematics based on cells.
Definition: CaloClusterKineHelper.cxx:223