ATLAS Offline Software
Loading...
Searching...
No Matches
DisambiguationInvmIncl2.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4// DisambiguationInvmIncl2.h
5// TopoCore
6// Created by Davide Gerbaudo on 2016-10-10.
7
8#ifndef __TopoCore__DisambiguationInvmIncl2__
9#define __TopoCore__DisambiguationInvmIncl2__
10
11#include <iostream>
13
14namespace TCS {
15
17 public:
18 DisambiguationInvmIncl2(const std::string & name);
20 virtual StatusCode initialize();
21 virtual StatusCode processBitCorrect(const std::vector<TCS::TOBArray const *> & input,
22 const std::vector<TCS::TOBArray *> & output,
23 Decision & decison);
24 virtual StatusCode process(const std::vector<TCS::TOBArray const *> & input,
25 const std::vector<TCS::TOBArray *> & output,
26 Decision & decison);
27 private:
30 parType_t p_MinET1 [2] = { 0, 0 };
31 parType_t p_MinET2 [2] = { 0, 0 };
32 parType_t p_InvMassMin[2] = { 0, 0 };
33 parType_t p_InvMassMax[2] = { 0, 0 };
34 };
35}
36
37#endif
const std::string & name() const
DecisionAlg(const std::string &name)
Definition DecisionAlg.h:25
DisambiguationInvmIncl2(const std::string &name)
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