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