rootcint -f dict.cxx -c ExpLog.h ExpJob.h bem.h LinkDef.h
awk '{gsub(/instance.AdoptCollectionProxyInfo\(TCollectionProxyInfo::Generate\(TCollectionProxyInfo::Pushback< vector<TString> >\(\)\)\);/,"//instance.AdoptCollectionProxyInfo(TCollectionProxyInfo::Generate(TCollectionProxyInfo::Pushback< vector<TString> >()));")}; 1' < dict.cxx > dict.tmp
rm dict.cxx
mv dict.tmp dict.cxx
