Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Ana Ventura Barroso
Ph2_ACF
Commits
8984927e
Commit
8984927e
authored
Jan 14, 2021
by
Fabio Ravera
Browse files
Merge branch 'fix-compile_antenna' into 'Dev'
Fix compilation with antenna enabled See merge request
cms_tk_ph2/Ph2_ACF!175
parents
895502e8
e1fba861
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/AntennaTester.cc
View file @
8984927e
...
...
@@ -263,7 +263,7 @@ void AntennaTester::Measure(uint8_t pDigiPotentiometer)
{
// Run( pBoard, cNthAcq );
ReadData
(
pBoard
);
const
std
::
vector
<
Event
*>&
events
=
GetEvents
(
pBoard
);
const
std
::
vector
<
Event
*>&
events
=
GetEvents
();
// Loop over Events from this Acquisition
for
(
auto
&
cEvent
:
events
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment