Changeset 1808


Ignore:
Timestamp:
03/07/03 12:31:12 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/main/MBending.cc

    r1806 r1808  
    143143    fout << "S   00   000000   000000  0000000" << endl;
    144144    fout << setprecision(8);
    145     fout << " IA     " << kRad2Deg*fIa   << " -1" << endl;
    146     fout << " IE     " << kRad2Deg*fIe   << " -1" << endl;
    147     fout << " CA     " << kRad2Deg*fNpae << " -1" << endl;
    148     fout << " NPAE   " << kRad2Deg*fCa   << " -1" << endl;
    149     fout << " AN     " << kRad2Deg*fAn   << " -1" << endl;
    150     fout << " AW     " << kRad2Deg*fAw   << " -1" << endl;
    151     fout << " NRX    " << kRad2Deg*fNrx  << " -1" << endl;
    152     fout << " NRY    " << kRad2Deg*fNry  << " -1" << endl;
    153     fout << " CRX    " << kRad2Deg*fCrx  << " -1" << endl;
    154     fout << " CRY    " << kRad2Deg*fCry  << " -1" << endl;
    155     fout << " ECES   " << kRad2Deg*fEces << " -1" << endl;
    156     fout << " ACES   " << kRad2Deg*fAces << " -1" << endl;
    157     fout << " ECEC   " << kRad2Deg*fEcec << " -1" << endl;
    158     fout << " ACEC   " << kRad2Deg*fAcec << " -1" << endl;
    159     fout << " MAGIC1 " << kRad2Deg*fMagic1 << " -1" << endl;
    160     fout << " MAGIC2 " << kRad2Deg*fMagic2 << " -1" << endl;
     145    fout << " IA     " << -kRad2Deg*fIa   << " -1" << endl;
     146    fout << " IE     " << -kRad2Deg*fIe   << " -1" << endl;
     147    fout << " CA     " << -kRad2Deg*fNpae << " -1" << endl;
     148    fout << " NPAE   " << -kRad2Deg*fCa   << " -1" << endl;
     149    fout << " AN     " << -kRad2Deg*fAn   << " -1" << endl;
     150    fout << " AW     " << -kRad2Deg*fAw   << " -1" << endl;
     151    fout << " NRX    " << -kRad2Deg*fNrx  << " -1" << endl;
     152    fout << " NRY    " << -kRad2Deg*fNry  << " -1" << endl;
     153    fout << " CRX    " << -kRad2Deg*fCrx  << " -1" << endl;
     154    fout << " CRY    " << -kRad2Deg*fCry  << " -1" << endl;
     155    fout << " ECES   " << -kRad2Deg*fEces << " -1" << endl;
     156    fout << " ACES   " << -kRad2Deg*fAces << " -1" << endl;
     157    fout << " ECEC   " << -kRad2Deg*fEcec << " -1" << endl;
     158    fout << " ACEC   " << -kRad2Deg*fAcec << " -1" << endl;
     159    fout << " MAGIC1 " << -kRad2Deg*fMagic1 << " -1" << endl;
     160    fout << " MAGIC2 " << -kRad2Deg*fMagic2 << " -1" << endl;
    161161    fout << "END" << endl;
    162162}
Note: See TracChangeset for help on using the changeset viewer.