ATLAS Offline Software
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 
13 namespace 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
TCS::DeltaRSqrIncl2Charge::m_NumberLeading1
parType_t m_NumberLeading1
Definition: DeltaRSqrIncl2Charge.h:33
TCS::parType_t
uint32_t parType_t
Definition: Parameter.h:22
TCS::DeltaRSqrIncl2Charge::initialize
virtual StatusCode initialize()
Definition: DeltaRSqrIncl2Charge.cxx:50
TCS::DeltaRSqrIncl2Charge::m_NumberLeading2
parType_t m_NumberLeading2
Definition: DeltaRSqrIncl2Charge.h:34
TCS::DecisionAlg
Definition: Trigger/TrigT1/L1Topo/L1TopoInterfaces/L1TopoInterfaces/DecisionAlg.h:22
TCS::DeltaRSqrIncl2Charge::m_DeltaRMax
parType_t m_DeltaRMax[3]
Definition: DeltaRSqrIncl2Charge.h:36
TCS::DeltaRSqrIncl2Charge::m_DeltaRMin
parType_t m_DeltaRMin[3]
Definition: DeltaRSqrIncl2Charge.h:35
TCS::ConfigurableAlg::name
const std::string & name() const
Definition: ConfigurableAlg.h:48
PlotPulseshapeFromCool.input
input
Definition: PlotPulseshapeFromCool.py:106
TCS::Decision
Definition: L1Topo/L1TopoInterfaces/L1TopoInterfaces/Decision.h:19
merge.output
output
Definition: merge.py:17
DecisionAlg.h
TCS::DeltaRSqrIncl2Charge::DeltaRSqrIncl2Charge
DeltaRSqrIncl2Charge(const std::string &name)
Definition: DeltaRSqrIncl2Charge.cxx:24
TCS::DeltaRSqrIncl2Charge::process
virtual StatusCode process(const std::vector< TCS::TOBArray const * > &input, const std::vector< TCS::TOBArray * > &output, Decision &decison)
Definition: DeltaRSqrIncl2Charge.cxx:145
TCS
Definition: Global/GlobalSimulation/src/IO/Decision.h:18
TCS::DeltaRSqrIncl2Charge::processBitCorrect
virtual StatusCode processBitCorrect(const std::vector< TCS::TOBArray const * > &input, const std::vector< TCS::TOBArray * > &output, Decision &decison)
Definition: DeltaRSqrIncl2Charge.cxx:92
TCS::DeltaRSqrIncl2Charge::~DeltaRSqrIncl2Charge
virtual ~DeltaRSqrIncl2Charge()
Definition: DeltaRSqrIncl2Charge.cxx:46
TCS::DeltaRSqrIncl2Charge::m_MinET1
parType_t m_MinET1[3]
Definition: DeltaRSqrIncl2Charge.h:37
TCS::DeltaRSqrIncl2Charge::m_MinET2
parType_t m_MinET2[3]
Definition: DeltaRSqrIncl2Charge.h:38
TCS::StatusCode
Definition: Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/StatusCode.h:15
TCS::DeltaRSqrIncl2Charge
Definition: DeltaRSqrIncl2Charge.h:15