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
2f7fdb1e
Commit
2f7fdb1e
authored
3 months ago
by
Theodore Efremov
Browse files
Options
Downloads
Patches
Plain Diff
Updated multiwire section
parent
65edda53
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!27
Draft: [Epic] Preparation of the environement for the new GaseousDetectorScorers...
Pipeline
#373803
passed
3 months ago
Stage: build-NPLib
Stage: build-NPSimulation
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
NPLib/Detectors/PISTA/TTimeData.h
+6
-6
6 additions, 6 deletions
NPLib/Detectors/PISTA/TTimeData.h
with
6 additions
and
6 deletions
NPLib/Detectors/PISTA/TTimeData.h
+
6
−
6
View file @
2f7fdb1e
...
@@ -44,8 +44,8 @@ class TTimeData : public TObject {
...
@@ -44,8 +44,8 @@ class TTimeData : public TObject {
vector
<
float
>
fTime_MWPC23
;
vector
<
float
>
fTime_MWPC23
;
vector
<
float
>
fTime_MWPC24
;
vector
<
float
>
fTime_MWPC24
;
vector
<
in
t
>
fSection_MWPC3
;
vector
<
shor
t
>
fSection_MWPC3
;
vector
<
in
t
>
fSection_MWPC4
;
vector
<
shor
t
>
fSection_MWPC4
;
...
@@ -82,8 +82,8 @@ class TTimeData : public TObject {
...
@@ -82,8 +82,8 @@ class TTimeData : public TObject {
inline
void
SetTime_MWPC23
(
float
time
){
fTime_MWPC23
.
push_back
(
time
);};
//!
inline
void
SetTime_MWPC23
(
float
time
){
fTime_MWPC23
.
push_back
(
time
);};
//!
inline
void
SetTime_MWPC24
(
float
time
){
fTime_MWPC24
.
push_back
(
time
);};
//!
inline
void
SetTime_MWPC24
(
float
time
){
fTime_MWPC24
.
push_back
(
time
);};
//!
inline
void
SetSection_MWPC3
(
in
t
section
){
fSection_MWPC3
.
push_back
(
section
);};
//!
inline
void
SetSection_MWPC3
(
shor
t
section
){
fSection_MWPC3
.
push_back
(
section
);};
//!
inline
void
SetSection_MWPC4
(
in
t
section
){
fSection_MWPC4
.
push_back
(
section
);};
//!
inline
void
SetSection_MWPC4
(
shor
t
section
){
fSection_MWPC4
.
push_back
(
section
);};
//!
...
@@ -107,9 +107,9 @@ class TTimeData : public TObject {
...
@@ -107,9 +107,9 @@ class TTimeData : public TObject {
inline
float
GetTime_MWPC24
(
const
unsigned
int
&
i
)
const
inline
float
GetTime_MWPC24
(
const
unsigned
int
&
i
)
const
{
return
fTime_MWPC24
.
at
(
i
)
;}
//!
{
return
fTime_MWPC24
.
at
(
i
)
;}
//!
inline
in
t
GetSection_MWPC3
(
const
unsigned
int
&
i
)
const
inline
shor
t
GetSection_MWPC3
(
const
unsigned
int
&
i
)
const
{
return
fSection_MWPC3
.
at
(
i
)
;}
//!
{
return
fSection_MWPC3
.
at
(
i
)
;}
//!
inline
in
t
GetSection_MWPC4
(
const
unsigned
int
&
i
)
const
inline
shor
t
GetSection_MWPC4
(
const
unsigned
int
&
i
)
const
{
return
fSection_MWPC4
.
at
(
i
)
;}
//!
{
return
fSection_MWPC4
.
at
(
i
)
;}
//!
inline
Int_t
GetMWPC13Mult
()
const
inline
Int_t
GetMWPC13Mult
()
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