evtgen is hosted by Hepforge, IPPP Durham
EvtGen  2.0.0
Monte Carlo generator of particle decays, in particular the weak decays of heavy flavour particles such as B mesons.

#include <EvtGenBase/EvtAmpIndex.hh>

Public Member Functions

 EvtAmpIndex (std::vector< int > ind)
 
virtual ~EvtAmpIndex ()
 
void reset ()
 
bool next ()
 
int index ()
 

Private Attributes

std::vector< int > _ind
 
int _size
 
std::vector< int > _state
 
std::vector< int > _nstate
 

Friends

class EvtAmpSubIndex
 

Detailed Description

Definition at line 26 of file EvtAmpIndex.hh.

Constructor & Destructor Documentation

◆ EvtAmpIndex()

EvtAmpIndex::EvtAmpIndex ( std::vector< int >  ind)

Definition at line 28 of file EvtAmpIndex.cpp.

◆ ~EvtAmpIndex()

virtual EvtAmpIndex::~EvtAmpIndex ( )
inlinevirtual

Definition at line 31 of file EvtAmpIndex.hh.

Member Function Documentation

◆ index()

int EvtAmpIndex::index ( )

Definition at line 65 of file EvtAmpIndex.cpp.

◆ next()

bool EvtAmpIndex::next ( )

Definition at line 51 of file EvtAmpIndex.cpp.

◆ reset()

void EvtAmpIndex::reset ( )

Definition at line 43 of file EvtAmpIndex.cpp.

Friends And Related Function Documentation

◆ EvtAmpSubIndex

friend class EvtAmpSubIndex
friend

Definition at line 27 of file EvtAmpIndex.hh.

Member Data Documentation

◆ _ind

std::vector<int> EvtAmpIndex::_ind
private

Definition at line 39 of file EvtAmpIndex.hh.

◆ _nstate

std::vector<int> EvtAmpIndex::_nstate
private

Definition at line 42 of file EvtAmpIndex.hh.

◆ _size

int EvtAmpIndex::_size
private

Definition at line 40 of file EvtAmpIndex.hh.

◆ _state

std::vector<int> EvtAmpIndex::_state
private

Definition at line 41 of file EvtAmpIndex.hh.


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