~ma5/madanalysis5/madanalysis-development

« back to all changes in this revision

Viewing changes to tools/SampleAnalyzer/Process/Reader/ReaderTextBase.h

  • Committer: Benjamin Fuks
  • Date: 2018-05-04 10:44:49 UTC
  • mfrom: (115.1.81 v1.6beta)
  • Revision ID: fuks@cern.ch-20180504104449-60h8a00loxgr8zg0
Releasing v1.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#ifndef READER_TEXT_BASE_h
26
26
#define READER_TEXT_BASE_h
27
27
 
 
28
 
28
29
// STL headers
29
30
#include <fstream>
30
31
#include <iostream>
31
32
#include <sstream>
32
33
 
33
 
class gz_istream;
34
 
 
35
34
// SampleAnalyzer headers
36
35
#include "SampleAnalyzer/Commons/Base/PortableDatatypes.h"
37
36
#include "SampleAnalyzer/Commons/Base/ReaderBase.h"
38
37
 
 
38
 
 
39
class gz_istream;
 
40
 
39
41
namespace MA5
40
42
{
41
43
 
72
74
    input_fifo_ = 0;
73
75
  }
74
76
 
75
 
        /// Destructor
 
77
  /// Destructor
76
78
  virtual ~ReaderTextBase()
77
79
  {
78
80
    if (input_     !=0) delete input_;