ATLAS Offline Software
Loading...
Searching...
No Matches
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
9NAME: CaloSwTime.h
10PACKAGE: offline/Calorimeter/CaloClusterCorrection
11
12AUTHORS: G.Unal
13CREATED: December 2008
14
15PURPOSE: Compute time of SW clusters
16
17********************************************************************/
18
20
21
23{
24public:
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
virtual void makeCorrection(const Context &myctx, xAOD::CaloCluster *cluster) const override
CaloCluster_v1 CaloCluster
Define the latest version of the calorimeter cluster class.