ATLAS Offline Software
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;
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
get_generator_info.result
result
Definition: get_generator_info.py:21
IFastCaloSimCaloExtrapolation::extrapolate
virtual void extrapolate(TFCSExtrapolationState &result, const TFCSTruthState *truth, const std::vector< G4FieldTrack > &caloSteps) const =0
IFastCaloSimCaloExtrapolation::extrapolate
virtual void extrapolate(TFCSExtrapolationState &result, const TFCSTruthState *truth) const =0
TFCSExtrapolationState
Definition: TFCSExtrapolationState.h:13
IFastCaloSimCaloExtrapolation::interfaceID
static const InterfaceID & interfaceID()
AlgTool interface methods.
Definition: IFastCaloSimCaloExtrapolation.h:21
IFastCaloSimCaloExtrapolation
Definition: IFastCaloSimCaloExtrapolation.h:18
TFCSTruthState
Definition: TFCSTruthState.h:13