Newer
Older
Presentations / tau23mu_lhcb / 13_03_2014 / softcode / code.cc
@mchrzasz mchrzasz on 31 Mar 2014 566 bytes update
  1. if(aMother != 0 && aMother->nDaughters() != listOfDaughters.size()) {
  2. // the mother has more daughters than on the list
  3. // something not impotent ...
  4. if(FSR)
  5. {
  6. if( dau->pdtEntry() != 0 )
  7. {
  8. string name( dau->pdtEntry()->name() );
  9. if( name.find( "gamma" ) != string::npos){
  10. std::cout<<"SUCCESSSSS!!!!!!!, we found gamma"<<std::endl; // to be commented out
  11. continue;
  12. }
  13. } // if we have pdt entry!
  14. } // end of FSR
  15.