Parent Directory
|
Revision Log
|
Patch
| revision 1.47 by mocchiut, Mon Feb 1 05:34:39 2010 UTC | revision 1.48 by mocchiut, Mon Feb 1 05:36:51 2010 UTC | |
|---|---|---|
| # | Line 975 int OrbitalInfoCore(UInt_t run, TFile *f | Line 975 int OrbitalInfoCore(UInt_t run, TFile *f |
| 975 | } | } |
| 976 | ||
| 977 | if(qtime.size()==0){ | if(qtime.size()==0){ |
| 978 | for(Int_t my=0;my<recqtime.size();my++){ | for(UInt_t my=0;my<recqtime.size();my++){ |
| 979 | Int_t sizeqmcmd = qtime.size(); | Int_t sizeqmcmd = qtime.size(); |
| 980 | inclresize(qtime,q0,q1,q2,q3,qmode,qRoll,qPitch,qYaw); | inclresize(qtime,q0,q1,q2,q3,qmode,qRoll,qPitch,qYaw); |
| 981 | qtime[sizeqmcmd]=recqtime[my]; | qtime[sizeqmcmd]=recqtime[my]; |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |