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 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 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 >
NNHInfo< I >::NNHInfo (  )  [inline]

Definition at line 45 of file NNH.hh.

00045 : _info(NULL) {}

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

Definition at line 46 of file NNH.hh.

00046 : _info(info) {}


Member Function Documentation

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

Definition at line 47 of file NNH.hh.

References NNHInfo< I >::_info.

Referenced by NNH< BJ, I >::merge_jets(), and NNH< BJ, I >::start().

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


Member Data Documentation

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

Definition at line 49 of file NNH.hh.

Referenced by NNHInfo< I >::init_jet().


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

Generated on 26 Feb 2010 for fastjet by  doxygen 1.6.1