mirror of
https://github.com/sesps/SPS_SABRE_EventBuilder.git
synced 2024-11-22 10:08:50 -05:00
Fix typo in analyzed file collection
This commit is contained in:
parent
a264eea63c
commit
e9c50331f7
|
@ -130,9 +130,11 @@ namespace EventBuilder {
|
||||||
std::vector<std::string> list;
|
std::vector<std::string> list;
|
||||||
std::string temp;
|
std::string temp;
|
||||||
for(int run=runMin; run<=runMax; run++)
|
for(int run=runMin; run<=runMax; run++)
|
||||||
|
{
|
||||||
temp = GetAnalyzedRun(run);
|
temp = GetAnalyzedRun(run);
|
||||||
if(!temp.empty())
|
if(!temp.empty())
|
||||||
list.push_back(temp);
|
list.push_back(temp);
|
||||||
|
}
|
||||||
|
|
||||||
return list;
|
return list;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user