This project is for converting a root file generated by Gate (opengatecollaboration.org) to a single projection.
##Example Usage Case 1 ###Just generate data from a simulation where detector was at r=0, angle=0
root results.root
root [0] .L convertRootToProjection.C+
root [1] createProjectionData(SinglesSpblurring, 0,0, "yourProj.proj", 0.227, 0.264)
##Example Usage Case 2