Parent Directory
|
Revision Log
|
Patch
| revision 1.1 by pam-fi, Wed Aug 5 13:32:56 2009 UTC | revision 1.2 by pam-fi, Fri Aug 14 10:33:11 2009 UTC | |
|---|---|---|
| # | Line 38 public: | Line 38 public: |
| 38 | void Finalize() { | void Finalize() { |
| 39 | } | } |
| 40 | ||
| 41 | /*! @brief Returns the histogram. | |
| 42 | * | |
| 43 | * @return A reference to a vector containing the values of the bins of the histogram. | |
| 44 | */ | |
| 45 | vector<UInt_t> &GetHisto() { | vector<UInt_t> &GetHisto() { |
| 46 | return _histogram; | return _histogram; |
| 47 | } | } |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |