Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F19251830
EvtAbsExternalGen.hh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
931 B
Referenced Files
None
Subscribers
None
EvtAbsExternalGen.hh
View Options
//--------------------------------------------------------------------------
//
// Environment:
// This software is part of the EvtGen package. If you use all or part
// of it, please give an appropriate acknowledgement.
//
// Copyright Information: See EvtGen/COPYRIGHT
// Copyright (C) 2011 University of Warwick, UK
//
// Module: EvtAbsExternalGen
//
// Description: Pure abstract interface for external physics generators
//
// Modification history:
//
// John Back April 2011 Module created
//
//------------------------------------------------------------------------
#ifndef EVTABS_EXTERNALGEN_HH
#define EVTABS_EXTERNALGEN_HH
#include
"EvtGenBase/EvtParticle.hh"
class
EvtAbsExternalGen
{
public
:
EvtAbsExternalGen
()
{};
virtual
~
EvtAbsExternalGen
()
{};
virtual
bool
doDecay
(
EvtParticle
*
theMother
)
=
0
;
virtual
void
initialise
()
=
0
;
protected
:
private
:
};
#endif
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Tue, Sep 30, 6:11 AM (1 d, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6467919
Default Alt Text
EvtAbsExternalGen.hh (931 B)
Attached To
Mode
rEVTGEN evtgen
Attached
Detach File
Event Timeline
Log In to Comment