updated docu and removed an unsed variable

This commit is contained in:
2015-05-29 20:10:15 +02:00
parent fab7acfedc
commit 93207782a9
14 changed files with 91 additions and 112 deletions

View File

@ -1741,7 +1741,6 @@ Bool_t PRunDataHandler::ReadRootFile()
} else { // group list defined
// make sure that the group list elements is a subset of present RedGreen offsets
Bool_t found = false;
Int_t ival;
for (UInt_t i=0; i<fAny2ManyInfo->groupHistoList.size(); i++) {
found = false;
for (UInt_t j=0; j<ivec.size(); j++) {