Page MenuHomeHEPForge

Template.hh
No OneTemporary

Template.hh

// $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_TEMPLATE_HH__
#define __FASTJET_CONTRIB_TEMPLATE_HH__
#include <fastjet/internal/base.hh>
FASTJET_BEGIN_NAMESPACE // defined in fastjet/internal/base.hh
namespace contrib{
//------------------------------------------------------------------------
/// \class Test
/// <insert short description>
///
/// <lnsert long description>
class Template{
public:
/// default ctor
Template(){}
/// default dtor
~Template(){}
};
} // namespace contrib
FASTJET_END_NAMESPACE
#endif // __FASTJET_CONTRIB_TEMPLATE_HH__

File Metadata

Mime Type
text/x-c++
Expires
Sat, Dec 21, 5:49 PM (10 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4009149
Default Alt Text
Template.hh (1 KB)

Event Timeline