| 
|   | Parser (std::string d, char t) | 
|   | 
| std::vector< std::string >  | Find (std::string tag) | 
|   | 
| std::string  | Find (std::string tag, size_t index, std::string value="") | 
|   | 
- Author
 - fsimeone 
 
Definition at line 16 of file AcousticDataFilter.cc.
 
  
  
      
        
          | Parser::Parser  | 
          ( | 
          std::string  | 
          d,  | 
         
        
           | 
           | 
          char  | 
          t  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
Definition at line 19 of file AcousticDataFilter.cc.
   21         std::istringstream iss(
d);
 
   27             size_t pos   = token.find(
'=');
 
   28                         std::string key=token.substr(0, pos);
 
   29                         std::string value=token.substr(pos+1);
 
std::string trim(const std::string &buffer)
Trim string. 
 
std::istream & getline(std::istream &in, JString &object)
Read string from input stream until end of line. 
 
std::multimap< std::string, std::string > mmap
 
then JMuonMCEvt f $INPUT_FILE o $INTERMEDIATE_FILE d
 
 
 
 
  
  
      
        
          | std::vector<std::string> Parser::Find  | 
          ( | 
          std::string  | 
          tag | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Definition at line 36 of file AcousticDataFilter.cc.
   40         i = 
mmap.equal_range(tag);
 
   43           r.push_back(it->second);
 
std::multimap< std::string, std::string > mmap
 
 
 
 
  
  
      
        
          | std::string Parser::Find  | 
          ( | 
          std::string  | 
          tag,  | 
         
        
           | 
           | 
          size_t  | 
          index,  | 
         
        
           | 
           | 
          std::string  | 
          value = ""  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
Definition at line 49 of file AcousticDataFilter.cc.
   53     if (result.size() > index)
 
std::vector< std::string > Find(std::string tag)
 
 
 
 
The documentation for this class was generated from the following file: