ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitHzz4l/Selection/src/SelectionFuncs.cc
(Generate patch)

Comparing UserCode/MitHzz4l/Selection/src/SelectionFuncs.cc (file contents):
Revision 1.10 by anlevin, Wed Jul 18 12:35:36 2012 UTC vs.
Revision 1.11 by anlevin, Sat Oct 13 19:47:56 2012 UTC

# Line 342 | Line 342 | double getPUWeight(unsigned era,unsigned
342    else return 1;
343   }
344  
345 + TString getChannel(int z1type, int z2type)
346 + {
347 +  if(      abs(z1type) == 11 && abs(z2type) == 11 )  return "4e";//0;
348 +  else if( abs(z1type) == 13 && abs(z2type) == 13 )  return "4m";//1;
349 +  else                                               return "2e2m";//2;
350 + }  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines