How to compile AGML

rm -r StarVMC/StarGeometry/*
rm -r StarVMC/xgeometry/*

cvs co StarVMC/Geometry StarVMC/xgeometry StarVMC/StarGeometry
 cvs up StarVMC/Geometry

Create compilable code and compile

cons +StarVMC/Geometry
cons
=================================================================================
FTS
===
Hi Victor,

EVAL is setup on the branch FwdTracking20180313b.  There are (minor) modifications
to Stv which are not on that branch (be careful not to lose them).

The issue, as we have discussed, is that the reconstructed momentum does not match
the thrown momentum in the "one track per event" sample.

You can reproduce this as follows --

$ mkdir work
$ cd work
$ cp -R /star/simu/simu/jwebb/2018/06-05-2018-ForwardTracking/macros .
$ starver eval

$ root4star -q -b macros/ftsParticleGun.C
$ mkdir geant
$ mv *.fzd geant

$ root.exe -q -b macros/runFtsSiSim.C
$ mkdir event
$ mv *.root event

$ root4star -q -b macros/runFtsReco.C

... and look at the results in the MuDst ...

$ root *.MuDst.root
root [0] MuDst->Draw("GlobalTracks.mPt:GlobalTracks.mEta","GlobalTracks.mPt<4","colz")

I looked at several distributions.  Saw nothing obvious (no smoking gun).
https://docs.google.com/presentation/d/1SAzVBH49jiPOK0rVly4kIYK9awrU8jkwtBPjOEN-Z9U/edit?usp=sharing

Cheers,
Jason