Skip to content
Snippets Groups Projects
Commit b9c34c45 authored by Tadej Novak's avatar Tadej Novak
Browse files

Add additional TFCSParametrizationBase defines support for standalone running

Former-commit-id: af34b2c75351725668cf9d060ad260eb8a633b2f
parent 8f375840
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