48 #ifndef G4BlineTracer_h 
   49 #define G4BlineTracer_h 1 
   80        { fMaxTrackingStep=max_step; }
 
   82        { 
return fEventAction; }
 
   86      void ResetChordFinders();
 
   95      G4bool fWas_ResetChordFinders_already_called;
 
  100      std::vector<G4ChordFinder* > fVecChordFinders;
 
  101      std::vector<G4FieldManager* > fVecFieldManagers;
 
  102      std::vector<G4MagneticField* > fVecMagneticFields;
 
  103      std::vector<G4BlineEquation* > fVecEquationOfMotion;
 
virtual void EndOfRunAction(const G4Run *aRun)
 
virtual void BeginOfRunAction(const G4Run *aRun)
 
void ComputeBlines(G4int nlines)
 
void SetMaxTrackingStep(G4double max_step)
 
G4BlineEventAction * GetEventAction()