Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
zcitron
JZCaPA
Commits
aff09a45
Commit
aff09a45
authored
Feb 06, 2019
by
Chad Stephen Lantz
Browse files
Revert "New constructor and LoadConfigFile returns vector"
This reverts commit
3f48b428
parent
265f7c95
Changes
1
Hide whitespace changes
Inline
Side-by-side
Analysis/include/DataReader.h
View file @
aff09a45
...
...
@@ -30,7 +30,6 @@ class DataReader{
public:
DataReader
(
);
DataReader
(
const
unsigned
int
=
0
);
DataReader
(
const
unsigned
int
=
0
,
const
unsigned
int
=
0
);
DataReader
(
const
unsigned
int
=
0
,
const
unsigned
int
=
0
,
const
std
::
string
&
=
""
);
...
...
@@ -42,7 +41,7 @@ class DataReader{
void
ReadListOfFiles
(
std
::
string
listname
);
v
ector
<
Channel
>
LoadConfigurationFile
(
std
::
string
_inFile
);
v
oid
LoadConfigurationFile
(
std
::
string
_inFile
);
void
Run
();
...
...
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