Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mantidproject
mantid
Commits
c326ce87
Commit
c326ce87
authored
Nov 03, 2020
by
Dominik Arominski
Browse files
Removed default values for class variables from LoadILLTOF2
parent
116edd14
Changes
1
Hide whitespace changes
Inline
Side-by-side
Framework/DataHandling/inc/MantidDataHandling/LoadILLTOF2.h
View file @
c326ce87
...
...
@@ -72,19 +72,19 @@ private:
API
::
MatrixWorkspace_sptr
m_localWorkspace
;
std
::
string
m_instrumentName
=
""
;
///< Name of the instrument
std
::
string
m_instrumentPath
=
""
;
///< Name of the instrument path
std
::
string
m_instrumentName
;
///< Name of the instrument
std
::
string
m_instrumentPath
;
///< Name of the instrument path
// Variables describing the data in the detector
size_t
m_numberOfTubes
=
0
;
// number of tubes - X
size_t
m_numberOfPixelsPerTube
=
0
;
// number of pixels per tube - Y
size_t
m_numberOfChannels
=
0
;
// time channels - Z
size_t
m_numberOfHistograms
=
0
;
size_t
m_numberOfTubes
;
// number of tubes - X
size_t
m_numberOfPixelsPerTube
;
// number of pixels per tube - Y
size_t
m_numberOfChannels
;
// time channels - Z
size_t
m_numberOfHistograms
;
/* Values parsed from the nexus file */
double
m_wavelength
=
0
;
double
m_channelWidth
=
0
;
double
m_timeOfFlightDelay
=
0
;
double
m_wavelength
;
double
m_channelWidth
;
double
m_timeOfFlightDelay
;
std
::
string
m_monitorName
;
LoadHelper
m_loader
;
...
...
Write
Preview
Markdown
is supported
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