BIE::PopCacheF Class Reference

Cache object for population model. More...

#include <PopModelCacheF.h>

Inheritance diagram for BIE::PopCacheF:
Collaboration diagram for BIE::PopCacheF:

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

vector<real> BIE::PopCacheF::R

Line-of-signt vectors.

Galactocentric radius

map<int, double, less<int> > BIE::PopCacheF::bins_map

Flux bin predictions.

The bin cache

map<int, double, less<int> > BIE::PopCacheF::bins1_map

Flux bin predictions (intermediate computation).

The bin cache


The documentation for this class was generated from the following file:

Send suggestions, questions, and feedback to WEINBERG at ASTRO dot UMASS dot EDU.
Documentation generated at Fri Mar 26 00:35:13 2010 by doxygen