the list of available selectors with their frequency range  
 More...
the list of available selectors with their frequency range 
Definition at line 239 of file MixingEventSelector.h.
 
◆ const_iterator
◆ iterator
◆ TriggerList()
  
  
      
        
          | MixingEventSelector::TriggerList::TriggerList  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ add()
      
        
          | bool MixingEventSelector::TriggerList::add  | 
          ( | 
          const Trigger &  | 
          trig | ) | 
           | 
        
      
 
 
◆ begin() [1/2]
  
  
      
        
          | iterator MixingEventSelector::TriggerList::begin  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ begin() [2/2]
◆ elementInRange()
Definition at line 369 of file MixingEventSelector.cxx.
  371   std::vector<unsigned int>::const_iterator iRange(
m_rangeEnd.begin());
 
  372   std::vector<unsigned int>::const_iterator eRange(
m_rangeEnd.end());
 
  373   while (eRange != iRange && eTrig != iTrig && 
i > *iRange){
 
  380                   << 
"elementInRange: rangeEnd=" << *iRange 
 
  381                   << 
" matches i=" << 
i << 
endmsg;
 
 
 
 
◆ empty()
  
  
      
        
          | bool MixingEventSelector::TriggerList::empty  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ end() [1/2]
  
  
      
        
          | iterator MixingEventSelector::TriggerList::end  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ end() [2/2]
◆ remove()
      
        
          | bool MixingEventSelector::TriggerList::remove  | 
          ( | 
          iterator  | 
          iTrig | ) | 
           | 
        
      
 
Definition at line 322 of file MixingEventSelector.cxx.
  324   unsigned int nElem(
m_trigs.size());
 
  326     unsigned int trigTodo(iTrig->todo());
 
  327     unsigned int trigIndex(iTrig - 
begin());
 
  329     string trigName(iTrig->name());
 
  332     removed = nElem > 
m_trigs.size();
 
 
 
 
◆ todo()
  
  
      
        
          | unsigned int MixingEventSelector::TriggerList::todo  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ toString()
      
        
          | string MixingEventSelector::TriggerList::toString  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ m_rangeEnd
  
  
      
        
          | std::vector<unsigned int> MixingEventSelector::TriggerList::m_rangeEnd | 
         
       
   | 
  
private   | 
  
 
 
◆ m_todo
  
  
      
        
          | unsigned int MixingEventSelector::TriggerList::m_todo | 
         
       
   | 
  
private   | 
  
 
 
◆ m_trigs
  
  
      
        
          | std::vector<Trigger> MixingEventSelector::TriggerList::m_trigs | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following files: