Analysis Software
Documentation for sPHENIX simulation software
|
Go to the source code of this file.
Namespaces | |
namespace | ActsExamples |
Functions | |
void | addRecCKFOptions (ActsExamples::Options::Description &desc) |
int | runRecCKFTracks (int argc, char *argv[], const std::shared_ptr< ActsExamples::IBaseDetector > &detector) |
void addRecCKFOptions | ( | ActsExamples::Options::Description & | desc | ) |
The options for running CKF reco
desc | The options description to add options to |
Definition at line 53 of file RecCKFTracks.cpp.
View newest version in sPHENIX GitHub at line 53 of file RecCKFTracks.cpp
Referenced by runRecCKFTracks().
int runRecCKFTracks | ( | int | argc, |
char * | argv[], | ||
const std::shared_ptr< ActsExamples::IBaseDetector > & | detector | ||
) |
Main function for running CKF reco with a specific detector.
argc | number of command line arguments |
argv | command line arguments |
detector | is the detector to be used |