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(); |
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; |