Auxiliary class for historical event.  
 More...
#include <JHistory.hh>
Auxiliary class for historical event. 
Definition at line 32 of file JHistory.hh.
 
◆ JEvent() [1/2]
◆ JEvent() [2/2]
Constructor. 
- Parameters
 - 
  
    | type | application type  | 
    | id | application identifier  | 
  
   
Definition at line 47 of file JHistory.hh.
 
 
◆ ~JEvent()
  
  
      
        
          | virtual JFIT::JEvent::~JEvent  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
◆ ClassDef()
      
        
          | JFIT::JEvent::ClassDef  | 
          ( | 
          JEvent  | 
          ,  | 
        
        
           | 
           | 
          1  | 
            | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ operator<<
  
  
      
        
          | std::ostream& operator<<  | 
          ( | 
          std::ostream &  | 
          out,  | 
         
        
           | 
           | 
          const JEvent &  | 
          event  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
friend   | 
  
 
Write event to output stream. 
- Parameters
 - 
  
    | out | output stream  | 
    | event | event  | 
  
   
- Returns
 - output stream 
 
Definition at line 71 of file JHistory.hh.
   75       out << setw(3)  << right << 
event.id   << 
' ' 
   76           << setw(2)  << right << 
event.type << 
' ' 
   77           << setw(20) << left  << 
event.svn  << 
' ' 
   78           << setw(20) << left  << 
event.date;
 
 
 
 
◆ type
◆ id
application identifier 
Definition at line 86 of file JHistory.hh.
 
 
◆ svn
      
        
          | std::string JFIT::JEvent::svn | 
        
      
 
 
◆ date
      
        
          | std::string JFIT::JEvent::date | 
        
      
 
 
The documentation for this struct was generated from the following file: