rivet is hosted by Hepforge, IPPP Durham
GenVertexIterRangeC Struct Reference

#include <RivetHepMC.hh>

List of all members.

Public Member Functions

 GenVertexIterRangeC (const GenVertex::particles_in_const_iterator &begin, const GenVertex::particles_in_const_iterator &end)
const
GenVertex::particles_in_const_iterator & 
begin ()
const
GenVertex::particles_in_const_iterator & 
end ()

Private Attributes

const
GenVertex::particles_in_const_iterator 
_begin
const
GenVertex::particles_in_const_iterator 
_end

Detailed Description

Note:
GenVertex _in and _out iterators are actually, secretly the same types *sigh*

Definition at line 96 of file RivetHepMC.hh.


Constructor & Destructor Documentation

GenVertexIterRangeC ( const GenVertex::particles_in_const_iterator &  begin,
const GenVertex::particles_in_const_iterator &  end 
) [inline]

Definition at line 97 of file RivetHepMC.hh.

      : _begin(begin), _end(end) {  }

Member Function Documentation

const GenVertex::particles_in_const_iterator& begin ( ) [inline]

Definition at line 99 of file RivetHepMC.hh.

{ return _begin; }
const GenVertex::particles_in_const_iterator& end ( ) [inline]

Definition at line 100 of file RivetHepMC.hh.

{ return _end; }

Member Data Documentation

const GenVertex::particles_in_const_iterator _begin [private]

Definition at line 102 of file RivetHepMC.hh.

const GenVertex::particles_in_const_iterator _end [private]

Definition at line 102 of file RivetHepMC.hh.


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