Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Katja Hannele Mankinen
athena
Commits
b9c34c45
Commit
b9c34c45
authored
6 years ago
by
Tadej Novak
Browse files
Options
Downloads
Patches
Plain Diff
Add additional TFCSParametrizationBase defines support for standalone running
Former-commit-id: af34b2c75351725668cf9d060ad260eb8a633b2f
parent
8f375840
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Simulation/ISF/ISF_FastCaloSim/ISF_FastCaloSimEvent/ISF_FastCaloSimEvent/TFCSParametrizationBase.h
+2
-2
2 additions, 2 deletions
...loSimEvent/ISF_FastCaloSimEvent/TFCSParametrizationBase.h
with
2 additions
and
2 deletions
Simulation/ISF/ISF_FastCaloSim/ISF_FastCaloSimEvent/ISF_FastCaloSimEvent/TFCSParametrizationBase.h
+
2
−
2
View file @
b9c34c45
...
...
@@ -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
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment