Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RecCKFTracks.hpp File Reference
#include "ActsExamples/Utilities/OptionsFwd.hpp"
#include <memory>
+ Include dependency graph for RecCKFTracks.hpp:
+ This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

void addRecCKFOptions ( ActsExamples::Options::Description desc)

The options for running CKF reco

Parameters
descThe 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().

+ Here is the caller graph for this function:

int runRecCKFTracks ( int  argc,
char *  argv[],
const std::shared_ptr< ActsExamples::IBaseDetector > &  detector 
)

Main function for running CKF reco with a specific detector.

Parameters
argcnumber of command line arguments
argvcommand line arguments
detectoris the detector to be used