Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:23:39

0001 #ifndef PhysicsTools_MVAComputer_testMVAComputerEvaluate_h
0002 #define PhysicsTools_MVAComputer_testMVAComputerEvaluate_h
0003 
0004 #include "PhysicsTools/MVAComputer/interface/HelperMacros.h"
0005 
0006 // define the EventSetup record "MVADemoRcd" with MVAComputerContainer
0007 MVA_COMPUTER_CONTAINER_DEFINE(MVADemo);
0008 
0009 // note that this define is ok in a private world, for official
0010 // reco code the record definition and plugin have to go into the
0011 // official places (see documentation(
0012 
0013 #endif  // PhysicsTools_MVAComputer_testMVAComputerEvaluate_h