ATLAS Offline Software
Loading...
Searching...
No Matches
DeltaEtaPhiIncl1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4// DeltaEtaPhiIncl1.h
5// TopoCore
6// Created by Joerg Stelzer on 11/16/12.
7
8#ifndef __TopoCore__DeltaEtaPhiIncl1__
9#define __TopoCore__DeltaEtaPhiIncl1__
10
11#include <iostream>
13
14class TH2;
15
16namespace TCS {
17
19 public:
20 DeltaEtaPhiIncl1(const std::string & name);
21 virtual ~DeltaEtaPhiIncl1();
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:
35
38 parType_t p_DeltaPhiMin[3] = {0, 0, 0};
39 parType_t p_DeltaPhiMax[3] = {0, 0, 0};
40 parType_t p_DeltaEtaMin[3] = {0, 0, 0};
41 parType_t p_DeltaEtaMax[3] = {0, 0, 0};
42 parType_t p_MinET1[3] = { 0,0,0 };
43 parType_t p_MinET2[3] = { 0,0,0 };
44
45 };
46
47}
48
49#endif
const std::string & name() const
DecisionAlg(const std::string &name)
Definition DecisionAlg.h:25
DeltaEtaPhiIncl1(const std::string &name)
virtual StatusCode initialize()
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