src/common/TSetupData.cpp File Reference

#include "TSetupData.h"

Go to the source code of this file.

Functions

 ClassImp (TSetupData) std

Function Documentation

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 }


Generated on 15 Jun 2016 for AlcapDAQ by  doxygen 1.6.1