Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F10227302
MVATopTagger.hh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
MVATopTagger.hh
View Options
// $Id$
//
// Copyright (c)-,
//
//----------------------------------------------------------------------
// This file is part of FastJet contrib.
//
// It is free software; you can redistribute it and/or modify it under
// the terms of the GNU General Public License as published by the
// Free Software Foundation; either version 2 of the License, or (at
// your option) any later version.
//
// It is distributed in the hope that it will be useful, but WITHOUT
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
// or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
// License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this code. If not, see <http://www.gnu.org/licenses/>.
//----------------------------------------------------------------------
#ifndef __FASTJET_CONTRIB_MVATOPTAGGER_HH__
#define __FASTJET_CONTRIB_MVATOPTAGGER_HH__
#include
<fastjet/internal/base.hh>
#include
<fastjet/FunctionOfPseudoJet.hh>
FASTJET_BEGIN_NAMESPACE
// defined in fastjet/internal/base.hh
namespace
contrib
{
//------------------------------------------------------------------------
/// \class MVATopTagger
/// <insert short description>
///
/// <lnsert long description>
class
MVATopTagger
:
public
FunctionOfPseudoJet
<
double
>
{
public
:
/// default ctor
MVATopTagger
(){}
virtual
double
result
(
const
PseudoJet
&
j
)
const
;
virtual
std
::
string
description
()
const
{
return
"Write a description please!"
;}
/// default dtor
~
MVATopTagger
(){}
};
}
// namespace contrib
FASTJET_END_NAMESPACE
#endif
// __FASTJET_CONTRIB_MVATOPTAGGER_HH__
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Thu, Apr 3, 8:07 PM (21 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4712242
Default Alt Text
MVATopTagger.hh (1 KB)
Attached To
rFASTJETSVN fastjetsvn
Event Timeline
Log In to Comment