#include <set>
#include <map>
#include <mutex>
#include "CxxUtils/checker_macros.h"
#include "ISF_FastCaloSimEvent/MLogging.h"
Go to the source code of this file.
◆ FCS_RETRY_COUNT
| #define FCS_RETRY_COUNT 3 |
◆ 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.