KaliVeda
Toolkit for HIC analysis
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 
13 
14 // BEGIN_HTML <!--
16 /* -->
17 <h2>KVReconIdent_e475s</h2>
18 <h4>Identification of E475S events</h4>
19 <!-- */
20 // --> END_HTML
22 
23 
24 
28 {
29  //Default constructor
30 }
31 
32 
33 
36 
38 {
39  //Destructor
40 }
41 
42 
43 
49 
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 Bool_t
constexpr Bool_t kTRUE
virtual ~KVReconIdent_e475s()
Destructor.
virtual Bool_t Analysis()
ClassImp(TPyArg)