Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Show more breadcrumbs
Shaun Roe
athena
Commits
f8788f59
Commit
f8788f59
authored
7 years ago
by
Scott Snyder
Committed by
scott snyder
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
TrigT2CaloCosmic: Comply with ATLAS naming conventions.
Protected data members should start with m_.
parent
4bcd60f4
No related branches found
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Trigger/TrigAlgorithms/TrigT2CaloCosmic/src/CosmicHadEnFex.cxx
+3
-3
3 additions, 3 deletions
...er/TrigAlgorithms/TrigT2CaloCosmic/src/CosmicHadEnFex.cxx
Trigger/TrigAlgorithms/TrigT2CaloCosmic/src/CosmicSamp2Fex.cxx
+3
-3
3 additions, 3 deletions
...er/TrigAlgorithms/TrigT2CaloCosmic/src/CosmicSamp2Fex.cxx
with
6 additions
and
6 deletions
Trigger/TrigAlgorithms/TrigT2CaloCosmic/src/CosmicHadEnFex.cxx
+
3
−
3
View file @
f8788f59
...
...
@@ -44,8 +44,8 @@ CosmicHadEnFex::~CosmicHadEnFex(){
StatusCode
CosmicHadEnFex
::
execute
(
TrigEMCluster
&
rtrigEmCluster
,
double
etamin
,
double
etamax
,
double
phimin
,
double
phimax
){
lardecoded
=
false
;
tiledecoded
=
false
;
m_
lardecoded
=
false
;
m_
tiledecoded
=
false
;
// Time total AlgTool time
if
(
!
m_timersvc
.
empty
())
m_timer
[
0
]
->
start
();
...
...
@@ -100,7 +100,7 @@ StatusCode CosmicHadEnFex::execute(TrigEMCluster &rtrigEmCluster,double etamin,
// For the others no
if
(
m_data
->
LoadCollections
(
m_itBegin
,
m_itEnd
,
iR
,
!
iR
).
isFailure
()
)
return
StatusCode
::
FAILURE
;
tiledecoded
=
true
;
m_
tiledecoded
=
true
;
if
(
m_saveCells
)
IAlgToolCalo
::
storeCells
();
// Finished to access Collection
if
(
!
m_timersvc
.
empty
())
m_timer
[
2
]
->
pause
();
...
...
This diff is collapsed.
Click to expand it.
Trigger/TrigAlgorithms/TrigT2CaloCosmic/src/CosmicSamp2Fex.cxx
+
3
−
3
View file @
f8788f59
...
...
@@ -39,8 +39,8 @@ CosmicSamp2Fex::~CosmicSamp2Fex(){
StatusCode
CosmicSamp2Fex
::
execute
(
TrigEMCluster
&
rtrigEmCluster
,
const
IRoiDescriptor
&
roi
)
{
lardecoded
=
false
;
tiledecoded
=
false
;
m_
lardecoded
=
false
;
m_
tiledecoded
=
false
;
// Time total AlgTool time
if
(
!
m_timersvc
.
empty
())
m_timer
[
0
]
->
start
();
...
...
@@ -62,7 +62,7 @@ StatusCode CosmicSamp2Fex::execute(TrigEMCluster &rtrigEmCluster,
if
(
m_data
->
LoadCollections
(
m_iBegin
,
m_iEnd
).
isFailure
()
)
return
StatusCode
::
FAILURE
;
lardecoded
=
true
;
m_
lardecoded
=
true
;
if
(
m_saveCells
)
IAlgToolCalo
::
storeCells
();
// Finished to access Collection
if
(
!
m_timersvc
.
empty
())
m_timer
[
2
]
->
stop
();
...
...
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