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