Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
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
Martin Wessels
athena
Commits
c0f262cb
Commit
c0f262cb
authored
2 months ago
by
Martin Wessels
Browse files
Options
Downloads
Patches
Plain Diff
Removing comments
parent
c233dc10
No related branches found
No related tags found
No related merge requests found
Pipeline
#9253749
passed
2 months ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Trigger/TrigT1/TrigT1CaloMonitoring/src/PPMSimBSMonitorAlgorithm.cxx
+0
-11
0 additions, 11 deletions
...gT1/TrigT1CaloMonitoring/src/PPMSimBSMonitorAlgorithm.cxx
with
0 additions
and
11 deletions
Trigger/TrigT1/TrigT1CaloMonitoring/src/PPMSimBSMonitorAlgorithm.cxx
+
0
−
11
View file @
c0f262cb
...
...
@@ -88,8 +88,6 @@ StatusCode PPMSimBSMonitorAlgorithm::fillHistograms( const EventContext& ctx ) c
for
(
auto
&
myTower
:
vecMonTT
)
{
ATH_MSG_DEBUG
(
"PPMSimBSMonitorAlgorithm looping over TTs"
);
const
L1CaloCoolChannelId
coolId
((
myTower
.
tower
)
->
coolId
());
// const double eta = (myTower.tower)->eta();
// const double phi = (myTower.tower)->phi();
const
int
datCp
=
(
myTower
.
tower
)
->
cpET
();
const
int
datJep
=
(
myTower
.
tower
)
->
lut_jep
().
empty
()
?
0
:
(
myTower
.
tower
)
->
jepET
();
bool
pedCorrOverflow
=
false
;
...
...
@@ -439,8 +437,6 @@ StatusCode PPMSimBSMonitorAlgorithm::fillPPMEtaPhi( MonitorTT &monTT,
offset
=
{
0.
};
}
//ATH_MSG_DEBUG("absEta: " << absEta << " offset.size(): " << offset.size());
// Fill the histograms
for
(
auto
phiOffset
:
offset
)
{
...
...
@@ -448,18 +444,11 @@ StatusCode PPMSimBSMonitorAlgorithm::fillPPMEtaPhi( MonitorTT &monTT,
auto
phiTT_2D
=
Monitored
::
Scalar
<
double
>
(
"phiTT_2D"
,
phiMod
+
phiOffset
);
auto
weight_2D
=
Monitored
::
Scalar
<
double
>
(
weightName
,
weight
);
// Weight for filling 2D profile histograms; name must be included in python histogram definition
//ATH_MSG_DEBUG("groupName: weight_2D" << weight_2D);
fill
(
groupName
,
etaTT_2D
,
phiTT_2D
,
weight_2D
);
}
return
StatusCode
::
SUCCESS
;
}
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