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

Merge branch 'NPTool.2.dev' of gitlab.in2p3.fr:np/nptool into NPTool.2.dev

parents 3025de0e fa466a25
No related branches found
No related tags found
No related merge requests found
Pipeline #121297 passed
......@@ -24,6 +24,7 @@
#include "NPPhysicalConstants.h"
using namespace NPUNITS;
#include <cmath>
#include <fstream>
#include <iostream>
using namespace std;
......
......@@ -16,7 +16,7 @@ std::vector< TVector3 > track = field.Propagate(3000,Brho,pos,dir);
////////////////////////////////////////////////////////////////////////////////
void testB(){
auto c = new TCanvas("trajectory","trajectory",1000,1000);
double angle = 0*deg;
double angle = 30*deg;
field.LoadMap(angle,"field_map/180702-2,40T-3000.table.bin",10);
unsigned int size = 1000;
vector<float> pos = {0,0,0};
......
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