BOSS 7.0.7
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtPHOTOS.hh
Go to the documentation of this file.
1//--------------------------------------------------------------------------
2//
3// Environment:
4// This software is part of the EvtGen package developed jointly
5// for the BaBar and CLEO collaborations. If you use all or part
6// of it, please give an appropriate acknowledgement.
7//
8// Copyright Information: See EvtGen/COPYRIGHT
9// Copyright (C) 1998 Caltech, UCSB
10//
11// Module: EvtGen/EvtPHOTOS.hh
12//
13// Description: EvtGen's interface to PHOTOS for generation of
14// QED final state radiation.
15//
16// Modification history:
17//
18// RYD March 24, 1998 Module created
19// Lange April 25, 2002 - changed to derive from EvtAbsRadCorr
20//
21//------------------------------------------------------------------------
22
23#ifndef EVTPHOTOS_HH
24#define EVTPHOTOS_HH
25
27
28class EvtParticle;
29
30class EvtPHOTOS : public EvtAbsRadCorr{
31
32public:
33
34 void doRadCorr(EvtParticle *p);
35};
36
37#endif
38
void doRadCorr(EvtParticle *p)
Definition: EvtPHOTOS.cc:50