]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TFluka/dffcff.cxx
Correct 4-momentum for particles after interaction in USDRAW.
[u/mrichter/AliRoot.git] / TFluka / dffcff.cxx
CommitLineData
1b866d4b 1#include "Fdimpar.h" //(DIMPAR) fluka include
2#include "Ftrackr.h" //(TRACKR) fluka common
3#include "Fiounit.h" //(IOUNIT) fluka common
4#ifndef WIN32
5# define dffcff dffcff_
6#else
7# define dffcff DFFCFF
8#endif
9extern "C" {
4d286778 10Double_t dffcff(Double_t& /*wvlngt*/, Double_t& /*omgpho*/, Int_t& /*mmat*/)
1b866d4b 11{
4d286778 12// printf("dffcff called %e %e %d \n", wvlngt, omgpho, mmat);
1b866d4b 13 return (0.);
14}
15}
16
17