BOSS 7.0.2
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtAngH2.hh
Go to the documentation of this file.
1//--------------------------------------------------------------------------
2//
3// Environment:
4// This software is part of models developed at BES collaboration
5// based on the EvtGen framework. If you use all or part
6// of it, please give an appropriate acknowledgement.
7//
8// Copyright Information: See EvtGen/BesCopyright
9// Copyright (A) 2006 Ping Rong-Gang @IHEP
10//
11// Module: EvtMassH1.hh
12//
13// Description: Routine to decay a particle using the invariant mass distribution of histogram
14// dimension one.
15//
16//
17// Modification history:
18//
19// Ping R.-G. Mar, 2007 Module created
20//
21//------------------------------------------------------------------------
22#ifndef EVTAngH2_HH
23#define EVTAngH2_HH
24
26
27
28class EvtParticle;
29
31
32public:
33
35 virtual ~EvtAngH2();
36
37 void getName(std::string& name);
38
40
41 void initProbMax();
42
43 void init();
44
45 void decay(EvtParticle *p);
46
47 const char* setFileName(); //Defined by user for specify the root file name
48 const char* setHpoint(); //Defined by user for specify the histor. id
49
50};
51
52#endif
53
virtual ~EvtAngH2()
Definition: EvtAngH2.cc:59
void init()
Definition: EvtAngH2.cc:74
void decay(EvtParticle *p)
Definition: EvtAngH2.cc:86
const char * setHpoint()
Definition: UserAngH2.cc:16
void getName(std::string &name)
Definition: EvtAngH2.cc:61
EvtAngH2()
Definition: EvtAngH2.hh:34
EvtDecayBase * clone()
Definition: EvtAngH2.cc:67
const char * setFileName()
Definition: UserAngH2.cc:10
void initProbMax()
Definition: EvtAngH2.cc:80