StRoot
1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
StHbtMaker
ThCorrFctn
StHbtEvtGenPair.h
1
/***************************************************************************
2
*
3
*
4
*
5
* Author: Laurent Conin, Fabrice Retiere, Subatech, France
6
***************************************************************************
7
*
8
* Description : Create pair from StHbtFsiHiddenInfo
9
*
10
***************************************************************************
11
*
12
*
13
*
14
***************************************************************************/
15
16
#ifndef ST_HBT_EVTGEN_PAIR_HH
17
#define ST_HBT_EVTGEN_PAIR_HH
18
19
#include "StHbtMaker/Infrastructure/StHbtPair.hh"
20
#include "StHbtMaker/Base/StHbtThPair.hh"
21
22
class
StHbtEvtGenPair
:
public
StHbtThPair
{
23
public
:
24
StHbtEvtGenPair
(
short
aDecoralate=0);
25
virtual
~
StHbtEvtGenPair
();
26
protected
:
27
virtual
void
setVariables(
const
StHbtPair
* aPair);
28
short
mDecoralate;
29
30
int
mNStoredPos;
31
StHbtLorentzVector
* mPosArray1;
32
short
* mValidPos1;
33
StHbtLorentzVector
* mPosArray2;
34
short
* mValidPos2;
35
36
ClassDef(
StHbtEvtGenPair
,1)
37
};
38
39
40
#endif
StHbtThPair
Definition:
StHbtThPair.hh:33
StHbtEvtGenPair
Definition:
StHbtEvtGenPair.h:22
StHbtPair
Definition:
StHbtPair.hh:98
StLorentzVector< double >
Generated by
1.8.5