755 |
string fil = (const char *)filename; |
string fil = (const char *)filename; |
756 |
Int_t posiz = fil.find("dw_"); |
Int_t posiz = fil.find("dw_"); |
757 |
if ( posiz == -1 ) posiz = fil.find("DW_"); |
if ( posiz == -1 ) posiz = fil.find("DW_"); |
758 |
if ( posiz == -1 ) return(0); |
if ( posiz == -1 ) return("unkwnown.root"); |
759 |
Int_t spos = posiz; |
Int_t spos = posiz; |
760 |
Int_t epos = posiz+15; |
Int_t epos = posiz+15; |
761 |
TString tmptempf; |
TString tmptempf; |
778 |
string fil = (const char *)filename; |
string fil = (const char *)filename; |
779 |
Int_t posiz = fil.find("dw_"); |
Int_t posiz = fil.find("dw_"); |
780 |
if ( posiz == -1 ) posiz = fil.find("DW_"); |
if ( posiz == -1 ) posiz = fil.find("DW_"); |
781 |
if ( posiz == -1 ) return(0); |
if ( posiz == -1 ) return("unknown.root"); |
782 |
Int_t spos = posiz; |
Int_t spos = posiz; |
783 |
Int_t epos = posiz+13; |
Int_t epos = posiz+13; |
784 |
TString tmptempf; |
TString tmptempf; |