#include <ISiCombinatorialTrackFinder.h>
|
| std::map< const std::string, int > | m_idata |
| std::map< const std::string, double > | m_ddata |
◆ TrackQualityCuts() [1/3]
| InDet::TrackQualityCuts::TrackQualityCuts |
( |
| ) |
|
|
inline |
◆ TrackQualityCuts() [2/3]
◆ TrackQualityCuts() [3/3]
| InDet::TrackQualityCuts::TrackQualityCuts |
( |
const std::map< const std::string, int > & | in, |
|
|
const std::map< const std::string, double > & | db ) |
|
inline |
Definition at line 172 of file ISiCombinatorialTrackFinder.h.
173 :
176 {
177 }
std::map< const std::string, double > m_ddata
std::map< const std::string, int > m_idata
◆ ~TrackQualityCuts()
| InDet::TrackQualityCuts::~TrackQualityCuts |
( |
| ) |
|
|
inline |
◆ getDoubleCut()
| bool InDet::TrackQualityCuts::getDoubleCut |
( |
const std::string & | name, |
|
|
double & | cut ) const |
|
inline |
Definition at line 200 of file ISiCombinatorialTrackFinder.h.
201 {
202 std::map<const std::string,double>::const_iterator
n =
m_ddata.find(name);
203 if(n==
m_ddata.end()) {
cut = 0 ;
return false;}
204 cut = (*n).second;
return true ;
205 }
cut
This script demonstrates how to call a C++ class from Python Also how to use PyROOT is shown.
◆ getIntCut()
| bool InDet::TrackQualityCuts::getIntCut |
( |
const std::string & | name, |
|
|
int & | cut ) const |
|
inline |
◆ numDoubleCuts()
| int InDet::TrackQualityCuts::numDoubleCuts |
( |
| ) |
const |
|
inline |
◆ numIntCuts()
| int InDet::TrackQualityCuts::numIntCuts |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ setDoubleCut()
| void InDet::TrackQualityCuts::setDoubleCut |
( |
const std::string & | name, |
|
|
double | cut ) |
|
inline |
◆ setIntCut()
| void InDet::TrackQualityCuts::setIntCut |
( |
const std::string & | name, |
|
|
int | cut ) |
|
inline |
◆ m_ddata
| std::map<const std::string,double> InDet::TrackQualityCuts::m_ddata |
|
protected |
◆ m_idata
| std::map<const std::string,int> InDet::TrackQualityCuts::m_idata |
|
protected |
The documentation for this class was generated from the following file: