ATLAS Offline Software
Loading...
Searching...
No Matches
KalmanMETCorrection.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4// KalmanMETCorrection.h
5// TopoCore
6// Created by Joerg Stelzer on 11/16/12.
7// Re-written by Ralf Gugel on 04/19/24.
8
9#ifndef __TopoCore__KalmanMETCorrection__
10#define __TopoCore__KalmanMETCorrection__
11
12#include <iostream>
15
16namespace TCS {
17
19 public:
20 KalmanMETCorrection(const std::string & name);
21 virtual ~KalmanMETCorrection();
22
23 virtual StatusCode initialize();
24
25 virtual StatusCode processBitCorrect( const std::vector<TCS::TOBArray const *> & input,
26 const std::vector<TCS::TOBArray *> & output,
27 Decision & decison );
28
29 virtual StatusCode process( const std::vector<TCS::TOBArray const *> & input,
30 const std::vector<TCS::TOBArray *> & output,
31 Decision & decison );
32
33
34 private:
36 //parType_t p_NumberLeading1 = { 0 };
38 parType_t p_XE[6] = {0, 0, 0,0,0,0};
40
41 };
42
43}
44
45#endif
const std::string & name() const
DecisionAlg(const std::string &name)
Definition DecisionAlg.h:25
KalmanMETCorrection(const std::string &name)
int p_correctionLut[KFMET::nEtaBins][KFMET::nLogEtBins]
virtual StatusCode processBitCorrect(const std::vector< TCS::TOBArray const * > &input, const std::vector< TCS::TOBArray * > &output, Decision &decison)
virtual StatusCode initialize()
const std::string process
constexpr unsigned nEtaBins
constexpr unsigned nLogEtBins
uint32_t parType_t
Definition Parameter.h:22