make sure that group has indeed any elements.
This commit is contained in:
parent
57885ad4c2
commit
865efb506a
@ -7033,6 +7033,9 @@ void PMsrHandler::MakeDetectorGroupingString(TString str, PIntVector &group, TSt
|
||||
str = "";
|
||||
}
|
||||
|
||||
if (group.size()==0)
|
||||
return;
|
||||
|
||||
UInt_t i=0, j=0;
|
||||
do {
|
||||
j = i;
|
||||
|
Loading…
x
Reference in New Issue
Block a user