Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
np
nptool
Commits
974087b6
Commit
974087b6
authored
Oct 08, 2020
by
Adrien Matta
☠
Browse files
* Fixing npl compilation error of Samurai FDC2
parent
c77e1cb4
Pipeline
#86229
passed with stages
in 7 minutes and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
NPLib/Detectors/Samurai/TSamuraiFDC2Physics.h
NPLib/Detectors/Samurai/TSamuraiFDC2Physics.h
+1
-1
No files found.
NPLib/Detectors/Samurai/TSamuraiFDC2Physics.h
View file @
974087b6
...
...
@@ -111,7 +111,7 @@ class TSamuraiFDC2Physics : public TObject, public NPL::VDetector{
double
ToTThreshold
;
//! a ToT threshold to remove noise
void
RemoveNoise
();
// Construct the 2D track and ref position at Z=0 based on X,Z and Radius provided
void
Track2D
(
const
vector
<
double
>&
X
,
const
vector
<
double
>&
Z
,
const
vector
<
double
>&
R
,
double
&
dirX
,
double
&
dirZ
,
double
&
refX
)
void
Track2D
(
const
vector
<
double
>&
X
,
const
vector
<
double
>&
Z
,
const
vector
<
double
>&
R
,
double
&
dirX
,
double
&
dirZ
,
double
&
refX
)
;
public:
// Innherited from VDetector Class
...
...
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