/[PAMELA software]/PamCut/CollectionActions/Histo2DActions/Histo2DAction/Histo2DAction.h
ViewVC logotype

Diff of /PamCut/CollectionActions/Histo2DActions/Histo2DAction/Histo2DAction.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by pam-fi, Tue Oct 27 10:17:48 2009 UTC revision 1.3 by pam-fi, Thu Oct 29 09:42:44 2009 UTC
# Line 145  public: Line 145  public:
145    
146    /*! Fills the ROOT and the vector histogram.    /*! Fills the ROOT and the vector histogram.
147     *     *
148     * @param value The value of the X coordinate associated to the event.     * @param xValue The value of the X coordinate associated to the event.
149     * @param value The value of the Y coordinate associated to the event.     * @param yValue The value of the Y coordinate associated to the event.
150     * @param weight The weight which will be applied to the event.     * @param weight The weight which will be applied to the event.
151     */     */
152    void Fill(double xValue, double yValue, double weight = 1.);    void Fill(double xValue, double yValue, double weight = 1.);
# Line 325  void Histo2DAction<HistoType>::_InitHist Line 325  void Histo2DAction<HistoType>::_InitHist
325    
326  template<class HistoType>  template<class HistoType>
327  Histo2DAction<HistoType>::~Histo2DAction() {  Histo2DAction<HistoType>::~Histo2DAction() {
328    
329      delete _rootHisto;
330      _rootHisto = NULL;
331  }  }
332    
333  template<class HistoType>  template<class HistoType>

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.23