FairRoot/PandaRoot
Functions
PndHelixPropagator.cxx File Reference
#include "PndHelixPropagator.h"
#include "TMath.h"
#include <iostream>

Go to the source code of this file.

Functions

FairTrackPar PropagateToS (Double_t)
 

Function Documentation

FairTrackPar PropagateToS ( Double_t  )

Definition at line 101 of file PndHelixPropagator.cxx.

102 {
103  // Not yet implemented!
104  std::cout << "*** -E- PndHelixPropagator::PropagateToS not yet implemented!" << std::endl;
105  return FairTrackPar();
106 }