ATLAS Offline Software
L1Topo/L1TopoAlgorithms/L1TopoAlgorithms/DeltaRSqrIncl2.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3 */
4 // DeltaRSqrIncl2.h
5 // TopoCore
6 // Created by Joerg Stelzer/V Sorin on 9/16/14.
7 
8 #ifndef __TopoCore__DeltaRSqrIncl2__
9 #define __TopoCore__DeltaRSqrIncl2__
10 
11 #include <iostream>
13 
14 namespace TCS {
15 
16  class DeltaRSqrIncl2 : public DecisionAlg {
17  public:
18  DeltaRSqrIncl2(const std::string & name);
19  virtual ~DeltaRSqrIncl2();
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:
33 
36  parType_t p_DeltaRMin[3] = {0, 0, 0};
37  parType_t p_DeltaRMax[3] = {0, 0, 0};
38  parType_t p_MinET1[3] = { 0,0,0 };
39  parType_t p_MinET2[3] = { 0,0,0 };
40 
41  };
42 
43 }
44 
45 #endif
TCS::DeltaRSqrIncl2::p_DeltaRMin
parType_t p_DeltaRMin[3]
Definition: L1Topo/L1TopoAlgorithms/L1TopoAlgorithms/DeltaRSqrIncl2.h:36
TCS::DeltaRSqrIncl2::initialize
virtual StatusCode initialize()
Definition: L1Topo/L1TopoAlgorithms/Root/DeltaRSqrIncl2.cxx:51
TCS::parType_t
uint32_t parType_t
Definition: Parameter.h:22
TCS::DeltaRSqrIncl2::p_MinET2
parType_t p_MinET2[3]
Definition: L1Topo/L1TopoAlgorithms/L1TopoAlgorithms/DeltaRSqrIncl2.h:39
TCS::DeltaRSqrIncl2::~DeltaRSqrIncl2
virtual ~DeltaRSqrIncl2()
Definition: L1Topo/L1TopoAlgorithms/Root/DeltaRSqrIncl2.cxx:47
TCS::DeltaRSqrIncl2::p_DeltaRMax
parType_t p_DeltaRMax[3]
Definition: L1Topo/L1TopoAlgorithms/L1TopoAlgorithms/DeltaRSqrIncl2.h:37
TCS::DeltaRSqrIncl2::p_MinET1
parType_t p_MinET1[3]
Definition: L1Topo/L1TopoAlgorithms/L1TopoAlgorithms/DeltaRSqrIncl2.h:38
TCS::DeltaRSqrIncl2::p_NumberLeading2
parType_t p_NumberLeading2
Definition: L1Topo/L1TopoAlgorithms/L1TopoAlgorithms/DeltaRSqrIncl2.h:35
TCS::DecisionAlg
Definition: Trigger/TrigT1/L1Topo/L1TopoInterfaces/L1TopoInterfaces/DecisionAlg.h:22
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::DeltaRSqrIncl2::DeltaRSqrIncl2
DeltaRSqrIncl2(const std::string &name)
Definition: L1Topo/L1TopoAlgorithms/Root/DeltaRSqrIncl2.cxx:25
TCS::DeltaRSqrIncl2::p_NumberLeading1
parType_t p_NumberLeading1
Definition: L1Topo/L1TopoAlgorithms/L1TopoAlgorithms/DeltaRSqrIncl2.h:34
TCS::DeltaRSqrIncl2::process
virtual StatusCode process(const std::vector< TCS::TOBArray const * > &input, const std::vector< TCS::TOBArray * > &output, Decision &decison)
Definition: L1Topo/L1TopoAlgorithms/Root/DeltaRSqrIncl2.cxx:135
TCS
Definition: Global/GlobalSimulation/src/IO/Decision.h:18
TCS::DeltaRSqrIncl2::processBitCorrect
virtual StatusCode processBitCorrect(const std::vector< TCS::TOBArray const * > &input, const std::vector< TCS::TOBArray * > &output, Decision &decison)
Definition: L1Topo/L1TopoAlgorithms/Root/DeltaRSqrIncl2.cxx:90
TCS::DeltaRSqrIncl2
Definition: L1Topo/L1TopoAlgorithms/L1TopoAlgorithms/DeltaRSqrIncl2.h:16
TCS::StatusCode
Definition: Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/StatusCode.h:15