Project

General

Profile

Feature #527

work needed to start tracker recon (with fake spacepoints)

Added by Tunnell, Christopher over 12 years ago. Updated about 11 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
Tracker
Target version:
Start date:
29 June 2011
Due date:
% Done:

0%

Estimated time:
Workflow:

Description

The jobs:

The goal is to make some map (take a peak at MapCppTrackerDigitization for example) that takes a JSON input with:

x,y,z,t and errors

and goes to:

x,y,z,t,p_x,p_y,p_z,E + errors

I've given you guys an example string. Feel free to post it here so we can check it. Google for JSON checker to make sure that the format is good (should be but wrote from memory).

So you take a string that is that example string and add what I said before. You should try to abstract the 3 spacepoint and 4 spacepoint logic to be one function instead of repeating tons of code. There will be some header files that exist and you need to run the 'find' command to see their new path (we now require that you add directory names infront of each header file so you actually know where the file is). If a file isn't within MAUS, then please move it into a new src/MapCppTrackerFitStraight and get it to pass style guides, test it, etc...

#1

Updated by Tunnell, Christopher over 12 years ago

Per chats: create a file bin/user/tracker_test_straight.py starting from bin/simulate_mice.py

the JSOn file I gave you is passed as an argument to InputPyJSON

#2

Updated by Rogers, Chris over 12 years ago

  • Assignee deleted (Aslaninejad, Morteza)
#3

Updated by Rogers, Chris about 11 years ago

  • Status changed from Open to Rejected

Also available in: Atom PDF