Ignore:
Timestamp:
Sep 30, 2010, 2:47:17 PM (14 years ago)
Author:
garnier
Message:

tag geant4.9.4 beta 1 + modifs locales

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/advanced/Rich/src/RichTbEventAction.cc

    r807 r1337  
    120120    //   << " hits are stored in RichTbHitsCollection." << G4endl;
    121121  }
    122   if(RConfig->getRichTbDrawTrajectory() > 0)
    123   {   
    124     for (G4int i=0; i<n_trajectories; i++)
    125     {
    126       (*(evt->GetTrajectoryContainer()))[i]->DrawTrajectory();
    127     }
    128   }
    129 
    130   //now for the hits.
    131 
    132   if(RHC)
    133   {
    134      G4int n_hith = RHC->entries();
    135      for (G4int ih=0; ih<n_hith; ih++ )
    136      {
    137        RichTbHit* aHit = (*RHC)[ih];
    138        aHit->DrawWithVisM(pVisManager);
    139      }
    140   }
    141122
    142123  //Now to Fill the Histograms
Note: See TracChangeset for help on using the changeset viewer.