| 44 |  | * | 
| 45 |  | *  Created by Charles F. Vardeman II on 11/26/05. | 
| 46 |  | *  @author  Charles F. Vardeman II | 
| 47 | < | *  @version $Id: RhoZ.hpp,v 1.2 2006-01-09 22:14:32 tim Exp $ | 
| 47 | > | *  @version $Id: RhoZ.hpp,v 1.3 2006-03-07 16:43:53 gezelter Exp $ | 
| 48 |  | * | 
| 49 |  | */ | 
| 50 |  | #ifndef APPLICATIONS_STATICPROPS_RHOZ_HPP | 
| 56 |  | class RhoZ : public StaticAnalyser { | 
| 57 |  |  | 
| 58 |  | public: | 
| 59 | < | RhoZ(SimInfo* info, const std::string& filename, const std::string& sele, int len, int nrbins); | 
| 59 | > | RhoZ(SimInfo* info, const std::string& filename, const std::string& sele, double  len, int nrbins); | 
| 60 |  |  | 
| 61 |  | int getNRBins() { | 
| 62 |  | return nRBins_; | 
| 81 |  | SelectionManager seleMan_; | 
| 82 |  |  | 
| 83 |  | double len_; | 
| 84 | < | int nRBins_; | 
| 84 | > | int nRBins_; | 
| 85 |  | double deltaR_; | 
| 86 | < |  | 
| 86 | > |  | 
| 87 |  | std::vector<std::vector<StuntDouble*> > sliceSDLists_; | 
| 88 |  | std::vector<double> density_; | 
| 89 |  | }; |