ATLAS Offline Software
Loading...
Searching...
No Matches
DisambiguationIncl3.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4// DisambiguationIncl3.h
5// TopoCore
6// Created by Joerg Stelzer on 11/16/12.
7
8#ifndef __TopoCore__DisambiguationIncl3__
9#define __TopoCore__DisambiguationIncl3__
10
11#include <iostream>
13
14namespace TCS {
15
17 public:
18 DisambiguationIncl3(const std::string & name);
19 virtual ~DisambiguationIncl3();
20
21 virtual StatusCode initialize();
22
23 virtual StatusCode processBitCorrect( const std::vector<TCS::TOBArray const *> & input,
24 const std::vector<TCS::TOBArray *> & output,
25 Decision & decison );
26
27
28 virtual StatusCode process( const std::vector<TCS::TOBArray const *> & input,
29 const std::vector<TCS::TOBArray *> & output,
30 Decision & decison );
31
32
33 private:
34
38 parType_t p_DisambDR[2] = {0, 0};
39 parType_t p_MinET1[2] = { 0 ,0};
40 parType_t p_MinET2[2] = { 0 ,0};
41 parType_t p_MinET3[2] = { 0 ,0};
42
43
44 };
45
46}
47
48#endif
const std::string & name() const
DecisionAlg(const std::string &name)
Definition DecisionAlg.h:25
virtual StatusCode initialize()
virtual StatusCode processBitCorrect(const std::vector< TCS::TOBArray const * > &input, const std::vector< TCS::TOBArray * > &output, Decision &decison)
DisambiguationIncl3(const std::string &name)
const std::string process
uint32_t parType_t
Definition Parameter.h:22