Skip to content
Snippets Groups Projects
Commit a415f961 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch 'cherry-pick-e85234198e-master' into 'master'

Sweeping !16288 from 21.0 to master.
Add additional TFCSParametrizationBase defines support for standalone running

See merge request atlas/athena!16337
parents cc206953 5650e483
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ class TFCSTruthState;
class TFCSExtrapolationState;
// Define Athena like message macro's such that they work stand alone and inside athena
#if defined(__FastCaloSimStandAlone__)
#if defined(__FastCaloSimStandAlone__) || defined(__FastCaloSimStandAloneDict__)
#include <iostream>
#include <iomanip>
typedef std::ostream MsgStream;
......@@ -150,7 +150,7 @@ protected:
static std::vector< TFCSParametrizationBase* > s_cleanup_list;
#if defined(__FastCaloSimStandAlone__)
#if defined(__FastCaloSimStandAlone__) || defined(__FastCaloSimStandAloneDict__)
public:
/// Update outputlevel
virtual void setLevel(int level,bool recursive=false) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment