> > > I thought, that usage of ->Book() was mandatory of some kind ... > > No!!! Book is there if one wants the modules to output histograms, > which is not wanted in a batch analysis. The mandatory messages to any > module is (in order): > > Module* module = new Module(...); > // Optionally one may set some internal parameters, like: > // module->SetInternalParameter(...) > module->Init(); > // I belive that Book should be send here, that is after Init, > // but that message is optional. > // module->Book(); > > while(moreRuns) { > module->Begin(); > > while(moreEvents) > module->Event(...); > > module->End(); > } > > module->Finish(); > I agree with Christians, summary but NOT with the statement that you do not want histograms in batch job. For production running histograms (weel chosen) is part of the quality control of e.g. reconstruction jobs
This archive was generated by hypermail 2b29 : Wed Oct 25 2000 - 16:28:16 EDT