#include <TrackAnalysisSequence.h>
|  | 
|  | TrackAnalysisSequence (const std::string &_name, const std::string &_chain, const std::string &_key, const std::string &_refchain, const std::string &_refkey, TrackSelector *selector, TrackFilter *filter, TrackSelector *refselector, TrackFilter *reffilter, TrackAssociator *matcher, TrackAnalysis *analysis, bool seeded=true) | 
|  | 
|  | TrackAnalysisSequence (const std::string &_name, const std::string &_chain, const std::string &_key, const std::string &_refchain, const std::string &_refkey, TrackSelector *selector, TrackSelector *refselector, TrackAssociator *matcher, TrackAnalysis *analysis, bool seeded=true) | 
|  | 
|  | TrackAnalysisSequence (const std::string &_name, const std::string &_chain, const std::string &_key, TrackSelector *selector, TrackSelector *refselector, TrackAssociator *matcher, TrackAnalysis *analysis, bool seeded=true) | 
|  | 
|  | TrackAnalysisSequence (const std::string &_chain, const std::string &_key, TrackSelector *selector, TrackSelector *refselector, TrackAssociator *matcher, TrackAnalysis *analysis, bool seeded=true) | 
|  | 
|  | ~TrackAnalysisSequence () | 
|  | 
| const std::string & | name () const | 
|  | 
| const std::string & | chainName () const | 
|  | 
| const std::string & | chainRefName () const | 
|  | 
| const std::string & | key () const | 
|  | 
| const std::string & | keyRef () const | 
|  | 
| void | setSeeded (bool b) | 
|  | 
| bool | isSeeded () const | 
|  | 
| TrackSelector * | getTestSelector () | 
|  | 
| TrackSelector * | getRefSelector () | 
|  | 
| TrackAssociator * | getAssociator () | 
|  | 
| TrackAnalysis * | getAnalysis () | 
|  | 
| void | setTestSelector (TrackSelector *selector) | 
|  | 
| void | setRefSelector (TrackSelector *selector) | 
|  | 
| void | setAssociator (TrackAssociator *matcher) | 
|  | 
| void | setAnalysis (TrackAnalysis *analysis) | 
|  | 
Definition at line 36 of file TrackAnalysisSequence.h.
 
◆ TrackAnalysisSequence() [1/4]
  
  | 
        
          | TrackAnalysisSequence::TrackAnalysisSequence | ( | const std::string & | _name, |  
          |  |  | const std::string & | _chain, |  
          |  |  | const std::string & | _key, |  
          |  |  | const std::string & | _refchain, |  
          |  |  | const std::string & | _refkey, |  
          |  |  | TrackSelector * | selector, |  
          |  |  | TrackFilter * | filter, |  
          |  |  | TrackSelector * | refselector, |  
          |  |  | TrackFilter * | reffilter, |  
          |  |  | TrackAssociator * | matcher, |  
          |  |  | TrackAnalysis * | analysis, |  
          |  |  | bool | seeded = true |  
          |  | ) |  |  |  | inline | 
 
 
◆ TrackAnalysisSequence() [2/4]
◆ TrackAnalysisSequence() [3/4]
◆ TrackAnalysisSequence() [4/4]
◆ ~TrackAnalysisSequence()
  
  | 
        
          | TrackAnalysisSequence::~TrackAnalysisSequence | ( |  | ) |  |  | inline | 
 
 
◆ chainName()
  
  | 
        
          | const std::string& TrackAnalysisSequence::chainName | ( |  | ) | const |  | inline | 
 
 
◆ chainRefName()
  
  | 
        
          | const std::string& TrackAnalysisSequence::chainRefName | ( |  | ) | const |  | inline | 
 
 
◆ getAnalysis()
◆ getAssociator()
◆ getRefSelector()
◆ getTestSelector()
◆ isSeeded()
  
  | 
        
          | bool TrackAnalysisSequence::isSeeded | ( |  | ) | const |  | inline | 
 
 
◆ key()
  
  | 
        
          | const std::string& TrackAnalysisSequence::key | ( |  | ) | const |  | inline | 
 
 
◆ keyRef()
  
  | 
        
          | const std::string& TrackAnalysisSequence::keyRef | ( |  | ) | const |  | inline | 
 
 
◆ name()
  
  | 
        
          | const std::string& TrackAnalysisSequence::name | ( |  | ) | const |  | inline | 
 
 
◆ setAnalysis()
  
  | 
        
          | void TrackAnalysisSequence::setAnalysis | ( | TrackAnalysis * | analysis | ) |  |  | inline | 
 
 
◆ setAssociator()
◆ setRefSelector()
  
  | 
        
          | void TrackAnalysisSequence::setRefSelector | ( | TrackSelector * | selector | ) |  |  | inline | 
 
 
◆ setSeeded()
  
  | 
        
          | void TrackAnalysisSequence::setSeeded | ( | bool | b | ) |  |  | inline | 
 
 
◆ setTestSelector()
  
  | 
        
          | void TrackAnalysisSequence::setTestSelector | ( | TrackSelector * | selector | ) |  |  | inline | 
 
 
◆ m_analysis
◆ m_chainName
  
  | 
        
          | std::string TrackAnalysisSequence::m_chainName |  | private | 
 
 
◆ m_chainRefName
  
  | 
        
          | std::string TrackAnalysisSequence::m_chainRefName |  | private | 
 
 
◆ m_key
  
  | 
        
          | std::string TrackAnalysisSequence::m_key |  | private | 
 
 
◆ m_keyRef
  
  | 
        
          | std::string TrackAnalysisSequence::m_keyRef |  | private | 
 
 
◆ m_matcher
◆ m_name
  
  | 
        
          | std::string TrackAnalysisSequence::m_name |  | private | 
 
 
◆ m_refFilter
◆ m_refSelector
◆ m_seeded
  
  | 
        
          | bool TrackAnalysisSequence::m_seeded |  | private | 
 
 
◆ m_testFilter
◆ m_testSelector
The documentation for this class was generated from the following file: