Fork me on GitHub

Changeset 403 in svn


Ignore:
Timestamp:
May 20, 2009, 10:37:18 AM (15 years ago)
Author:
Xavier Rouby
Message:

new parameters for RomanPots in datacard

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/interface/SmearUtil.h

    r398 r403  
    108108  string RP_IP_name;     // label for IP in the optics file ("IP1" or "IP5")
    109109  float  RP_offsetEl_s;  // distance from IP (in meter) where both beams separate
    110   float  RP_offsetEl_x;  // distance of separation in horizontal plante, in meter
     110  float  RP_offsetEl_x;  // distance of separation in horizontal plane, in meter
     111  float  RP_offsetEl_y;  // distance of separation in vertical plane, in meter
    111112  float  RP_cross_x;     // IP offset in horizontal plane, in micrometer
    112113  float  RP_cross_y;     // IP offset in vertical plane, in micrometer
     
    286287// ********************* prints the time report on screen and in Logfile *********
    287288void time_report(const TStopwatch& global,const TStopwatch& loop,const TStopwatch& trigger,const TStopwatch& frog,const TStopwatch& lhco, const int flag_frog, const int flag_trigger, const int flag_lhco, const string& LogName, const Long64_t allEntries);
     289
     290void print_header();
    288291#endif
Note: See TracChangeset for help on using the changeset viewer.