BIE::PopCacheF Class Reference
Cache object for population model.
More...
#include <PopModelCacheF.h>
List of all members.
|
| map< int, double, less< int > > | bins_map |
| | Flux bin predictions.
|
|
vector< real > | bins |
| | Veotr of bin values.
|
|
void | reset_bin (void) |
| | Reset the iterator to the beginning of the list.
|
|
double | bin (int j) |
| | Return the bin with index j.
|
| map< int, double, less< int > > | bins1_map |
| | Flux bin predictions (intermediate computation).
|
|
vector< real > | bins1 |
| | Veotr of bin values.
|
|
void | reset_bin1 (void) |
| | Reset the iterator to the beginning of the list.
|
|
double | bin1 (int j) |
| | Return the bin with index j.
|
Public Member Functions |
|
| PopCacheF (double ll, double bb) |
| | Constructor.
|
Public Attributes |
|
double | L |
| | Galactic longitude.
|
|
double | B |
| | Galactic latitude.
|
|
list< PopCacheF * >::iterator | it |
| | Cache iterator.
|
|
| vector< real > | R |
| | Line-of-signt vectors.
|
|
vector< real > | z |
| | Height above midplane.
|
|
vector< real > | s |
| | Distance along line of sight.
|
|
vector< real > | mm0 |
| | Jacobian (measure factor).
|
|
vector< real > | mm1 |
| | Apparent magnitude.
|
|
vector< real > | dm |
| | Distance modulus.
|
Friends |
|
class | boost::serialization::access |
Detailed Description
Cache object for population model.
Member Data Documentation
Line-of-signt vectors.
Galactocentric radius
Flux bin predictions.
The bin cache
Flux bin predictions (intermediate computation).
The bin cache
The documentation for this class was generated from the following file: