ATLAS Offline Software
Simulation
ISF
ISF_FastCaloSim
ISF_FastCaloSimEvent
src
TFCSInvisibleParametrization.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
ISF_FastCaloSimEvent/TFCSInvisibleParametrization.h
"
6
7
//=============================================
8
//======= TFCSInvisibleParametrization =========
9
//=============================================
10
11
FCSReturnCode
TFCSInvisibleParametrization::simulate
(
12
TFCSSimulationState
&
/*simulstate*/
,
const
TFCSTruthState
*
/*truth*/
,
13
const
TFCSExtrapolationState
*
/*extrapol*/
)
const
{
14
ATH_MSG_VERBOSE
(
"now in TFCSInvisibleParametrization::simulate(). Don't do "
15
"anything for invisible"
);
16
return
FCSSuccess
;
17
}
FCSReturnCode
FCSReturnCode
Base class for all FastCaloSim parametrizations Functionality in derivde classes is provided through ...
Definition:
TFCSParametrizationBase.h:41
TFCSInvisibleParametrization::simulate
virtual FCSReturnCode simulate(TFCSSimulationState &simulstate, const TFCSTruthState *truth, const TFCSExtrapolationState *extrapol) const override
Method in all derived classes to do some simulation.
Definition:
TFCSInvisibleParametrization.cxx:11
TFCSExtrapolationState
Definition:
TFCSExtrapolationState.h:13
ATH_MSG_VERBOSE
#define ATH_MSG_VERBOSE(x)
Definition:
AthMsgStreamMacros.h:28
FCSSuccess
@ FCSSuccess
Definition:
TFCSParametrizationBase.h:41
TFCSInvisibleParametrization.h
TFCSTruthState
Definition:
TFCSTruthState.h:13
TFCSSimulationState
Definition:
TFCSSimulationState.h:32
Generated on Thu Nov 7 2024 21:27:32 for ATLAS Offline Software by
1.8.18