Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:11:16

0001 //////////////////////////////////////////////////////////
0002 // PETRUKHINMODEL_h
0003 //
0004 // Improvements: Function of Muom Brem using  nuclear screening correction
0005 // Description: Muon bremsstrahlung using the Petrukhin's model in FASTSIM
0006 // Authors: Sandro Fonseca de Souza and Andre Sznajder (UERJ/Brazil)
0007 // Date: 23-Nov-2010
0008 ////////////////////////////////////////////////////////////////////
0009 
0010 #ifndef PETRUKHINMODEL_h
0011 #define PETRUKHINMODEL_h
0012 
0013 #include "TMath.h"
0014 #include "TF1.h"
0015 
0016 double PetrukhinFunc(double *x, double *p);
0017 
0018 #endif