ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/Utils/src/VertexMVA.cc
Revision: 1.1
Committed: Mon May 16 13:26:48 2011 UTC (13 years, 11 months ago) by bendavid
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_029c, Mit_029b, Mit_029a, Mit_028a, Mit_028, Mit_027, Mit_027a, Mit_025e, Mit_025d, Mit_025c, Mit_025b, Mit_025a, Mit_025, Mit_025pre2, Mit_024b, Mit_025pre1, Mit_024a, Mit_024, Mit_023, Mit_022a, Mit_022, Mit_021, HEAD
Log Message:
add placeholders for vertex mva tools

File Contents

# User Rev Content
1 bendavid 1.1 // $Id: VertexMVA.cc,v 1.3 2011/04/21 15:07:40 bendavid Exp $
2    
3     #include "MitPhysics/Utils/interface/VertexMVA.h"
4     #include "MitPhysics/Utils/interface/ElectronTools.h"
5     #include "MitAna/DataTree/interface/StableData.h"
6     #include <TFile.h>
7    
8     ClassImp(mithep::VertexMVA)
9    
10     using namespace mithep;
11    
12     //--------------------------------------------------------------------------------------------------
13     VertexMVA::VertexMVA()
14     {
15     // Constructor.
16     }
17    
18     //--------------------------------------------------------------------------------------------------
19     Double_t VertexMVA::GetProb(const Vertex *v) const
20     {
21     return 0.0;
22     }