ATLAS Offline Software
TFCSHistoLateralShapeParametrizationFCal.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef TFCSHistoLateralShapeParametrizationFCal_h
6 #define TFCSHistoLateralShapeParametrizationFCal_h
7 
11 
12 class TH2;
13 
16 public:
17  TFCSHistoLateralShapeParametrizationFCal(const char *name = nullptr,
18  const char *title = nullptr);
20 
21  virtual FCSReturnCode
22  simulate_hit(Hit &hit, TFCSSimulationState &simulstate,
23  const TFCSTruthState *truth,
24  const TFCSExtrapolationState *extrapol) override;
25 
26 private:
28  1) // TFCSHistoLateralShapeParametrizationFCal
29 };
30 
31 #endif
FCSReturnCode
FCSReturnCode
Base class for all FastCaloSim parametrizations Functionality in derivde classes is provided through ...
Definition: TFCSParametrizationBase.h:41
TFCSHistoLateralShapeParametrization
Definition: TFCSHistoLateralShapeParametrization.h:20
TFCSHistoLateralShapeParametrizationFCal
Definition: TFCSHistoLateralShapeParametrizationFCal.h:15
TFCSExtrapolationState
Definition: TFCSExtrapolationState.h:13
TFCSLateralShapeParametrizationHitBase::Hit
Definition: TFCSLateralShapeParametrizationHitBase.h:42
RunActsMaterialValidation.extrapol
extrapol
Definition: RunActsMaterialValidation.py:90
TFCSHistoLateralShapeParametrizationFCal::~TFCSHistoLateralShapeParametrizationFCal
~TFCSHistoLateralShapeParametrizationFCal()
Definition: TFCSHistoLateralShapeParametrizationFCal.cxx:27
TFCSHistoLateralShapeParametrization.h
covarianceTool.title
title
Definition: covarianceTool.py:542
TH2
Definition: rootspy.cxx:373
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
TFCSTruthState.h
TFCSHistoLateralShapeParametrizationFCal::simulate_hit
virtual FCSReturnCode simulate_hit(Hit &hit, TFCSSimulationState &simulstate, const TFCSTruthState *truth, const TFCSExtrapolationState *extrapol) override
simulated one hit position with weight that should be put into simulstate sometime later all hit weig...
Definition: TFCSHistoLateralShapeParametrizationFCal.cxx:29
TFCS2DFunctionHistogram.h
TFCSHistoLateralShapeParametrizationFCal::TFCSHistoLateralShapeParametrizationFCal
TFCSHistoLateralShapeParametrizationFCal(const char *name=nullptr, const char *title=nullptr)
Definition: TFCSHistoLateralShapeParametrizationFCal.cxx:22
TFCSTruthState
Definition: TFCSTruthState.h:13
TFCSSimulationState
Definition: TFCSSimulationState.h:32