ATLAS Offline Software
Loading...
Searching...
No Matches
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)
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.
CaloCluster_v1 CaloCluster
Define the latest version of the calorimeter cluster class.