ATLAS Offline Software
CaloSwTime.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef CALOCLUSTERCORRECTION_CALOSWTIME_H
6 #define CALOCLUSTERCORRECTION_CALOSWTIME_H
7 /********************************************************************
8 
9 NAME: CaloSwTime.h
10 PACKAGE: offline/Calorimeter/CaloClusterCorrection
11 
12 AUTHORS: G.Unal
13 CREATED: December 2008
14 
15 PURPOSE: Compute time of SW clusters
16 
17 ********************************************************************/
18 
20 
21 
23 {
24 public:
26  using CaloClusterCorrection::CaloClusterCorrection;
27 
28  virtual void makeCorrection (const Context& myctx,
29  xAOD::CaloCluster* cluster) const override;
30 
31 
32  private:
33 
34 
35 };
36 
37 #endif
38 
CaloSwTime
Definition: CaloSwTime.py:1
CaloSwTime::makeCorrection
virtual void makeCorrection(const Context &myctx, xAOD::CaloCluster *cluster) const override
Definition: CaloSwTime.cxx:21
xAOD::CaloCluster_v1
Description of a calorimeter cluster.
Definition: CaloCluster_v1.h:59
CaloClusterCorrection.h
CaloUtils::ToolConstantsContext
Context object for retrieving ToolConstant values.
Definition: ToolWithConstants.h:61
CaloClusterCorrection
Definition: CaloClusterCorrection.h:55