#include <BDSBin.hh>
Public Member Functions | |
| BDSBin (G4double inXmin, G4double inXmax) | |
| G4double | GetValue () |
| G4double | GetError () |
| G4double | GetLowerEdge () |
| G4double | GetUpperEdge () |
| std::pair< G4double, G4double > | GetXMeanAndTotal () |
| BDSBin | operator+= (const G4double &weight) |
| G4bool | operator== (const G4double &rhs) |
| G4bool | operator!= (const G4double &rhs) |
| void | Empty () |
| G4bool | InRange (G4double x) |
Data Fields | |
| G4double | xmin |
| G4double | xmax |
| G4double | xmean |
| G4double | total |
| G4double | sumWeightsSquared |
Friends | |
| std::ostream & | operator<< (std::ostream &out, BDSBin const &bin) |
| output stream | |
Definition at line 14 of file BDSBin.hh.
1.4.7