![]() |
ATLAS Offline Software
|
#include <set>#include <map>#include <mutex>#include "CxxUtils/checker_macros.h"#include "ISF_FastCaloSimEvent/MLogging.h"Go to the source code of this file.
Classes | |
| class | TFCSParametrizationBase |
| struct | TFCSParametrizationBase::Duplicate_t |
Macros | |
| #define | FCS_RETRY_COUNT 3 |
Enumerations | |
| enum | FCSReturnCode { FCSFatal = 0 , FCSSuccess = 1 , FCSRetry = 2 } |
| Base class for all FastCaloSim parametrizations Functionality in derivde classes is provided through the simulate method. More... | |
| #define FCS_RETRY_COUNT 3 |
Definition at line 43 of file TFCSParametrizationBase.h.
| enum FCSReturnCode |
Base class for all FastCaloSim parametrizations Functionality in derivde classes is provided through the simulate method.
The simulate method takes a TFCSTruthState and a TFCSExtrapolationState object as input and provides output in a TFCSSimulationState. Parametrizations contain information on the pdgid, range in Ekin and range in eta of particles to which they can be applied. Several basic types of parametrization exists:
| Enumerator | |
|---|---|
| FCSFatal | |
| FCSSuccess | |
| FCSRetry | |
Definition at line 41 of file TFCSParametrizationBase.h.