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