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

Go to the source code of this file.

Functions

 ClassImp (PndHelixPropagator) PndHelixPropagator
 
FairTrackPar PropagateToS (Double_t)
 

Function Documentation

ClassImp ( PndHelixPropagator  )

Definition at line 13 of file PndHelixPropagator.cxx.

15  :
16  fFieldStrength(0), fOrigin(), fMomentum(), fCharge(0)
17 {
18 }
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 }