# | Line 584 | Line 584 | TLegend* samplecollection::allbglegend(s | |
---|---|---|
584 | ||
585 | int maxIgroup=0; | |
586 | for(int isample=0;isample<(int)(this->collection).size();isample++) { | |
587 | < | if((this->collection)[isample].groupindex>maxIgroup) maxIgroup=(this->collection)[isample].groupindex; |
587 | > | if((this->collection)[isample].groupindex>maxIgroup) maxIgroup=(this->collection)[isample].groupindex+1; |
588 | } | |
589 | ||
590 | TH1F *fakehistos[maxIgroup]; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |