#include <TileDigits.h>
Definition at line 29 of file TileDigits.h.
 
◆ TileDigits() [1/7]
  
  | 
        
          | TileDigits::TileDigits | ( |  | ) |  |  | inline | 
 
 
◆ TileDigits() [2/7]
Definition at line 47 of file TileDigits.cxx.
   55   std::vector<double>::const_iterator it1=digits.begin();
 
   56   std::vector<double>::const_iterator it2=digits.end();
 
   59   for ( ; it1!=it2; ++it1) {
 
 
 
 
◆ TileDigits() [3/7]
Definition at line 28 of file TileDigits.cxx.
   36   std::vector<double>::const_iterator it1=digits.begin();
 
   37   std::vector<double>::const_iterator it2=digits.end();  
 
   40   for ( ; it1!=it2; ++it1) {
 
 
 
 
◆ TileDigits() [4/7]
Definition at line 66 of file TileDigits.cxx.
   73   std::vector<short>::const_iterator it1=digits.begin();
 
   74   std::vector<short>::const_iterator it2=digits.end();
 
   77   for ( ; it1!=it2; ++it1) {
 
 
 
 
◆ TileDigits() [5/7]
◆ TileDigits() [6/7]
◆ TileDigits() [7/7]
◆ adc_HWID()
◆ adc_ID()
◆ cell_ID()
◆ cell_ID_index()
  
  | 
        
          | Identifier TileRawData::cell_ID_index | ( | int & | index, |  
          |  |  | int & | pmt |  
          |  | ) |  | const |  | inherited | 
 
 
◆ frag_ID()
  
  | 
        
          | int TileRawData::frag_ID | ( | void |  | ) | const |  | inherited | 
 
 
◆ get_digits()
  
  | 
        
          | std::vector<double> TileDigits::get_digits | ( | void |  | ) | const |  | inline | 
 
 
◆ identify()
◆ mt_ID()
◆ nsamples()
  
  | 
        
          | int TileDigits::nsamples | ( |  | ) | const |  | inline | 
 
 
◆ NtimeSamples()
  
  | 
        
          | int TileDigits::NtimeSamples | ( | void |  | ) | const |  | inline | 
 
 
◆ operator std::string()
  
  | 
        
          | TileDigits::operator std::string | ( |  | ) | const |  | virtual | 
 
Reimplemented from TileRawData.
Definition at line 114 of file TileDigits.cxx.
  118     text << TileRawData::operator std::string();
 
  120     text << std::setiosflags( std::ios::fixed );
 
  121     text << std::setiosflags( std::ios::showpoint );
 
  122     text << std::setprecision(2);
 
 
 
 
◆ pmt_ID()
◆ print()
  
  | 
        
          | void TileDigits::print | ( | void |  | ) | const |  | virtual | 
 
 
◆ print_to_stream() [1/3]
  
  | 
        
          | void TileRawData::print_to_stream | ( | const std::vector< double > & | val, |  
          |  |  | const std::string & | label, |  
          |  |  | std::ostringstream & | text |  
          |  | ) |  |  |  | staticinherited | 
 
 
◆ print_to_stream() [2/3]
  
  | 
        
          | void TileRawData::print_to_stream | ( | const std::vector< float > & | val, |  
          |  |  | const std::string & | label, |  
          |  |  | std::ostringstream & | text |  
          |  | ) |  |  |  | staticinherited | 
 
 
◆ print_to_stream() [3/3]
  
  | 
        
          | void TileRawData::print_to_stream | ( | const std::vector< uint32_t > & | val, |  
          |  |  | const std::string & | label, |  
          |  |  | std::ostringstream & | text |  
          |  | ) |  |  |  | staticinherited | 
 
 
◆ samples()
  
  | 
        
          | const std::vector< float >& TileDigits::samples | ( |  | ) | const |  | inline | 
 
- Returns
- a reference to a stl vector containing the sample values 
Definition at line 58 of file TileDigits.h.
 
 
◆ tt_ID()
◆ whoami()
  
  | 
        
          | std::string TileDigits::whoami | ( | void |  | ) | const |  | inlinevirtual | 
 
 
◆ m_adc_hwid
◆ m_digits
  
  | 
        
          | std::vector<float> TileDigits::m_digits |  | private | 
 
 
The documentation for this class was generated from the following files: