/[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.3 by pam-fi, Thu Oct 29 09:42:44 2009 UTC revision 1.4 by pam-fi, Thu Oct 29 17:49:07 2009 UTC
# Line 273  void Histo2DAction<HistoType>::_CreateHi Line 273  void Histo2DAction<HistoType>::_CreateHi
273    _rootHisto = NULL;    _rootHisto = NULL;
274  }  }
275    
276    // Specializations for _CreateHistos(). See Histo2DAction.cpp
277    template<>
278    void Histo2DAction<Int_t>::_CreateHisto();
279    
280    template<>
281    void Histo2DAction<Float_t>::_CreateHisto();
282    
283    template<>
284    void Histo2DAction<Double_t>::_CreateHisto();
285    
286  template<class HistoType>  template<class HistoType>
287  void Histo2DAction<HistoType>::_InitHistos() {  void Histo2DAction<HistoType>::_InitHistos() {
288    

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

  ViewVC Help
Powered by ViewVC 1.1.23