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
1be13eb0
Commit
1be13eb0
authored
3 months ago
by
Theodore Efremov
Browse files
Options
Downloads
Patches
Plain Diff
Solved type problem
parent
d3aefae4
No related branches found
Branches containing commit
No related tags found
1 merge request
!27
Draft: [Epic] Preparation of the environement for the new GaseousDetectorScorers...
Pipeline
#370564
passed
3 months ago
Stage: build-NPLib
Stage: build-NPSimulation
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NPLib/Detectors/PISTA/TICData.h
+1
-1
1 addition, 1 deletion
NPLib/Detectors/PISTA/TICData.h
NPLib/Detectors/PISTA/TTimeData.h
+8
-8
8 additions, 8 deletions
NPLib/Detectors/PISTA/TTimeData.h
with
9 additions
and
9 deletions
NPLib/Detectors/PISTA/TICData.h
+
1
−
1
View file @
1be13eb0
...
@@ -75,7 +75,7 @@ class TICData : public TObject {
...
@@ -75,7 +75,7 @@ class TICData : public TObject {
{
return
fIC_Section
[
i
];}
//!
{
return
fIC_Section
[
i
];}
//!
inline
Double_t
GetIC_Charge
(
const
unsigned
int
&
i
)
const
inline
Double_t
GetIC_Charge
(
const
unsigned
int
&
i
)
const
{
return
fIC_Charge
[
i
];}
//!
{
return
fIC_Charge
[
i
];}
//!
inline
Double_t
GetIC_TS
(
const
unsigned
int
&
i
)
const
inline
long
GetIC_TS
(
const
unsigned
int
&
i
)
const
{
return
fIC_TS
[
i
];}
//!
{
return
fIC_TS
[
i
];}
//!
//////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////
...
...
This diff is collapsed.
Click to expand it.
NPLib/Detectors/PISTA/TTimeData.h
+
8
−
8
View file @
1be13eb0
...
@@ -83,22 +83,22 @@ class TTimeData : public TObject {
...
@@ -83,22 +83,22 @@ class TTimeData : public TObject {
////////////////////// GETTERS ////////////////////////
////////////////////// GETTERS ////////////////////////
inline
UShort_t
GetTS_MWPC13
(
const
unsigned
int
&
i
)
const
inline
long
GetTS_MWPC13
(
const
unsigned
int
&
i
)
const
{
return
fTS_MWPC13
.
at
(
i
)
;}
//!
{
return
fTS_MWPC13
.
at
(
i
)
;}
//!
inline
UShort_t
GetTS_MWPC14
(
const
unsigned
int
&
i
)
const
inline
long
GetTS_MWPC14
(
const
unsigned
int
&
i
)
const
{
return
fTS_MWPC14
.
at
(
i
)
;}
//!
{
return
fTS_MWPC14
.
at
(
i
)
;}
//!
inline
UShort_t
GetTS_MWPC23
(
const
unsigned
int
&
i
)
const
inline
long
GetTS_MWPC23
(
const
unsigned
int
&
i
)
const
{
return
fTS_MWPC23
.
at
(
i
)
;}
//!
{
return
fTS_MWPC23
.
at
(
i
)
;}
//!
inline
UShort_t
GetTS_MWPC24
(
const
unsigned
int
&
i
)
const
inline
long
GetTS_MWPC24
(
const
unsigned
int
&
i
)
const
{
return
fTS_MWPC24
.
at
(
i
)
;}
//!
{
return
fTS_MWPC24
.
at
(
i
)
;}
//!
inline
UShort_
t
GetTime_MWPC13
(
const
unsigned
int
&
i
)
const
inline
floa
t
GetTime_MWPC13
(
const
unsigned
int
&
i
)
const
{
return
fTime_MWPC13
.
at
(
i
)
;}
//!
{
return
fTime_MWPC13
.
at
(
i
)
;}
//!
inline
UShort_
t
GetTime_MWPC14
(
const
unsigned
int
&
i
)
const
inline
floa
t
GetTime_MWPC14
(
const
unsigned
int
&
i
)
const
{
return
fTime_MWPC14
.
at
(
i
)
;}
//!
{
return
fTime_MWPC14
.
at
(
i
)
;}
//!
inline
UShort_
t
GetTime_MWPC23
(
const
unsigned
int
&
i
)
const
inline
floa
t
GetTime_MWPC23
(
const
unsigned
int
&
i
)
const
{
return
fTime_MWPC23
.
at
(
i
)
;}
//!
{
return
fTime_MWPC23
.
at
(
i
)
;}
//!
inline
UShort_
t
GetTime_MWPC24
(
const
unsigned
int
&
i
)
const
inline
floa
t
GetTime_MWPC24
(
const
unsigned
int
&
i
)
const
{
return
fTime_MWPC24
.
at
(
i
)
;}
//!
{
return
fTime_MWPC24
.
at
(
i
)
;}
//!
inline
UShort_t
GetMWPCMult
()
const
inline
UShort_t
GetMWPCMult
()
const
...
...
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