Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
atlas
athena
Merge requests
!29413
FCS: Fix building standalone code with gcc8
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
FCS: Fix building standalone code with gcc8
tadej/athena:FCS_gcc8
into
21.0
Overview
7
Commits
1
Pipelines
1
Changes
2
Merged
Tadej Novak
requested to merge
tadej/athena:FCS_gcc8
into
21.0
5 years ago
Overview
7
Commits
1
Pipelines
1
Changes
2
Expand
Fix building standalone FastCaloSim code with gcc8.
0
0
Merge request reports
Compare
21.0
21.0 (base)
and
latest version
latest version
05cf48ff
1 commit,
5 years ago
2 files
+
8
−
12
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
Simulation/ISF/ISF_FastCaloSim/ISF_FastCaloSimParametrization/tools/LArReadoutGeometry/FCAL_ChannelMap.h
+
5
−
6
Options
/*
Copyright (C) 2002-20
17
CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-20
20
CERN for the benefit of the ATLAS collaboration
*/
// ***************************************************************************
// Liquid Argon FCAL detector description package
// -----------------------------------------
// Copyright (C) 1998 by ATLAS Collaboration
//
//
// 10-Sep-2000 S.Simion Handling of the FCAL read-out identifiers
@@ -88,18 +87,18 @@ public:
float
x
,
float
y
,
int
&
eta
,
int
&
phi
)
const
throw
(
std
::
range_error
)
;
int
&
phi
)
const
;
/** For reconstruction, decoding of tile identifiers */
float
x
(
int
isam
,
int
eta
,
int
phi
)
const
throw
(
std
::
range_error
)
;
int
phi
)
const
;
float
y
(
int
isam
,
int
eta
,
int
phi
)
const
throw
(
std
::
range_error
)
;
int
phi
)
const
;
void
tileSize
(
int
sam
,
int
eta
,
int
phi
,
float
&
dx
,
float
&
dy
)
const
throw
(
std
::
range_error
)
;
float
&
dx
,
float
&
dy
)
const
;
void
tileSize
(
int
isam
,
int
ntubes
,
float
&
dx
,
float
&
dy
)
const
;
Loading