205 |
|
dout << "MC sample(s): " << endl; |
206 |
|
for (int isamp=0;isamp<this->collection.size();isamp++) |
207 |
|
{ |
208 |
< |
if(!(this->collection)[isamp].is_data) dout << " - " << (this->collection)[isamp].samplename << " from " << (this->collection)[isamp].filename << endl; |
208 |
> |
if(!(this->collection)[isamp].is_data) dout << " - " << (this->collection)[isamp].samplename << " (" << (this->collection)[isamp].filename << ") xs=" << (this->collection)[isamp].xs << " pb, N(events)=" << (this->collection)[isamp].Nentries << endl; |
209 |
|
} |
210 |
|
} |
211 |
|
dout << "---------------------------------------------------------------------------------------------------" << endl; |