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

update processes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/parton_string/diffraction/include/G4FTFParticipants.hh

    r819 r962  
    2525//
    2626//
    27 // $Id: G4FTFParticipants.hh,v 1.4 2006/06/29 20:54:32 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-01-patch-02 $
     27// $Id: G4FTFParticipants.hh,v 1.5 2008/03/31 15:34:01 vuzhinsk Exp $
     28// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2929//
    3030
     
    4141
    4242#include "G4VParticipants.hh"
     43#include "G4FTFParameters.hh"   // Uzhi 29.03.08
    4344#include <vector>
    4445#include "G4Nucleon.hh"
     
    6061      int operator!=(const G4FTFParticipants &right) const;
    6162
    62       void BuildInteractions(const G4ReactionProduct  &thePrimary);
     63      void GetList(const G4ReactionProduct  &thePrimary,
     64                         G4FTFParameters    *theParameters); // Uzhi 29.03.08
     65
     66      void StartLoop();
    6367      G4bool Next();
    6468      const G4InteractionContent & GetInteraction() const;
    65 
    66       void StartLoop();
    6769     
     70      std::vector<G4InteractionContent *> theInteractions;
    6871  private:
    6972
    70       std::vector<G4InteractionContent *> theInteractions;
     73//      std::vector<G4InteractionContent *> theInteractions;
    7174 
    7275      G4int currentInteraction;
     
    9598
    9699#endif
    97 
    98 
Note: See TracChangeset for help on using the changeset viewer.