Skip to content
Snippets Groups Projects
Commit 3e6ed148 authored by Adrien Matta's avatar Adrien Matta :skull_crossbones:
Browse files

* Adding gamma_test macro

parent 18c4b3f0
No related branches found
No related tags found
No related merge requests found
Pipeline #125102 passed
......@@ -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);
......
#!/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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment