#include <TrigVertexCounts.h>
- Author
- W. H. Bell W.Bel.nosp@m.l@ce.nosp@m.rn.ch
A class to store the number of tracks and the pT^2 sum per reconstructed primary vertex. 
Definition at line 16 of file Trigger/TrigEvent/TrigInDetEvent/TrigInDetEvent/TrigVertexCounts.h.
◆ TrigVertexCounts() [1/3]
      
        
          | TrigVertexCounts::TrigVertexCounts | ( |  | ) |  | 
      
 
 
◆ TrigVertexCounts() [2/3]
      
        
          | TrigVertexCounts::TrigVertexCounts | ( | const std::vector< unsigned int > & | vtxNtrks, | 
        
          |  |  | const std::vector< float > & | vtxTrkPtSqSum | 
        
          |  | ) |  |  | 
      
 
 
◆ TrigVertexCounts() [3/3]
      
        
          | TrigVertexCounts::TrigVertexCounts | ( | std::vector< unsigned int > && | vtxNtrks, | 
        
          |  |  | std::vector< float > && | vtxTrkPtSqSum | 
        
          |  | ) |  |  | 
      
 
 
◆ ~TrigVertexCounts()
  
  | 
        
          | TrigVertexCounts::~TrigVertexCounts | ( |  | ) |  |  | default | 
 
 
◆ vtxNtrks()
  
  | 
        
          | const std::vector<unsigned int>& TrigVertexCounts::vtxNtrks | ( | void |  | ) | const |  | inline | 
 
 
◆ vtxTrkPtSqSum()
  
  | 
        
          | const std::vector<float>& TrigVertexCounts::vtxTrkPtSqSum | ( | void |  | ) | const |  | inline | 
 
 
◆ m_vtxNtrks
  
  | 
        
          | std::vector<unsigned int> TrigVertexCounts::m_vtxNtrks |  | private | 
 
 
◆ m_vtxTrkPtSqSum
  
  | 
        
          | std::vector<float> TrigVertexCounts::m_vtxTrkPtSqSum |  | private | 
 
 
The documentation for this class was generated from the following files: