ATLAS Offline Software
Loading...
Searching...
No Matches
DeltaRSqrIncl2Charge.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4// DeltaRSqrIncl2Charge.h
5// TopoCore
6// Based on DeltaRSqrIncl2 by Joerg Stelzer/V Sorin on 9/16/14.
7
8#ifndef L1TOPOALGORITHMS_DELTARSQRINCL2CHARGE_H
9#define L1TOPOALGORITHMS_DELTARSQRINCL2CHARGE_H
10
12
13namespace TCS {
14
16 public:
17 DeltaRSqrIncl2Charge(const std::string & name);
18 virtual ~DeltaRSqrIncl2Charge();
19
20 virtual StatusCode initialize();
21
22 virtual StatusCode processBitCorrect( const std::vector<TCS::TOBArray const *> & input,
23 const std::vector<TCS::TOBArray *> & output,
24 Decision & decison );
25
26 virtual StatusCode process( const std::vector<TCS::TOBArray const *> & input,
27 const std::vector<TCS::TOBArray *> & output,
28 Decision & decison );
29
30
31 private:
32
35 parType_t m_DeltaRMin[3] = {0, 0, 0};
36 parType_t m_DeltaRMax[3] = {0, 0, 0};
37 parType_t m_MinET1[3] = { 0,0,0 };
38 parType_t m_MinET2[3] = { 0,0,0 };
39
40 };
41
42}
43
44#endif
const std::string & name() const
DecisionAlg(const std::string &name)
Definition DecisionAlg.h:25
DeltaRSqrIncl2Charge(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