BOSS
8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
TofEnergyRec.h
Go to the documentation of this file.
1
//
2
// Package: TofEnergyRec
3
// BESIII Tof Energy Reconstruction Algorithm
4
// Created by He Miao (EPC IHEP)
5
//
6
#ifndef TOF_ENERGY_REC_A_H
7
#define TOF_ENERGY_REC_A_H
8
9
#include "GaudiKernel/Algorithm.h"
10
#include "GaudiKernel/NTuple.h"
11
#include <string>
12
13
class
TofShower
;
14
15
class
TofEnergyRec
:
public
Algorithm {
16
17
public
:
18
TofEnergyRec
(
const
std::string& name, ISvcLocator* pSvcLocator );
19
StatusCode
initialize
();
20
StatusCode
execute
();
21
StatusCode
finalize
();
22
23
private
:
24
int
m_event;
25
int
m_eventNb;
// for output;
26
double
m_calibConst;
// energy calibration constant
27
double
m_isData;
// data or MC flag
28
TofShower
* m_tofShower;
29
30
private
:
31
bool
m_output;
32
NTuple::Tuple* m_tuple;
33
NTuple::Tuple* m_tuple1;
34
NTuple::Tuple* m_tuple2;
35
};
36
#endif
// Tof_ENERGY_REC_A_H
TofEnergyRec::finalize
StatusCode finalize()
Definition
TofEnergyRec.cxx:173
TofEnergyRec::TofEnergyRec
TofEnergyRec(const std::string &name, ISvcLocator *pSvcLocator)
Definition
TofEnergyRec.cxx:42
TofEnergyRec::initialize
StatusCode initialize()
Definition
TofEnergyRec.cxx:52
TofEnergyRec::execute
StatusCode execute()
Definition
TofEnergyRec.cxx:95
TofShower
Definition
TofShower.h:14
8.0.0
BOSS_Source
Reconstruction
TofEnergyRec
src
TofEnergyRec.h
Generated by
1.16.1