00001 #ifndef GETMOMFROMRANGE_H 00002 #define GETMOMFROMRANGE_H 00003 00004 // GetMomFromRange.h 00005 // Created: A. Marino, June 2006 00006 // 00007 // This is a function to convert the range (in g/cm^2)to Momentum (in GeV/c). 00008 // 00009 // At its creation, it does this by 00010 // looking up the range and interpolating from a database with the CSDA calcualtions 00011 // for muons in iron. 00012 // 00013 // NOTE: It takes a range in Fe in g/cc and converts it to a momentum in g/cc 00014 // 00016 #include "RangeLookupTable.h" 00017 00018 double GetMomFromRange(double range); 00019 #endif
1.3.9.1