| 72 |
#include <color.h> |
#include <color.h> |
| 73 |
// |
// |
| 74 |
extern Bool_t existfile(TString); |
extern Bool_t existfile(TString); |
| 75 |
|
extern Bool_t NODB; |
| 76 |
// |
// |
| 77 |
|
|
| 78 |
using namespace std; |
using namespace std; |
| 1103 |
// printf(" %s \n",ddec.Data()); |
// printf(" %s \n",ddec.Data()); |
| 1104 |
if ( !L2 ){ |
if ( !L2 ){ |
| 1105 |
L2 = new PamLevel2("",file.Data(),ddec.Data()); |
L2 = new PamLevel2("",file.Data(),ddec.Data()); |
| 1106 |
|
if ( NODB ) L2->NoDBconnections(); |
| 1107 |
otr = L2->GetPamTree(); |
otr = L2->GetPamTree(); |
| 1108 |
// printf(" l2 constructor\n"); |
// printf(" l2 constructor\n"); |
| 1109 |
// printf(" abst %u obt %u qtot %f \n",L2->GetOrbitalInfo()->absTime,L2->GetOrbitalInfo()->OBT,L2->GetCaloLevel2()->qtot); |
// printf(" abst %u obt %u qtot %f \n",L2->GetOrbitalInfo()->absTime,L2->GetOrbitalInfo()->OBT,L2->GetCaloLevel2()->qtot); |
| 6381 |
// |
// |
| 6382 |
stringstream xvev; |
stringstream xvev; |
| 6383 |
stringstream yvev; |
stringstream yvev; |
| 6384 |
for (Int_t ii = 0; ii < L2->GetCaloLevel2()->nstrip; ii++){ |
// for (Int_t ii = 0; ii < L2->GetCaloLevel2()->nstrip; ii++){ |
| 6385 |
|
for (Int_t ii = 0; ii < L2->GetCaloLevel1()->istrip; ii++){ |
| 6386 |
Int_t colo; |
Int_t colo; |
| 6387 |
Int_t l; |
Int_t l; |
| 6388 |
Int_t m; |
Int_t m; |