# | Line 263 | Line 263 | void TreeWriter::Loop() { | |
---|---|---|
263 | tree->Branch("genElectron", &genElectron); | |
264 | tree->Branch("genPhoton", &genPhoton); | |
265 | ||
266 | < | for (unsigned long jentry=0; jentry < processNEvents; ++jentry) { |
266 | > | for (long jentry=0; jentry < processNEvents; ++jentry) { |
267 | if ( loggingVerbosity>1 || jentry%reportEvery==0 ) | |
268 | std::cout << jentry << " / " << processNEvents << std :: endl; | |
269 | inputTree->LoadTree( jentry ); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |