Physics information.  
 More...
#include <JHead.hh>
Physics information. 
Definition at line 450 of file JHead.hh.
 
      
        
          | JAANET::physics::ClassDefNV  | 
          ( | 
          physics  | 
          ,  | 
        
        
           | 
           | 
          1  | 
            | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
  
  
      
        
          | bool JAANET::String::match  | 
          ( | 
          const String &  | 
          object | ) | 
           const | 
         
       
   | 
  
inlineinherited   | 
  
 
Test match. 
- Parameters
 - 
  
  
 
- Returns
 - true if matches; else false 
 
Definition at line 136 of file JHead.hh.
  138       return !(*this).less(
object) && !(object).
less(*
this);
 
bool less(const String &object) const 
Comparison. 
 
 
 
 
  
  
      
        
          | bool JAANET::String::less  | 
          ( | 
          const String &  | 
          object | ) | 
           const | 
         
       
   | 
  
inlineinherited   | 
  
 
Comparison. 
- Parameters
 - 
  
  
 
- Returns
 - true if this string less than given string; else false 
 
Definition at line 147 of file JHead.hh.
  151       istringstream i0(
this ->
buffer);
 
  152       istringstream i1(
object.
buffer);
 
  157       copy(istream_iterator<string>(i0), istream_iterator<string>(), back_inserter(v0));
 
  158       copy(istream_iterator<string>(i1), istream_iterator<string>(), back_inserter(v1));
 
std::string buffer
General purpose name. 
 
void copy(const Head &from, JHead &to)
Copy header from from to to. 
 
 
 
 
  
  
      
        
          | JAANET::String::ClassDefNV  | 
          ( | 
          String  | 
          ,  | 
         
        
           | 
           | 
          1  | 
            | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inherited   | 
  
 
 
  
  
      
        
          | std::string JAANET::String::buffer | 
         
       
   | 
  
inherited   | 
  
 
General purpose name. 
Definition at line 187 of file JHead.hh.
 
 
The documentation for this struct was generated from the following file: