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
7d95f392
Commit
7d95f392
authored
1 year ago
by
GIRARD ALCINDOR Valérian
Browse files
Options
Downloads
Plain Diff
Merge branch 'NPTool.2.dev' of gitlab.in2p3.fr:np/nptool into NPTool.2.dev
parents
4b20cee5
6011bd57
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
#284262
passed
1 year 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/ZDD/TZDDData.h
+7
-0
7 additions, 0 deletions
NPLib/Detectors/ZDD/TZDDData.h
with
7 additions
and
0 deletions
NPLib/Detectors/ZDD/TZDDData.h
+
7
−
0
View file @
7d95f392
...
@@ -98,15 +98,22 @@ class TZDDData : public TObject {
...
@@ -98,15 +98,22 @@ class TZDDData : public TObject {
};
//!
};
//!
////////////////////// GETTERS ////////////////////////
////////////////////// GETTERS ////////////////////////
inline
unsigned
int
GetZDD_ICMult
()
const
{
return
fZDD_IC_E
.
size
();}
inline
unsigned
int
GetZDD_ICE
(
const
unsigned
int
&
i
)
const
{
return
fZDD_IC_E
[
i
];
}
inline
unsigned
int
GetZDD_ICE
(
const
unsigned
int
&
i
)
const
{
return
fZDD_IC_E
[
i
];
}
inline
unsigned
int
GetZDD_ICN
(
const
unsigned
int
&
i
)
const
{
return
fZDD_IC_N
[
i
];
}
inline
unsigned
int
GetZDD_ICN
(
const
unsigned
int
&
i
)
const
{
return
fZDD_IC_N
[
i
];
}
inline
unsigned
long
long
GetZDD_ICTS
(
const
unsigned
int
&
i
)
const
{
return
fZDD_IC_TS
[
i
];
}
inline
unsigned
long
long
GetZDD_ICTS
(
const
unsigned
int
&
i
)
const
{
return
fZDD_IC_TS
[
i
];
}
inline
unsigned
int
GetZDD_PLMult
()
const
{
return
fZDD_PL_E
.
size
();}
inline
unsigned
int
GetZDD_PLE
(
const
unsigned
int
&
i
)
const
{
return
fZDD_PL_E
[
i
];
}
inline
unsigned
int
GetZDD_PLE
(
const
unsigned
int
&
i
)
const
{
return
fZDD_PL_E
[
i
];
}
inline
unsigned
int
GetZDD_PLN
(
const
unsigned
int
&
i
)
const
{
return
fZDD_PL_N
[
i
];
}
inline
unsigned
int
GetZDD_PLN
(
const
unsigned
int
&
i
)
const
{
return
fZDD_PL_N
[
i
];
}
inline
unsigned
long
long
GetZDD_PLTS
(
const
unsigned
int
&
i
)
const
{
return
fZDD_PL_TS
[
i
];
}
inline
unsigned
long
long
GetZDD_PLTS
(
const
unsigned
int
&
i
)
const
{
return
fZDD_PL_TS
[
i
];
}
inline
unsigned
int
GetZDD_DCMult
()
const
{
return
fZDD_DC_E
.
size
();}
inline
unsigned
int
GetZDD_DCE
(
const
unsigned
int
&
i
)
const
{
return
fZDD_DC_E
[
i
];
}
inline
unsigned
int
GetZDD_DCE
(
const
unsigned
int
&
i
)
const
{
return
fZDD_DC_E
[
i
];
}
inline
unsigned
int
GetZDD_DCN
(
const
unsigned
int
&
i
)
const
{
return
fZDD_DC_N
[
i
];
}
inline
unsigned
int
GetZDD_DCN
(
const
unsigned
int
&
i
)
const
{
return
fZDD_DC_N
[
i
];
}
inline
unsigned
long
long
GetZDD_DCTS
(
const
unsigned
int
&
i
)
const
{
return
fZDD_DC_TS
[
i
];
}
inline
unsigned
long
long
GetZDD_DCTS
(
const
unsigned
int
&
i
)
const
{
return
fZDD_DC_TS
[
i
];
}
inline
unsigned
int
GetZDD_EXOMult
()
const
{
return
fZDD_EXO_E
.
size
();}
inline
unsigned
int
GetZDD_EXOE
(
const
unsigned
int
&
i
)
const
{
return
fZDD_EXO_E
[
i
];
}
inline
unsigned
int
GetZDD_EXOE
(
const
unsigned
int
&
i
)
const
{
return
fZDD_EXO_E
[
i
];
}
inline
unsigned
int
GetZDD_EXON
(
const
unsigned
int
&
i
)
const
{
return
fZDD_EXO_N
[
i
];
}
inline
unsigned
int
GetZDD_EXON
(
const
unsigned
int
&
i
)
const
{
return
fZDD_EXO_N
[
i
];
}
inline
unsigned
long
long
GetZDD_EXOTS
(
const
unsigned
int
&
i
)
const
{
return
fZDD_EXO_TS
[
i
];
}
inline
unsigned
long
long
GetZDD_EXOTS
(
const
unsigned
int
&
i
)
const
{
return
fZDD_EXO_TS
[
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