Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
Vetra
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
LHCb
Vetra
Merge requests
!85
Release v4.5
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Release v4.5
pulshape_dev
into
master
Overview
0
Commits
4
Pipelines
0
Changes
42
Merged
Wojciech Krupa
requested to merge
pulshape_dev
into
master
4 months ago
Overview
0
Commits
4
Pipelines
0
Changes
42
Expand
Adding new pedestal calculator
Adding pulshape plots creator
Cleaning code
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
e0e51791
4 commits,
4 months ago
42 files
+
1340
−
398
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
42
Search (e.g. *.vue) (Ctrl+P)
UTEmuAlgorithms/include/UTEmu/UTEmuPedestalCalculator.h
+
2
−
1
Options
@@ -61,6 +61,7 @@ namespace UTEmu {
void
calculatePedestals
();
void
findBadChannels
();
void
saveThresholdsToCsv
();
void
saveDisabledToCsv
();
// properties
Gaudi
::
Property
<
std
::
string
>
m_runNumber
{
this
,
"RunNumber"
,
"00000000"
};
@@ -70,7 +71,7 @@ namespace UTEmu {
mutable
std
::
map
<
std
::
string
,
int
>
Pedestal_Max
;
mutable
std
::
map
<
std
::
string
,
Gaudi
::
Accumulators
::
SigmaCounter
<>>
SigmaNoiseAv
;
mutable
std
::
map
<
std
::
string
,
Gaudi
::
Accumulators
::
SigmaCounter
<>>
PedestalAv
;
mutable
std
::
vector
<
std
::
string
>
disabledASICs
;
mutable
std
::
map
<
unsigned
int
,
bool
>
BadChannels
;
Loading