![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
tools More...
#include <GenFit/RKTrackRep.h>#include <GenFit/AbsTrackRep.h>#include <GenFit/Exception.h>#include <GenFit/MeasuredStateOnPlane.h>#include <TVector3.h>#include <cassert>#include <iostream>#include <limits>
Include dependency graph for Tools.cc:Go to the source code of this file.
Namespaces | |
| namespace | PHGenFit |
Macros | |
| #define | LogDebug(exp) std::cout << "DEBUG: " << __FILE__ << ": " << __LINE__ << ": " << exp << std::endl |
| #define | LogError(exp) std::cout << "ERROR: " << __FILE__ << ": " << __LINE__ << ": " << exp << std::endl |
| #define | LogWarning(exp) std::cout << "WARNING: " << __FILE__ << ": " << __LINE__ << ": " << exp << std::endl |
Functions | |
| double | PHGenFit::extrapolateToCylinder (genfit::MeasuredStateOnPlane *state, double radius, TVector3 line_point, TVector3 line_direction, const int pdg_code, const int direction, const int verbosity) |
tools
Definition in file Tools.cc.
| #define LogDebug | ( | exp | ) | std::cout << "DEBUG: " << __FILE__ << ": " << __LINE__ << ": " << exp << std::endl |
| #define LogError | ( | exp | ) | std::cout << "ERROR: " << __FILE__ << ": " << __LINE__ << ": " << exp << std::endl |
| #define LogWarning | ( | exp | ) | std::cout << "WARNING: " << __FILE__ << ": " << __LINE__ << ": " << exp << std::endl |
Definition at line 23 of file Tools.cc.
View newest version in sPHENIX GitHub at line 23 of file Tools.cc
Referenced by PHGenFit::extrapolateToCylinder().