/[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.3 by pam-fi, Thu Oct 29 17:49:07 2009 UTC revision 1.4 by pam-fi, Tue Dec 8 17:37:25 2009 UTC
# Line 168  template<class HistoType> Line 168  template<class HistoType>
168  void Histo1DAction<HistoType>::_InitHistos() {  void Histo1DAction<HistoType>::_InitHistos() {
169    
170    _CreateHisto();    _CreateHisto();
171      if (_bins.size() < 2) // SetXAxis not called by the main program, or wrongly filled (only 1 bin limit)
172        SetXAxis("Default X", 10, 0., 1.);
173    
174    if (_rootHisto) {    if (_rootHisto) {
175      Double_t *auxArray = new Double_t[_bins.size()];      Double_t *auxArray = new Double_t[_bins.size()];

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

  ViewVC Help
Powered by ViewVC 1.1.23