ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/L1RpcTriggerAnalysis/plugins/L1RpcTreeAnalysis.cc
(Generate patch)

Comparing UserCode/L1RpcTriggerAnalysis/plugins/L1RpcTreeAnalysis.cc (file contents):
Revision 1.2 by konec, Tue Oct 2 13:21:26 2012 UTC vs.
Revision 1.3 by konec, Mon Oct 8 07:09:24 2012 UTC

# Line 154 | Line 154 | void L1RpcTreeAnalysis::analyze(const ed
154   void L1RpcTreeAnalysis::endJob()
155   {
156    std::cout <<"ENDJOB, summaries:"<<std::endl;
157 <  TGraph* hGraph_DetEff =theAnaDet.resume();
158 <  TGraph* hGraph_RunEff =theAnaRpcMisc.resume();
157 >  TGraph* hGraph_DetEff = theAnaDet.resume();
158 >  theAnaRpcMisc.resume(theHistos);
159    TGraph* hGraph_RunClu = theAnaClu.resume();
160  
161    theAnaSynch.endJob();
# Line 164 | Line 164 | void L1RpcTreeAnalysis::endJob()
164    TFile f(histoFile.c_str(),"RECREATE");
165    theHistos.Write();
166    hGraph_DetEff->Write("hGraph_DetEff");
167  hGraph_RunEff->Write("hGraph_RunEff");
167    hGraph_RunClu->Write("hGraph_RunClu");
168    f.Close();
169    std::cout <<"END"<<std::endl;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines