ATLAS Offline Software
Loading...
Searching...
No Matches
TFCSEnergyRenormalization.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef ISF_FASTCALOSIMEVENT_TFCSEnergyRenormalization_h
6#define ISF_FASTCALOSIMEVENT_TFCSEnergyRenormalization_h
7
9
13
15public:
16 TFCSEnergyRenormalization(const char *name = nullptr,
17 const char *title = nullptr);
19
20 virtual bool is_match_Ekin_bin(int /*Ekin_bin*/) const override;
21 virtual bool is_match_calosample(int /*calosample*/) const override;
22
23 virtual FCSReturnCode
24 simulate(TFCSSimulationState &simulstate, const TFCSTruthState * /*truth*/,
25 const TFCSExtrapolationState * /*extrapol*/) const override;
26
27private:
28 ClassDefOverride(TFCSEnergyRenormalization, 1) // TFCSEnergyRenormalization
29};
30
31inline bool
33 return true;
34}
35
36inline bool
38 return true;
39}
40
41#endif
FCSReturnCode
Base class for all FastCaloSim parametrizations Functionality in derivde classes is provided through ...
virtual bool is_match_Ekin_bin(int) const override
TFCSEnergyRenormalization(const char *name=nullptr, const char *title=nullptr)
virtual FCSReturnCode simulate(TFCSSimulationState &simulstate, const TFCSTruthState *, const TFCSExtrapolationState *) const override
Method in all derived classes to do some simulation.
virtual bool is_match_calosample(int) const override
TFCSParametrization(const char *name=nullptr, const char *title=nullptr)