ATLAS Offline Software
Loading...
Searching...
No Matches
Simulation
ISF
ISF_FastCaloSim
ISF_FastCaloSimParametrization
ISF_FastCaloSimParametrization
IFastCaloSimCaloExtrapolation.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 IFastCaloSimCaloExtrapolation_H
6
#define IFastCaloSimCaloExtrapolation_H
7
8
// Gaudi
9
#include "GaudiKernel/IAlgTool.h"
10
11
class
TFCSTruthState
;
12
class
TFCSExtrapolationState
;
13
class
G4FieldTrack;
14
15
static
const
InterfaceID
IID_IFastCaloSimCaloExtrapolation
(
"IFastCaloSimCaloExtrapolation"
, 1, 0);
16
17
class
IFastCaloSimCaloExtrapolation
:
virtual
public
IAlgTool
18
{
19
public
:
21
static
const
InterfaceID&
interfaceID
() {
return
IID_IFastCaloSimCaloExtrapolation
; }
22
23
virtual
void
extrapolate
(
TFCSExtrapolationState
&
result
,
const
TFCSTruthState
* truth)
const
= 0;
24
virtual
void
extrapolate
(
TFCSExtrapolationState
&
result
,
const
TFCSTruthState
* truth,
const
std::vector<G4FieldTrack>& caloSteps)
const
= 0;
25
26
};
27
28
#endif
// IFastCaloSimCaloExtrapolation_H
IID_IFastCaloSimCaloExtrapolation
static const InterfaceID IID_IFastCaloSimCaloExtrapolation("IFastCaloSimCaloExtrapolation", 1, 0)
IFastCaloSimCaloExtrapolation
Definition
IFastCaloSimCaloExtrapolation.h:18
IFastCaloSimCaloExtrapolation::interfaceID
static const InterfaceID & interfaceID()
AlgTool interface methods.
Definition
IFastCaloSimCaloExtrapolation.h:21
IFastCaloSimCaloExtrapolation::extrapolate
virtual void extrapolate(TFCSExtrapolationState &result, const TFCSTruthState *truth) const =0
IFastCaloSimCaloExtrapolation::extrapolate
virtual void extrapolate(TFCSExtrapolationState &result, const TFCSTruthState *truth, const std::vector< G4FieldTrack > &caloSteps) const =0
TFCSExtrapolationState
Definition
TFCSExtrapolationState.h:13
TFCSTruthState
Definition
TFCSTruthState.h:13
result
Generated on
for ATLAS Offline Software by
1.14.0