Ignore:
Timestamp:
Apr 6, 2009, 12:30:29 PM (15 years ago)
Author:
garnier
Message:

update processes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/parton_string/diffraction/src/G4DiffractiveHHScatterer.cc

    r819 r962  
    3030#include "G4KineticTrack.hh"
    3131#include "G4DiffractiveSplitableHadron.hh"
     32#include "G4FTFParameters.hh"                            // Uzhi 21.04.08
    3233
    3334G4DiffractiveHHScatterer::G4DiffractiveHHScatterer()
     
    3738{}
    3839
     40// -------------------------------------------------------------------
    3941G4KineticTrackVector * G4DiffractiveHHScatterer::
    4042Scatter(const G4KineticTrack & aTrack, const G4KineticTrack & bTrack)
     
    4446  G4DiffractiveSplitableHadron aHadron(& aTrack);
    4547  G4DiffractiveSplitableHadron bHadron(& bTrack);
    46   if ( ! theExcitation->ExciteParticipants(& aHadron, & bHadron))
     48  theParameters = new G4FTFParameters(aHadron.GetDefinition(), // -------- Uzhi 21.04.08
     49                                          1.,1., 100.);
     50                                          //s);// ------------------------- Uzhi 21.04.08
     51  if ( ! theExcitation->ExciteParticipants(& aHadron,
     52                                           & bHadron,
     53                                           theParameters))     // -------- Uzhi 21.04.08
    4754  {
    4855        return NULL;
Note: See TracChangeset for help on using the changeset viewer.