#include <ActsPlugins/Root/TGeoPrimitivesHelper.hpp>
|
| static Acts::Transform3 | makeTransform (const Eigen::Vector3d &rotationMatrixCol0, const Eigen::Vector3d &rotationMatrixCol1, const Eigen::Vector3d &rotationMatrixCol2, const Eigen::Vector3d &translation) |
| | Helper method to create a transform from Rotation matrix vectors:
|
| static bool | match (const char *first, const char *second) |
| | Private helper method : match string with wildcards.
|
| static bool | match (const std::vector< std::string > &first, const char *second) |
| | Private helper method : match string with wildcards Method that uses the match method with wild cards and performs it on an input list.
|
◆ makeTransform()
| Acts::Transform3 ActsPlugins::TGeoPrimitivesHelper::makeTransform |
( |
const Eigen::Vector3d & | rotationMatrixCol0, |
|
|
const Eigen::Vector3d & | rotationMatrixCol1, |
|
|
const Eigen::Vector3d & | rotationMatrixCol2, |
|
|
const Eigen::Vector3d & | translation ) |
|
static |
Helper method to create a transform from Rotation matrix vectors:
- Parameters
-
| rotationMatrixCol0 | |
| rotationMatrixCol1 | |
| rotationMatrixCol2 | And translation |
| translation | |
◆ match() [1/2]
| bool ActsPlugins::TGeoPrimitivesHelper::match |
( |
const char * | first, |
|
|
const char * | second ) |
|
static |
Private helper method : match string with wildcards.
- Parameters
-
| first | is the one with the potential wildcard |
| second | is the test string |
◆ match() [2/2]
| bool ActsPlugins::TGeoPrimitivesHelper::match |
( |
const std::vector< std::string > & | first, |
|
|
const char * | second ) |
|
static |
Private helper method : match string with wildcards Method that uses the match method with wild cards and performs it on an input list.
- Parameters
-
| first | is the one with the potential wildcard |
| second | is the test string |