KaliVeda
1.14/2
Toolkit for HIC analysis
Loading...
Searching...
No Matches
KVReconIdent_e475s.cpp
1
/*
2
$Id: KVReconIdent_e475s.cpp,v 1.2 2007/11/21 11:22:59 franklan Exp $
3
$Revision: 1.2 $
4
$Date: 2007/11/21 11:22:59 $
5
*/
6
7
//Created by KVClassFactory on Tue Nov 13 10:47:51 2007
8
//Author: Eric Bonnet
9
10
#include "KVReconIdent_e475s.h"
11
12
ClassImp
(
KVReconIdent_e475s
)
13
14
15
// BEGIN_HTML <!--
16
/* -->
17
<h2>KVReconIdent_e475s</h2>
18
<h4>Identification of E475S events</h4>
19
<!-- */
20
// --> END_HTML
22
23
24
26
27
KVReconIdent_e475s
::
KVReconIdent_e475s
()
28
{
29
//Default constructor
30
}
31
32
33
36
37
KVReconIdent_e475s::~KVReconIdent_e475s
()
38
{
39
//Destructor
40
}
41
42
43
49
50
Bool_t
KVReconIdent_e475s::Analysis
(
void
)
51
{
52
//For each event we:
53
// perform primary event identification and calibration and fill tree
54
//Events with zero reconstructed multiplicity are excluded, but no selection is made
55
//based on the results of the identification/calibration
56
57
fEventNumber = GetEvent()->GetNumber();
58
if
(GetEvent()->GetMult() > 0) {
59
GetEvent()->IdentifyEvent();
60
// traitement specifique a E475S...
61
//
62
//
63
GetEvent()->CalibrateEvent();
64
fIdentTree->Fill();
65
}
66
return
kTRUE
;
67
}
68
69
70
Bool_t
bool Bool_t
kTRUE
constexpr Bool_t kTRUE
KVReconIdent_e475s
Definition
KVReconIdent_e475s.h:15
KVReconIdent_e475s::~KVReconIdent_e475s
virtual ~KVReconIdent_e475s()
Destructor.
Definition
KVReconIdent_e475s.cpp:37
KVReconIdent_e475s::Analysis
virtual Bool_t Analysis()
Definition
KVReconIdent_e475s.cpp:50
ClassImp
ClassImp(TPyArg)
kaliveda.doxygen
KVIndra
analysis
KVReconIdent_e475s.cpp
Generated on Wed Oct 23 2024 12:45:19 for KaliVeda by
1.9.8