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.8 by gmasetti, Wed Sep 8 14:57:09 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 93 | Line 94 | std::vector<float> ltDCC_phi;
94   std::vector<float> ltDCC_phiB;
95   std::vector<short> ltDCC_is2nd;
96  
97 + std::vector<short> ltDCC_thBx;
98 + std::vector<short> ltDCC_thWheel;
99 + std::vector<short> ltDCC_thSector;
100 + std::vector<short> ltDCC_thStation;
101 + // std::vector<float> ltDCC_thX;
102 + // std::vector<float> ltDCC_thY;
103 + // TMatrixD ltDCC_thTheta;
104 + // TMatrixD ltDCC_thCode;
105 +
106   //DDU variables
107   std::vector<short> ltDDU_wheel;
108   std::vector<short> ltDDU_sector;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines