Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:30:44

0001 /****************************************************************************
0002  * Date: 04/09/2003
0003  * Last update: 04/09/2003
0004  * Author: G. Bevilacqua
0005  *
0006  * computeRange.h
0007  *
0008  * Range of primary electrons as a function of their energy
0009  *(see W. Blum, L.Rolandi - "Particle Detection with Drift Chambers")
0010  ****************************************************************************/
0011 
0012 #ifndef computeRange_H
0013 #define computeRange_H
0014 
0015 float computeRange(float energy, float density);
0016 
0017 #endif