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.7 by battilan, Mon May 31 17:01:03 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;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines