Jpp
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
JAANET::muon_desc_file Struct Reference

Muon descriptor file. More...

#include <JHead.hh>

Inheritance diagram for JAANET::muon_desc_file:
JAANET::String

Public Member Functions

 ClassDefNV (muon_desc_file, 1)
 
bool match (const String &object) const
 Test match. More...
 
 ClassDefNV (String, 1)
 

Public Attributes

std::string buffer
 General purpose name. More...
 

Detailed Description

Muon descriptor file.

Definition at line 140 of file JHead.hh.

Member Function Documentation

JAANET::muon_desc_file::ClassDefNV ( muon_desc_file  ,
 
)
bool JAANET::String::match ( const String object) const
inlineinherited

Test match.

Parameters
objectstring
Returns
true if matches; else false

Definition at line 116 of file JHead.hh.

117  {
118  return buffer == object.buffer;
119  }
std::string buffer
General purpose name.
Definition: JHead.hh:121
JAANET::String::ClassDefNV ( String  ,
 
)
inherited

Member Data Documentation

std::string JAANET::String::buffer
inherited

General purpose name.

Definition at line 121 of file JHead.hh.


The documentation for this struct was generated from the following file: