Changeset 398 in svn
- Timestamp:
- May 19, 2009, 11:17:54 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/interface/SmearUtil.h
r392 r398 48 48 49 49 using namespace std; 50 51 // forward declaration instead of 'include' statement 52 class TStopwatch; 50 53 51 54 class D_Particle { … … 101 104 float RP_420_s; // distance of the RP to the IP, in meters 102 105 float RP_420_x; // distance of the RP to the beam, in meters 103 string RP_beam1Card; // 104 string RP_beam2Card; // 105 string RP_IP_name; // 106 float RP_offsetEl_s; 107 float RP_offsetEl_x; 108 float RP_cross_x; 109 float RP_cross_y; 110 float RP_cross_ang; 106 string RP_beam1Card; // optics file for beam 1 107 string RP_beam2Card; // optics file for beam 2 108 string RP_IP_name; // label for IP in the optics file ("IP1" or "IP5") 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 111 float RP_cross_x; // IP offset in horizontal plane, in micrometer 112 float RP_cross_y; // IP offset in vertical plane, in micrometer 113 float RP_cross_ang_x; // half crossing angle, in microradian, horizontal plane 114 float RP_cross_ang_y; // half crossing angle, in microradian, vertical plane 111 115 112 116 … … 280 284 int ChargeVal(const int pid); 281 285 286 // ********************* prints the time report on screen and in Logfile ********* 287 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); 282 288 #endif
Note:
See TracChangeset
for help on using the changeset viewer.