~ma5/madanalysis5/madanalysis-development

« back to all changes in this revision

Viewing changes to tools/SampleAnalyzer/Commons/DataFormat/SampleFormat.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 SAMPLE_DATAFORMAT_H
26
26
#define SAMPLE_DATAFORMAT_H
27
27
 
 
28
 
28
29
// STL headers
29
30
#include <map>
30
31
#include <iostream>
37
38
#include "SampleAnalyzer/Commons/Service/LogService.h"
38
39
#include "SampleAnalyzer/Commons/Service/ExceptionService.h"
39
40
 
 
41
 
40
42
namespace MA5
41
43
{
42
44
 
58
60
 private:
59
61
 
60
62
  std::string                 name_;      /// file name
61
 
  MAuint64                   nevents_;   /// number of events in the file
 
63
  MAuint64                    nevents_;   /// number of events in the file
62
64
  MCSampleFormat  *           mc_;
63
65
  RecSampleFormat *           rec_;
64
66
  MA5GEN::GeneratorType       sample_generator_;