Jpp  18.0.0-rc.4
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
JSUPPORT::JMonteCarloFileReader< Evt, JFileReader_t > Class Template Reference

Template specialisation of JMonteCarloFileReader for Event. More...

#include <JMonteCarloFileSupportkit.hh>

Inheritance diagram for JSUPPORT::JMonteCarloFileReader< Evt, JFileReader_t >:

Public Member Functions

virtual void open (const char *file_name) override
 Open file. More...
 

Detailed Description

template<template< class > class JFileReader_t>
class JSUPPORT::JMonteCarloFileReader< Evt, JFileReader_t >

Template specialisation of JMonteCarloFileReader for Event.

This class re-implements the method open of the JLANG::JAccessible interface so that the Head is skipped for each file.

Definition at line 289 of file JMonteCarloFileSupportkit.hh.

Member Function Documentation

template<template< class > class JFileReader_t>
virtual void JSUPPORT::JMonteCarloFileReader< Evt, JFileReader_t >::open ( const char *  file_name)
inlineoverridevirtual

Open file.

Parameters
file_namefile name

Definition at line 298 of file JMonteCarloFileSupportkit.hh.

299  {
300  using namespace std;
301 
302  JFileReader_t<Evt>::open(file_name);
303 
304  if (this->is_open()) {
305 
306  Head buffer;
307 
308  static_cast<istream&>(*this) >> buffer;
309  }
310  }
T * open(const std::string &file_name)
Open file.
Definition: JeepToolkit.hh:346
The Head class reflects the header of Monte-Carlo event files, which consists of keys (also referred ...
Definition: Head.hh:65

The documentation for this class was generated from the following file: