ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/cbrown/Development/Plotting/Modules/SampleClass.C
(Generate patch)

Comparing UserCode/cbrown/Development/Plotting/Modules/SampleClass.C (file contents):
Revision 1.1 by buchmann, Mon Jan 30 14:46:26 2012 UTC vs.
Revision 1.2 by buchmann, Thu Feb 9 15:59:08 2012 UTC

# Line 205 | Line 205 | void samplecollection::ListSamples()
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;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines