| 66 |
|
|
| 67 |
Int_t i = 0; |
Int_t i = 0; |
| 68 |
// |
// |
| 69 |
TString processFolder = "OrbitalInfoFolder"; |
TString processFolder = "OrbitalInfoFolder_"+run; |
| 70 |
// |
// |
| 71 |
// Set these to true to have a very verbose output. |
// Set these to true to have a very verbose output. |
| 72 |
// |
// |
| 578 |
// Set Stormer vertical cutoff using L shell. |
// Set Stormer vertical cutoff using L shell. |
| 579 |
orbitalinfo->cutoff[0] = 14.9/(xl*xl); |
orbitalinfo->cutoff[0] = 14.9/(xl*xl); |
| 580 |
}; |
}; |
| 581 |
|
|
| 582 |
|
// |
| 583 |
|
// inclination |
| 584 |
|
// |
| 585 |
|
|
| 586 |
|
|
| 587 |
|
|
| 588 |
|
// orbitalinfo->yaw = incl->; |
| 589 |
// end EM |
// end EM |
| 590 |
OrbitalInfotr->Fill(); |
OrbitalInfotr->Fill(); |
| 591 |
} |
} |
| 594 |
// Here you may want to clear some variables before processing another run |
// Here you may want to clear some variables before processing another run |
| 595 |
// |
// |
| 596 |
delete dbtime; |
delete dbtime; |
| 597 |
|
// l0File->Close(); |
| 598 |
}; // process all the runs |
}; // process all the runs |
| 599 |
// |
// |
| 600 |
if (verbose) printf("\n Finished processing data \n"); |
if (verbose) printf("\n Finished processing data \n"); |