Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cms_tk_ph2
Ph2_ACF
Commits
e94a0b08
Commit
e94a0b08
authored
Sep 17, 2021
by
Sarah Seif El Nasr
Browse files
minor changes
parent
53daade9
Pipeline
#3029362
failed with stages
in 9 minutes and 49 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
e94a0b08
core.*
*.o
._*
*.un~
...
...
@@ -12,6 +13,7 @@ logs/*
*.raw
Results/
Results/**
MonitorResults/**
Results
tags
# just for G. Auzingers sanity
...
...
MonitorUtils/DetectorMonitor.cc
View file @
e94a0b08
...
...
@@ -39,7 +39,7 @@ DetectorMonitor::~DetectorMonitor()
}
#ifdef __USE_ROOT__
fOutputFile
->
Write
();
fOutputFile
->
Close
();
//
fOutputFile->Close();
// delete fOutputFile;
delete
fMonitorPlotDQM
;
#endif
...
...
System/SystemController.h
View file @
e94a0b08
...
...
@@ -270,7 +270,7 @@ class SystemController
void
DecodeData
(
const
Ph2_HwDescription
::
BeBoard
*
pBoard
,
const
std
::
vector
<
uint32_t
>&
pData
,
uint32_t
pNevents
,
BoardType
pType
);
double
findValueInSettings
(
const
std
::
string
name
,
double
defaultValue
=
0.
)
const
;
void
PrintRegCount
()
void
PrintRegCount
()
const
{
// print number of I2C transactions
for
(
auto
cBoard
:
*
fDetectorContainer
)
...
...
settings/D19CDescription_2Sskeleton.xml
View file @
e94a0b08
...
...
@@ -260,8 +260,8 @@
<MonitoringSettings>
<Monitoring
type=
"2S"
enable=
"
1
"
>
<MonitoringSleepTime>
1
00
</MonitoringSleepTime>
<Monitoring
type=
"2S"
enable=
"
0
"
>
<MonitoringSleepTime>
5
00
</MonitoringSleepTime>
<MonitoringElements
CBCThreshold =
"0"
LpGBT_ADC1 =
"1"
...
...
src/feh_2s_test.cc
View file @
e94a0b08
...
...
@@ -842,5 +842,6 @@ int main(int argc, char* argv[])
cPowerLog
.
close
();
#endif
return
0
;
return
EXIT_SUCCESS
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment