ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/Utils/src/MVATools.cc
(Generate patch)

Comparing UserCode/MitPhysics/Utils/src/MVATools.cc (file contents):
Revision 1.15 by mingyang, Mon Jun 11 09:04:33 2012 UTC vs.
Revision 1.16 by mingyang, Wed Jun 13 10:51:10 2012 UTC

# Line 217 | Line 217 | void MVATools::InitializeMVA(int Variabl
217        readers[i]->AddVariable( "ph.sceta", &myphoton_SCeta );
218        readers[i]->AddVariable( "rho", &event_rho );
219        if(i==0){
220 <        readers[i]->AddVariable( "1.00023*ph.idmva_PsEffWidthSigmaRR + 0.0913", &myphoton_ESEffSigmaRR);
220 >        //readers[i]->AddVariable( "1.00023*ph.idmva_PsEffWidthSigmaRR + 0.0913", &myphoton_ESEffSigmaRR);
221 >        readers[i]->AddVariable( "ph.idmva_PsEffWidthSigmaRR", &myphoton_ESEffSigmaRR);
222        }
223      }
224      

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines