stablejet is hosted by Hepforge, IPPP Durham
StableJet
diffusionFactor2.h
1 
11 #ifndef DIFFUSIONFACTOR2_H_
12 #define DIFFUSIONFACTOR2_H_
13 
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17 
18 double diffusionFactor2(double minPtToMaxPtRatio);
19 
20 #ifdef __cplusplus
21 }
22 #endif
23 
24 #endif // DIFFUSIONFACTOR2_H_