|
EvtGen
2.0.0
Monte Carlo generator of particle decays, in particular the weak decays of heavy flavour particles such as B mesons.
|
Go to the documentation of this file. 36 else if ( p == BCA ) { 43 } else if ( p == BCA ) { 50 } else if ( p == CAB ) { 57 } else if ( p == CBA ) { 64 } else if ( p == BAC ) { 71 } else if ( p == ACB ) { 85 assert( i1 != i2 && i2 != i3 && i3 != i1 ); 115 assert( 0 <= i && i <= 2 ); 299 if ( strcmp( str, "A" ) ) 301 else if ( strcmp( str, "B" ) ) 303 else if ( strcmp( str, "C" ) ) 312 if ( !strcmp( str, "AB" ) || !strcmp( str, "BA" ) ) 314 else if ( !strcmp( str, "BC" ) || !strcmp( str, "CB" ) ) 316 else if ( !strcmp( str, "CA" ) || !strcmp( str, "AC" ) ) 372 char* s = new char[strlen( str ) + 2]; 374 strcat( s, c_str( i ) ); 382 char* s = new char[strlen( str ) + 3]; 384 strcat( s, c_str( i ) );
const char * c_str(Index i)
Perm permutation(Index i1, Index i2, Index i3)
Index permute(Index i, Perm p)
Pair combine(Index i, Index j)
Index strToIndex(const char *str)
ostream & operator<<(ostream &os, EvtCyclic3::Index i)
Index common(Pair i, Pair j)
Pair strToPair(const char *str)
char * append(const char *str, EvtCyclic3::Index i)
Index other(Index i, Index j)
|