#include <PndPattern.h>
Definition at line 16 of file PndPattern.h.
 
◆ PndPattern()
      
        
          | PndPattern::PndPattern  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ ~PndPattern()
  
  
      
        
          | virtual PndPattern::~PndPattern  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ AddMomenta()
      
        
          | void PndPattern::AddMomenta  | 
          ( | 
          std::vector< TVector3 >  | 
          momenta | ) | 
           | 
        
      
 
 
◆ AddMomentum()
  
  
      
        
          | void PndPattern::AddMomentum  | 
          ( | 
          TVector3  | 
          momentum | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ AddTubeID()
  
  
      
        
          | void PndPattern::AddTubeID  | 
          ( | 
          int  | 
          tubeID | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Definition at line 26 of file PndPattern.h.
   26 { ftubeIDs.insert(tubeID); }
  
 
 
◆ Clear()
      
        
          | void PndPattern::Clear  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ GetCount()
  
  
      
        
          | int PndPattern::GetCount  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ GetMomenta()
  
  
      
        
          | std::vector<TVector3> PndPattern::GetMomenta  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ GetSectorID()
  
  
      
        
          | short PndPattern::GetSectorID  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ GetTubeIDs()
  
  
      
        
          | std::set<int> PndPattern::GetTubeIDs  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ IsEmpty()
      
        
          | bool PndPattern::IsEmpty  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ RaisePatternCount()
  
  
      
        
          | void PndPattern::RaisePatternCount  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ SetPatternCount()
  
  
      
        
          | void PndPattern::SetPatternCount  | 
          ( | 
          int  | 
          count | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ SetSectorID()
  
  
      
        
          | void PndPattern::SetSectorID  | 
          ( | 
          int  | 
          sectorID | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Definition at line 23 of file PndPattern.h.
   23 { fsectorID = sectorID; }
  
 
 
◆ SetTubeIDs()
  
  
      
        
          | void PndPattern::SetTubeIDs  | 
          ( | 
          std::set< int >  | 
          tubeIDs | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Definition at line 27 of file PndPattern.h.
   27 { ftubeIDs = tubeIDs; }
  
 
 
The documentation for this class was generated from the following file: