Parent Directory
|
Revision Log
|
Patch
revision 1.18 by pam-fi, Thu May 24 14:17:00 2007 UTC | revision 1.19 by pam-fi, Tue Aug 7 13:56:28 2007 UTC | |
---|---|---|
# | Line 532 void TrkLevel1::SetFromLevel1Struct(cTrk | Line 532 void TrkLevel1::SetFromLevel1Struct(cTrk |
532 | t_cl->clsigma = new Float_t[t_cl->CLlength]; | t_cl->clsigma = new Float_t[t_cl->CLlength]; |
533 | t_cl->cladc = new Int_t[t_cl->CLlength]; | t_cl->cladc = new Int_t[t_cl->CLlength]; |
534 | t_cl->clbad = new Bool_t[t_cl->CLlength]; | t_cl->clbad = new Bool_t[t_cl->CLlength]; |
535 | ||
536 | Int_t index = 0; | Int_t index = 0; |
537 | for(Int_t is = from; is < to; is++ ){ | for(Int_t is = from; is < to; is++ ){ |
538 | t_cl->clsignal[index] = (Float_t) l1->clsignal[is]; | t_cl->clsignal[index] = (Float_t) l1->clsignal[is]; |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |