Ignore:
Timestamp:
Nov 5, 2010, 3:45:55 PM (14 years ago)
Author:
garnier
Message:

update ti head

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/cascade/cascade/include/G4ElementaryParticleCollider.hh

    r1337 r1340  
    2424// ********************************************************************
    2525//
    26 // $Id: G4ElementaryParticleCollider.hh,v 1.32 2010/06/25 09:43:12 gunter Exp $
    27 // Geant4 tag: $Name: geant4-09-04-beta-01 $
     26// $Id: G4ElementaryParticleCollider.hh,v 1.35 2010/08/04 05:28:24 mkelsey Exp $
     27// Geant4 tag: $Name: hadr-casc-V09-03-85 $
    2828//
    2929// 20100114  M. Kelsey -- Remove G4CascadeMomentum, use G4LorentzVector directly
     
    4141//              particle-types selector to all modes, not just strangeness.
    4242// 20100517  M. Kelsey -- Inherit from common base class, make arrays static
     43// 20100714  M. Kelsey -- Switch to new G4CascadeColliderBase class
     44// 20100726  M. Kelsey -- Move remaining std::vector<> buffers here
     45// 20100804  M. Kelsey -- Add printFinalStateTables() function.
    4346
    4447#ifndef G4ELEMENTARY_PARTICLE_COLLIDER_HH
    4548#define G4ELEMENTARY_PARTICLE_COLLIDER_HH
    4649
    47 #include "G4VCascadeCollider.hh"
     50#include "G4CascadeColliderBase.hh"
    4851#include "G4InuclElementaryParticle.hh"
    4952#include "G4LorentzVector.hh"
     
    5457
    5558
    56 class G4ElementaryParticleCollider : public G4VCascadeCollider {
     59class G4ElementaryParticleCollider : public G4CascadeColliderBase {
    5760public:
    5861  G4ElementaryParticleCollider();
     
    104107                             G4double pmod) const;
    105108
     109  void printFinalStateTables() const;
     110
    106111  // Internal buffers for lists of secondaries
    107112  std::vector<G4InuclElementaryParticle> particles;
     113  std::vector<G4LorentzVector> scm_momentums;
    108114  std::vector<G4double> modules;
     115  std::vector<G4double> masses2;
    109116  std::vector<G4int> particle_kinds;
    110117
Note: See TracChangeset for help on using the changeset viewer.