|
[Blackmax] Print BH to LHA_OutputMichiru Kaneda Michiru.Kaneda at cern.chWed Jul 13 12:09:48 BST 2011
Dear BlackMax authors, Is it possible to print BH particles to LHA output? In the source code (BlackMax.c), I found some lines with commend: hepeup_.Imoth[ii][0] = 1; //jobby: don't write the black hole to particle list hepeup_.Imoth[ii][1] = 2; //jobby: don't write the black hole to particle list hepeup_.Imoth[ii][0] = 1; //jobby: don't write the black hole to particle list hepeup_.Imoth[ii][1] = 2; //jobby: don't write the black hole to particle list int BHlist = 0; //jobby: don't write the black hole to particle list It seems that if I comment out first four lines and change last as "int BHlist=1", and also add line AddParticle(&NewEvent,0,dim,40,B_q_c,Pb,Q1, initial_particle); after lines //write initial point if(WriteLHArecord==2) { print_position(0,NN, pFile7, posbh, B_q_c, Pb, Lm, Mm, ch_case,dim,E_simble,E_q_c,Pe,Emass,0.0);} I can write out BH. Is this correct procedure? or is there any problems to print out BH in color connection or others...? Regards, Michiru
More information about the Blackmax mailing list |