~ma5/madanalysis5/madanalysis-development

« back to all changes in this revision

Viewing changes to tools/SampleAnalyzer/Process/Reader/STDHEPreader.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 STDHEP_READER_h
26
26
#define STDHEP_READER_h
27
27
 
 
28
 
 
29
// SampleAnalyzer headers
28
30
#include "SampleAnalyzer/Process/Reader/ReaderTextBase.h"
29
31
#include "SampleAnalyzer/Process/Core/xdr_istream.h"
30
32
 
 
33
 
31
34
namespace MA5
32
35
{
33
36
 
64
67
  MAint32 nhept_;
65
68
  MAbool firstevent;
66
69
 
67
 
  std::vector<MAint32>    isthept_;
68
 
  std::vector<MAint32>    idhept_;
69
 
  std::vector<MAint32>    jmohept_;
70
 
  std::vector<MAint32>    jdahept_;
 
70
  std::vector<MAint32>   isthept_;
 
71
  std::vector<MAint32>   idhept_;
 
72
  std::vector<MAint32>   jmohept_;
 
73
  std::vector<MAint32>   jdahept_;
71
74
  std::vector<MAfloat64> phept_;
72
75
  std::vector<MAfloat64> vhept_;
 
76
  std::vector< std::pair<MAint32,MAint32> > mothers_;
73
77
 
74
78
  // data related to the format
75
79
  STDHEPversion version_;
85
89
  {
86
90
  }
87
91
 
88
 
        /// Destructor
 
92
  /// Destructor
89
93
  virtual ~STDHEPreader()
90
94
  {
91
95
  }