Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
nptool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
np
nptool
Commits
8e175764
Commit
8e175764
authored
7 months ago
by
Hugo Jacob
Browse files
Options
Downloads
Patches
Plain Diff
TDC is a float
parent
ea058873
No related branches found
No related tags found
1 merge request
!27
Draft: [Epic] Preparation of the environement for the new GaseousDetectorScorers...
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
NPLib/Detectors/Exogam/TExogamCalData.h
+3
-3
3 additions, 3 deletions
NPLib/Detectors/Exogam/TExogamCalData.h
with
3 additions
and
3 deletions
NPLib/Detectors/Exogam/TExogamCalData.h
+
3
−
3
View file @
8e175764
...
@@ -43,7 +43,7 @@ class TExogamCalData : public TObject {
...
@@ -43,7 +43,7 @@ class TExogamCalData : public TObject {
std
::
vector
<
float
>
cExo_E
;
std
::
vector
<
float
>
cExo_E
;
std
::
vector
<
float
>
cExo_E_HG
;
// High gain x20
std
::
vector
<
float
>
cExo_E_HG
;
// High gain x20
std
::
vector
<
uint64_t
>
cExo_TS
;
std
::
vector
<
uint64_t
>
cExo_TS
;
std
::
vector
<
uint16_
t
>
cExo_TDC
;
std
::
vector
<
floa
t
>
cExo_TDC
;
std
::
vector
<
float
>
cExo_BGO
;
std
::
vector
<
float
>
cExo_BGO
;
std
::
vector
<
float
>
cExo_CsI
;
std
::
vector
<
float
>
cExo_CsI
;
std
::
vector
<
float
>
cExo_Outer1
;
std
::
vector
<
float
>
cExo_Outer1
;
...
@@ -54,7 +54,7 @@ class TExogamCalData : public TObject {
...
@@ -54,7 +54,7 @@ class TExogamCalData : public TObject {
///////////////////// SETTERS ////////////////////////
///////////////////// SETTERS ////////////////////////
inline
void
SetExo
(
const
uint16_t
&
Crystal
,
const
float
&
Energy
,
inline
void
SetExo
(
const
uint16_t
&
Crystal
,
const
float
&
Energy
,
const
float
&
Energy_HG
,
const
uint64_t
&
TS
,
const
uint16_
t
&
TDC
,
const
float
&
Energy_HG
,
const
uint64_t
&
TS
,
const
floa
t
&
TDC
,
const
float
&
BGO
,
const
float
&
CsI
,
const
float
&
Outer1
,
const
float
&
BGO
,
const
float
&
CsI
,
const
float
&
Outer1
,
const
float
&
Outer2
,
const
float
&
Outer3
,
const
float
&
Outer4
)
{
const
float
&
Outer2
,
const
float
&
Outer3
,
const
float
&
Outer4
)
{
cExo_Crystal
.
push_back
(
Crystal
);
cExo_Crystal
.
push_back
(
Crystal
);
...
@@ -75,7 +75,7 @@ class TExogamCalData : public TObject {
...
@@ -75,7 +75,7 @@ class TExogamCalData : public TObject {
inline
float
GetExoE
(
const
uint16_t
&
i
)
const
{
return
cExo_E
[
i
];
}
inline
float
GetExoE
(
const
uint16_t
&
i
)
const
{
return
cExo_E
[
i
];
}
inline
float
GetExoEHG
(
const
uint16_t
&
i
)
const
{
return
cExo_E_HG
[
i
];
}
inline
float
GetExoEHG
(
const
uint16_t
&
i
)
const
{
return
cExo_E_HG
[
i
];
}
inline
uint64_t
GetExoTS
(
const
uint16_t
&
i
)
const
{
return
cExo_TS
[
i
];
}
inline
uint64_t
GetExoTS
(
const
uint16_t
&
i
)
const
{
return
cExo_TS
[
i
];
}
inline
uint16_
t
GetExoTDC
(
const
uint16_t
&
i
)
const
{
return
cExo_TDC
[
i
];
}
inline
floa
t
GetExoTDC
(
const
uint16_t
&
i
)
const
{
return
cExo_TDC
[
i
];
}
inline
float
GetExoBGO
(
const
uint16_t
&
i
)
const
{
return
cExo_BGO
[
i
];
}
inline
float
GetExoBGO
(
const
uint16_t
&
i
)
const
{
return
cExo_BGO
[
i
];
}
inline
float
GetExoCsI
(
const
uint16_t
&
i
)
const
{
return
cExo_CsI
[
i
];
}
inline
float
GetExoCsI
(
const
uint16_t
&
i
)
const
{
return
cExo_CsI
[
i
];
}
inline
float
GetExoOuter1
(
const
uint16_t
&
i
)
const
{
return
cExo_Outer1
[
i
];
}
inline
float
GetExoOuter1
(
const
uint16_t
&
i
)
const
{
return
cExo_Outer1
[
i
];
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment