/[PAMELA software]/PamCut/CollectionActions/Histo1DActions/Histo1DAction/Histo1DAction.h
ViewVC logotype

Diff of /PamCut/CollectionActions/Histo1DActions/Histo1DAction/Histo1DAction.h

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

revision 1.2 by pam-fi, Tue Oct 27 10:17:46 2009 UTC revision 1.3 by pam-fi, Thu Oct 29 17:49:07 2009 UTC
# Line 154  void Histo1DAction<HistoType>::_CreateHi Line 154  void Histo1DAction<HistoType>::_CreateHi
154    // No ROOT histogram for generic type; see template specializations in .cpp file.    // No ROOT histogram for generic type; see template specializations in .cpp file.
155    _rootHisto = NULL;    _rootHisto = NULL;
156  }  }
157    // Specializations for _CreateHistos(). See Histo1DAction.cpp
158    template<>
159    void Histo1DAction<Int_t>::_CreateHisto();
160    
161    template<>
162    void Histo1DAction<Float_t>::_CreateHisto();
163    
164    template<>
165    void Histo1DAction<Double_t>::_CreateHisto();
166    
167  template<class HistoType>  template<class HistoType>
168  void Histo1DAction<HistoType>::_InitHistos() {  void Histo1DAction<HistoType>::_InitHistos() {
# Line 183  void Histo1DAction<HistoType>::_InitHist Line 192  void Histo1DAction<HistoType>::_InitHist
192    
193  template<class HistoType>  template<class HistoType>
194  Histo1DAction<HistoType>::~Histo1DAction() {  Histo1DAction<HistoType>::~Histo1DAction() {
195    
196      delete _rootHisto;
197      _rootHisto = NULL;
198    
199  }  }
200    
201  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