Fork me on GitHub

Changeset 398 in svn


Ignore:
Timestamp:
May 19, 2009, 11:17:54 AM (15 years ago)
Author:
Xavier Rouby
Message:

time_report moved from Delphes.cpp to here ; more comments in the code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/interface/SmearUtil.h

    r392 r398  
    4848
    4949using namespace std;
     50
     51// forward declaration instead of 'include' statement
     52class TStopwatch;
    5053
    5154class D_Particle {
     
    101104  float RP_420_s; // distance of the RP to the IP, in meters
    102105  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
    111115
    112116
     
    280284int ChargeVal(const int pid);
    281285
     286// ********************* prints the time report on screen and in Logfile *********
     287void 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);
    282288#endif
Note: See TracChangeset for help on using the changeset viewer.