ATLAS Offline Software
DeltaRSqrIncl1Charge.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4 // DeltaRSqrIncl1Charge.h
5 // TopoCore
6 // Created by Paula Martinez based on DeltaRSqrIncl1 by Joerg Stelzer/V Sorin.
7 
8 #ifndef L1TOPOALGORITHMS_DELTARSQRINCL1CHARGE_H
9 #define L1TOPOALGORITHMS_DELTARSQRINCL1CHARGE_H
10 
11 #include <iostream>
13 
14 class TH2;
15 
16 namespace TCS {
17 
19  public:
20  DeltaRSqrIncl1Charge(const std::string & name);
21  virtual ~DeltaRSqrIncl1Charge();
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 
30  virtual StatusCode process( const std::vector<TCS::TOBArray const *> & input,
31  const std::vector<TCS::TOBArray *> & output,
32  Decision & decison );
33 
34 
35  private:
36 
39  parType_t p_DeltaRMin[3] = {0, 0, 0};
40  parType_t p_DeltaRMax[3] = {0, 0, 0};
44 
45  };
46 
47 }
48 
49 #endif
TCS::parType_t
uint32_t parType_t
Definition: Parameter.h:22
TCS::DeltaRSqrIncl1Charge::initialize
virtual StatusCode initialize()
Definition: DeltaRSqrIncl1Charge.cxx:50
TCS::DeltaRSqrIncl1Charge::processBitCorrect
virtual StatusCode processBitCorrect(const std::vector< TCS::TOBArray const * > &input, const std::vector< TCS::TOBArray * > &output, Decision &decison)
Definition: DeltaRSqrIncl1Charge.cxx:98
TCS::DeltaRSqrIncl1Charge::p_DeltaRMax
parType_t p_DeltaRMax[3]
Definition: DeltaRSqrIncl1Charge.h:40
TCS::DeltaRSqrIncl1Charge::p_NumberLeading2
parType_t p_NumberLeading2
Definition: DeltaRSqrIncl1Charge.h:38
TCS::DecisionAlg
Definition: Trigger/TrigT1/L1Topo/L1TopoInterfaces/L1TopoInterfaces/DecisionAlg.h:22
TCS::ConfigurableAlg::name
const std::string & name() const
Definition: ConfigurableAlg.h:48
TCS::DeltaRSqrIncl1Charge::p_MinET1
parType_t p_MinET1
Definition: DeltaRSqrIncl1Charge.h:41
PlotPulseshapeFromCool.input
input
Definition: PlotPulseshapeFromCool.py:106
TCS::DeltaRSqrIncl1Charge::~DeltaRSqrIncl1Charge
virtual ~DeltaRSqrIncl1Charge()
Definition: DeltaRSqrIncl1Charge.cxx:46
TH2
Definition: rootspy.cxx:373
TCS::Decision
Definition: L1Topo/L1TopoInterfaces/L1TopoInterfaces/Decision.h:19
TCS::DeltaRSqrIncl1Charge::p_NumberLeading1
parType_t p_NumberLeading1
Definition: DeltaRSqrIncl1Charge.h:37
merge.output
output
Definition: merge.py:17
DecisionAlg.h
TCS::DeltaRSqrIncl1Charge::p_DeltaRMin
parType_t p_DeltaRMin[3]
Definition: DeltaRSqrIncl1Charge.h:39
TCS::DeltaRSqrIncl1Charge::p_MinET2
parType_t p_MinET2
Definition: DeltaRSqrIncl1Charge.h:42
TCS::DeltaRSqrIncl1Charge::process
virtual StatusCode process(const std::vector< TCS::TOBArray const * > &input, const std::vector< TCS::TOBArray * > &output, Decision &decison)
Definition: DeltaRSqrIncl1Charge.cxx:153
TCS::DeltaRSqrIncl1Charge
Definition: DeltaRSqrIncl1Charge.h:18
TCS
Definition: Global/GlobalSimulation/src/IO/Decision.h:18
TCS::DeltaRSqrIncl1Charge::p_OneBarrel
parType_t p_OneBarrel
Definition: DeltaRSqrIncl1Charge.h:43
TCS::DeltaRSqrIncl1Charge::DeltaRSqrIncl1Charge
DeltaRSqrIncl1Charge(const std::string &name)
Definition: DeltaRSqrIncl1Charge.cxx:29
TCS::StatusCode
Definition: Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/StatusCode.h:15