CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_5/src/RecoEgamma/ElectronIdentification/src/ElectronNeuralNet.cc

Go to the documentation of this file.
00001 #include "RecoEgamma/ElectronIdentification/interface/ElectronNeuralNet.h"
00002 
00003 double ElectronNeuralNet::result(const reco::GsfElectron* electron,
00004                                  const edm::Event& e) {
00005   return 1.;
00006 }