ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/DTDPGAnalysis/interface/DefineTreeVariables.h
(Generate patch)

Comparing UserCode/DTDPGAnalysis/interface/DefineTreeVariables.h (file contents):
Revision 1.6 by pellicci, Mon May 31 13:55:51 2010 UTC vs.
Revision 1.9 by dtdqm, Wed Sep 15 09:44:55 2010 UTC

# Line 43 | Line 43 | std::vector<short> segm4D_station;
43   std::vector<short> segm4D_hasPhi;
44   std::vector<short> segm4D_hasZed;
45  
46 < std::vector<float> segm4D_x_loc;
47 < std::vector<float> segm4D_y_loc;
48 < std::vector<float> segm4D_phi_loc;
49 < std::vector<float> segm4D_theta_loc;
50 < std::vector<float> segm4D_eta_loc;
46 > std::vector<float> segm4D_x_pos_loc;
47 > std::vector<float> segm4D_y_pos_loc;
48 > std::vector<float> segm4D_z_pos_loc;
49 > std::vector<float> segm4D_x_dir_loc;
50 > std::vector<float> segm4D_y_dir_loc;
51 > std::vector<float> segm4D_z_dir_loc;
52  
53   std::vector<float> segm4D_cosx;
54   std::vector<float> segm4D_cosy;
# Line 57 | Line 58 | std::vector<float> segm4D_theta;
58   std::vector<float> segm4D_eta;
59  
60   std::vector<float> segm4D_t0;
61 + std::vector<float> segm4D_vdrift;
62   std::vector<float> segm4D_phinormchi2;
63   std::vector<short> segm4D_phinhits;
64  
# Line 93 | Line 95 | std::vector<float> ltDCC_phi;
95   std::vector<float> ltDCC_phiB;
96   std::vector<short> ltDCC_is2nd;
97  
98 + std::vector<short> ltDCC_thBx;
99 + std::vector<short> ltDCC_thWheel;
100 + std::vector<short> ltDCC_thSector;
101 + std::vector<short> ltDCC_thStation;
102 + // std::vector<float> ltDCC_thX;
103 + // std::vector<float> ltDCC_thY;
104 + // TMatrixD ltDCC_thTheta;
105 + // TMatrixD ltDCC_thCode;
106 +
107   //DDU variables
108   std::vector<short> ltDDU_wheel;
109   std::vector<short> ltDDU_sector;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines