SN trigger summary information.  
 More...
#include <JSupernova.hh>
SN trigger summary information. 
Definition at line 544 of file JSupernova.hh.
 
◆ JSummarySN()
  
  
      
        
          | JSUPERNOVA::JSummarySN::JSummarySN  | 
          ( | 
          int  | 
          d,  | 
         
        
           | 
           | 
          int  | 
          am,  | 
         
        
           | 
           | 
          int  | 
          r,  | 
         
        
           | 
           | 
          int  | 
          f,  | 
         
        
           | 
           | 
          JDAQUTCExtended  | 
          tm,  | 
         
        
           | 
           | 
          int  | 
          tr  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator<<
  
  
      
        
          | std::ostream& operator<<  | 
          ( | 
          std::ostream &  | 
          out,  | 
         
        
           | 
           | 
          const JSummarySN &  | 
          summary  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
friend   | 
  
 
Definition at line 558 of file JSupernova.hh.
  559       out << summary.DETID         << 
" ";
 
  560       out << summary.activeModules << 
" ";
 
  561       out << summary.RUNNR         << 
" ";
 
  562       out << summary.frame         << 
" ";
 
  563       out << summary.time          << 
" ";
 
  564       out << summary.trigger;
 
 
 
 
◆ operator>>
  
  
      
        
          | std::istream& operator>>  | 
          ( | 
          std::istream &  | 
          in,  | 
         
        
           | 
           | 
          JSummarySN &  | 
          summary  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
friend   | 
  
 
Definition at line 569 of file JSupernova.hh.
  571       in >> summary.activeModules;
 
  575       in >> summary.trigger;
 
 
 
 
◆ DETID
  
  
      
        
          | int JSUPERNOVA::JSummarySN::DETID | 
         
       
   | 
  
private   | 
  
 
 
◆ activeModules
  
  
      
        
          | int JSUPERNOVA::JSummarySN::activeModules | 
         
       
   | 
  
private   | 
  
 
 
◆ RUNNR
  
  
      
        
          | int JSUPERNOVA::JSummarySN::RUNNR | 
         
       
   | 
  
private   | 
  
 
 
◆ frame
  
  
      
        
          | int JSUPERNOVA::JSummarySN::frame | 
         
       
   | 
  
private   | 
  
 
 
◆ trigger
  
  
      
        
          | int JSUPERNOVA::JSummarySN::trigger | 
         
       
   | 
  
private   | 
  
 
 
◆ time
The documentation for this class was generated from the following file: