Changeset 403 in svn
- Timestamp:
- May 20, 2009, 10:37:18 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/interface/SmearUtil.h
r398 r403 108 108 string RP_IP_name; // label for IP in the optics file ("IP1" or "IP5") 109 109 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 111 112 float RP_cross_x; // IP offset in horizontal plane, in micrometer 112 113 float RP_cross_y; // IP offset in vertical plane, in micrometer … … 286 287 // ********************* prints the time report on screen and in Logfile ********* 287 288 void 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 290 void print_header(); 288 291 #endif
Note:
See TracChangeset
for help on using the changeset viewer.