Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F10881511
ThePEGStrategy.cc
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
931 B
Subscribers
None
ThePEGStrategy.cc
View Options
// -*- C++ -*-
//
// ThePEGStrategy.cc is a part of ThePEG - Toolkit for HEP Event Generation
// Copyright (C) 1999-2007 Leif Lonnblad
//
// ThePEG is licenced under version 2 of the GPL, see COPYING for details.
// Please respect the MCnet academic guidelines, see GUIDELINES for details.
//
//
// This is the implementation of the non-inlined, non-templated member
// functions of the ThePEGStrategy class.
//
#include
"ThePEGStrategy.h"
#include
"ThePEG/Interface/ClassDocumentation.h"
#include
"ThePEG/PDT/ParticleData.h"
using
namespace
ThePEG
;
IBPtr
ThePEGStrategy
::
clone
()
const
{
return
new_ptr
(
*
this
);
}
IBPtr
ThePEGStrategy
::
fullclone
()
const
{
return
new_ptr
(
*
this
);
}
NoPIOClassDescription
<
ThePEGStrategy
>
ThePEGStrategy
::
initThePEGStrategy
;
void
ThePEGStrategy
::
Init
()
{
static
ClassDocumentation
<
ThePEGStrategy
>
interfaceDescription
(
"This class represents the default ThePEG strategy"
,
""
,
""
);
}
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Sat, May 3, 6:28 AM (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4983043
Default Alt Text
ThePEGStrategy.cc (931 B)
Attached To
rTHEPEGHG thepeghg
Event Timeline
Log In to Comment