Hall C ROOT/C++ Analyzer (hcana)
THcDetectorMap.cxx File Reference
#include "THcDetectorMap.h"
#include "TObjArray.h"
#include "TObjString.h"
#include <iostream>
#include <fstream>
#include <cstdlib>
Include dependency graph for THcDetectorMap.cxx:

Go to the source code of this file.

Classes

struct  Functor
 

Functions

 ClassImp (THcDetectorMap) inline static bool IsComment(const string &s
 

Variables

string::size_type pos
 

Function Documentation

ClassImp ( THcDetectorMap  ) const

Variable Documentation

string::size_type pos
Initial value:
{
return ( pos != string::npos && pos < s.length() &&
(s[pos] == '!') )
string::size_type pos

Definition at line 25 of file THcDetectorMap.cxx.