Skip to content

Commit

Permalink
add missing URB photon field
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelab committed Oct 13, 2020
1 parent a4c26a4 commit 6d13b46
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions include/crpropa/PhotonBackground.h
Expand Up @@ -186,6 +186,20 @@ class IRB_Stecker16_lower: public TabularPhotonField {
IRB_Stecker16_lower() : TabularPhotonField("IRB_Stecker16_lower", true) {}
};

/**
@class URB
@brief Extragalactic background light model from Protheroe & Biermann 1996
Source info:
DOI:10.1016/S0927-6505(96)00041-2
https://www.sciencedirect.com/science/article/abs/pii/S0927650596000412
*/
class URB_Protheroe96: public TabularPhotonField {
public:
URB_Protheroe96() : TabularPhotonField("URB_Protheroe96", false) {}
};


/**
@class BlackbodyPhotonField
@brief Photon field decorator for black body photon fields.
Expand Down

0 comments on commit 6d13b46

Please sign in to comment.