#include "TSetupData.h"
Go to the source code of this file.
Functions | |
ClassImp (TSetupData) std |
ClassImp | ( | TSetupData | ) |
Definition at line 3 of file TSetupData.cpp.
00005 { 00006 std::map<std::string, std::string>::const_iterator it; 00007 for(it = fBankToDetectorMap.begin(); it != fBankToDetectorMap.end(); ++it){ 00008 if(it->second == DetectorName) return it->first; 00009 } 00010 00011 return std::string(""); 00012 }