ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/grimes/L1Menu/src/FullSample.cpp
(Generate patch)

Comparing UserCode/grimes/L1Menu/src/FullSample.cpp (file contents):
Revision 1.2 by grimes, Thu Jul 4 13:22:45 2013 UTC vs.
Revision 1.3 by grimes, Thu Jul 4 16:22:08 2013 UTC

# Line 105 | Line 105 | double l1menu::FullSamplePrivateMembers:
105          // Calculate our own HT and HTM from the jets that survive the double jet removal.
106          for( int i=0; i<event.Njet; i++ )
107          {
108 <                if( event.Bxjet.at( i )==0 )
108 >                if( event.Bxjet.at( i )==0 && !event.Taujet.at(i) )
109                  {
110                          if( event.Etajet.at( i )>4 and event.Etajet.at( i )<17 )
111                          {
# Line 126 | Line 126 | double l1menu::FullSamplePrivateMembers:
126          // Calculate our own HT and HTM from the jets that survive the double jet removal.
127          for( int i=0; i<event.Njet; i++ )
128          {
129 <                if( event.Bxjet.at( i )==0 )
129 >                if( event.Bxjet.at( i )==0 && !event.Taujet.at(i) )
130                  {
131                          if( event.Etajet.at( i )>4 and event.Etajet.at( i )<17 )
132                          {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines