Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
np
nptool
Commits
3e6ed148
Commit
3e6ed148
authored
Jun 21, 2021
by
Adrien Matta
☠
Browse files
* Adding gamma_test macro
parent
18c4b3f0
Pipeline
#125102
passed with stages
in 7 minutes and 6 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
Projects/S034/Analysis.cxx
Projects/S034/Analysis.cxx
+3
-0
Projects/S034/script/gamma_test.sh
Projects/S034/script/gamma_test.sh
+5
-0
No files found.
Projects/S034/Analysis.cxx
View file @
3e6ed148
...
...
@@ -48,6 +48,9 @@ void Analysis::Init(){
FDC2
=
(
TSamuraiFDC2Physics
*
)
m_DetectorManager
->
GetDetector
(
"SAMURAIFDC2"
);
Hodo
=
(
TSamuraiHodoscopePhysics
*
)
m_DetectorManager
->
GetDetector
(
"SAMURAIHOD"
);
Nebula
->
SetQThreshold
(
0
);
Nebula
->
SetVThreshold
(
0
);
FragmentTarget
=
NPL
::
EnergyLoss
(
"He6_LH2.G4table"
,
"G4Table"
,
1000
);
m_field
.
LoadMap
(
30
*
deg
,
"field_map/180702-2,40T-3000.table.bin"
,
10
);
m_field
.
SetFDC2Angle
((
59.930
-
90.0
)
*
deg
);
...
...
Projects/S034/script/gamma_test.sh
0 → 100755
View file @
3e6ed148
#!/bin/bash
for
i
in
{
418..441
}
do
npanalysis
-D
s034.detector
-C
calibration.txt
-T
root/mrdc/gamma/run
$i
.root RawTree
-O
gamma/test_run
$i
done
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment