fastjet 2.4.5
Public Member Functions | Private Attributes
fastjet::NNHInfo< I > Class Template Reference

template that will help initialise a BJ with a PseudoJet and extra information More...

#include <NNH.hh>

Inheritance diagram for fastjet::NNHInfo< I >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 NNHInfo ()
 NNHInfo (I *info)
template<class NNBJ >
void init_jet (NNBJ *briefjet, const fastjet::PseudoJet &jet, int index)

Private Attributes

I * _info

Detailed Description

template<class I>
class fastjet::NNHInfo< I >

template that will help initialise a BJ with a PseudoJet and extra information

Definition at line 43 of file NNH.hh.


Constructor & Destructor Documentation

template<class I >
fastjet::NNHInfo< I >::NNHInfo ( ) [inline]

Definition at line 45 of file NNH.hh.

: _info(NULL) {}
template<class I >
fastjet::NNHInfo< I >::NNHInfo ( I *  info) [inline]

Definition at line 46 of file NNH.hh.

: _info(info) {}

Member Function Documentation

template<class I >
template<class NNBJ >
void fastjet::NNHInfo< I >::init_jet ( NNBJ *  briefjet,
const fastjet::PseudoJet jet,
int  index 
) [inline]

Definition at line 47 of file NNH.hh.

{ briefjet->init(jet, index, _info);}

Member Data Documentation

template<class I >
I* fastjet::NNHInfo< I >::_info [private]

Definition at line 49 of file NNH.hh.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines