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
ecb1ce1d
Commit
ecb1ce1d
authored
8 years ago
by
moukaddam
Browse files
Options
Downloads
Patches
Plain Diff
Updating the Dump function
parent
d1907d76
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
NPLib/Detectors/GeTAMU/TGeTAMUData.cxx
+19
-2
19 additions, 2 deletions
NPLib/Detectors/GeTAMU/TGeTAMUData.cxx
with
19 additions
and
2 deletions
NPLib/Detectors/GeTAMU/TGeTAMUData.cxx
+
19
−
2
View file @
ecb1ce1d
...
...
@@ -9,10 +9,10 @@
* Original Author: Adrien MATTA contact address: a.matta@surrey.ac.uk *
* *
* Creation Date : November 2012 *
* Last update :
*
* Last update :
November 2016
*
*---------------------------------------------------------------------------*
* Decription: *
* This class hold the GeTAMU raw data
(Made for GeTAMU10 card)
*
* This class hold the GeTAMU raw data
*
* *
*---------------------------------------------------------------------------*
* Comment: *
...
...
@@ -51,4 +51,21 @@ void TGeTAMUData::Clear(){
/////////////////////////
void
TGeTAMUData
::
Dump
()
const
{
cout
<<
"Core Multiplicity = "
<<
GetMultiplicityCore
()
<<
endl
;
for
(
UShort_t
i
=
0
;
i
<
GetMultiplicityCore
();
i
++
){
cout
<<
" Clover: "
<<
fGeTAMU_Core_CloverNbr
[
i
]
<<
endl
;
<<
" Crystal: "
<<
fGeTAMU_Core_CristalNbr
[
i
]
<<
endl
;
<<
" Energy: "
<<
fGeTAMU_Core_Energy
[
i
]
<<
endl
;
<<
" Time: "
<<
fGeTAMU_Core_Time
[
i
]
<<
endl
;
}
cout
<<
"Segment Multiplicity = "
<<
GetMultiplicityCore
()
<<
endl
;
for
(
UShort_t
i
=
0
;
i
<
GetMultiplicityCore
();
i
++
){
cout
<<
" Clover: "
<<
fGeTAMU_Segment_CloverNbr
[
i
]
<<
endl
;
<<
" Segment: "
<<
fGeTAMU_Segment_SegmentNbr
[
i
]
<<
endl
;
<<
" Energy: "
<<
fGeTAMU_Segment_Energy
[
i
]
<<
endl
;
<<
" Time: "
<<
fGeTAMU_Segment_Time
[
i
]
<<
endl
;
}
}
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