19#ifndef BBRCOLLECTIONUTILS_HH
20#define BBRCOLLECTIONUTILS_HH
26 namespace Collection {
28#ifdef OO_DDL_TRANSLATION
32 template<
class PtrType>
34 return (*ptr1) < (*ptr2);
73 template <
class C,
class T >
74 typename C::difference_type
75 findIndex(
const C& container,
const T& value ) {
76 typename C::const_iterator found
77 = std::find( container.begin(), container.end(), value );
83 return found - container.begin();
***************************************************************************************Pseudo Class RRes *****************************************************************************************Parameters and physical constants **Maarten sept ************************************************************************DOUBLE PRECISION xsmu **************************************************************************PARTICLE DATA all others are from PDG *Only resonances with known widths into electron pairs are sept ************************************************************************C Declarations C
C::difference_type findIndex(const C &container, const T &value)
void operator()(const T array[]) const
void operator()(const T *ptr) const
bool operator()(PtrType ptr1, PtrType ptr2) const