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

Comparing UserCode/cbrown/AnalysisFramework/Plotting/Modules/SampleClass.C (file contents):
Revision 1.12 by buchmann, Mon Aug 15 09:31:23 2011 UTC vs.
Revision 1.13 by buchmann, Wed Aug 17 09:22:37 2011 UTC

# Line 474 | Line 474 | vector<int> samplecollection::FindSample
474    }
475    if(hitcollection.size()==0) {
476      hitcollection.push_back(-1);
477 <    write_warning(__FUNCTION__,"Couldn't find sample "+string(what)+": using sample collection \""+string(this->name)+"\"");
477 >    write_warning(__FUNCTION__,"Couldn't find sample "+string(what)+" using sample collection \""+string(this->name)+"\"");
478    }
479    return hitcollection;
480   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines