ATLAS Offline Software
Trigger
TrigT1
L1Topo
L1TopoAlgorithms
L1TopoAlgorithms
InvariantMassInclusiveDeltaRSqrIncl2Charge.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
// InvariantMassInclusiveDeltaRSqrIncl2Charge.h
5
// TopoCore
6
// Based on InvariantMassInclusive2 and DeltaRSqrIncl2Charge created by Joerg Stelzer and V Sorin. 01/03/2019/
7
// For questions contact atlas-trig-l1topo-algcom@cern.ch.
8
9
#ifndef L1TOPOALGORITHMS_INVARIANTMASSINCLUSIVEDELTARSQRINCL2CHARGE_H
10
#define L1TOPOALGORITHMS_INVARIANTMASSINCLUSIVEDELTARSQRINCL2CHARGE_H
11
12
#include "
L1TopoInterfaces/DecisionAlg.h
"
13
14
class
TH2;
15
16
namespace
TCS
{
17
18
class
InvariantMassInclusiveDeltaRSqrIncl2Charge
:
public
DecisionAlg
{
19
public
:
20
InvariantMassInclusiveDeltaRSqrIncl2Charge
(
const
std::string &
name
);
21
virtual
~InvariantMassInclusiveDeltaRSqrIncl2Charge
();
22
23
virtual
StatusCode
initialize
()
override
final
;
24
25
virtual
StatusCode
processBitCorrect
(
const
std::vector<TCS::TOBArray const *> &
input
,
26
const
std::vector<TCS::TOBArray *> &
output
,
27
Decision
& decison )
override
final
;
28
29
30
virtual
StatusCode
process
(
const
std::vector<TCS::TOBArray const *> &
input
,
31
const
std::vector<TCS::TOBArray *> &
output
,
32
Decision
& decison )
override
final
;
33
34
35
private
:
36
37
parType_t
m_NumberLeading1
= { 0 };
38
parType_t
m_NumberLeading2
= { 0 };
39
parType_t
m_InvMassMin
[6] = { 0,0,0,0,0,0 };
40
parType_t
m_InvMassMax
[6] = { 0,0,0,0,0,0 };
41
parType_t
m_MinET1
[6] = { 0,0,0,0,0,0 };
42
parType_t
m_MinET2
[6] = { 0,0,0,0,0,0 };
43
parType_t
m_ApplyEtaCut
= { 0 };
44
parType_t
m_MinEta1
= { 0 };
45
parType_t
m_MaxEta1
= { 0 };
46
parType_t
m_MinEta2
= { 0 };
47
parType_t
m_MaxEta2
= { 0 };
48
parType_t
m_DeltaRMin
[6] = { 0,0,0,0,0,0 };
49
parType_t
m_DeltaRMax
[6] = { 0,0,0,0,0,0 };
50
51
};
52
53
}
54
55
#endif
TCS::InvariantMassInclusiveDeltaRSqrIncl2Charge::InvariantMassInclusiveDeltaRSqrIncl2Charge
InvariantMassInclusiveDeltaRSqrIncl2Charge(const std::string &name)
Definition:
InvariantMassInclusiveDeltaRSqrIncl2Charge.cxx:26
TCS::InvariantMassInclusiveDeltaRSqrIncl2Charge::m_MinEta1
parType_t m_MinEta1
Definition:
InvariantMassInclusiveDeltaRSqrIncl2Charge.h:44
TCS::parType_t
uint32_t parType_t
Definition:
Parameter.h:22
TCS::InvariantMassInclusiveDeltaRSqrIncl2Charge::m_DeltaRMax
parType_t m_DeltaRMax[6]
Definition:
InvariantMassInclusiveDeltaRSqrIncl2Charge.h:49
TCS::InvariantMassInclusiveDeltaRSqrIncl2Charge::~InvariantMassInclusiveDeltaRSqrIncl2Charge
virtual ~InvariantMassInclusiveDeltaRSqrIncl2Charge()
Definition:
InvariantMassInclusiveDeltaRSqrIncl2Charge.cxx:78
TCS::InvariantMassInclusiveDeltaRSqrIncl2Charge::m_DeltaRMin
parType_t m_DeltaRMin[6]
Definition:
InvariantMassInclusiveDeltaRSqrIncl2Charge.h:48
TCS::InvariantMassInclusiveDeltaRSqrIncl2Charge::m_ApplyEtaCut
parType_t m_ApplyEtaCut
Definition:
InvariantMassInclusiveDeltaRSqrIncl2Charge.h:43
TCS::InvariantMassInclusiveDeltaRSqrIncl2Charge::m_MinET1
parType_t m_MinET1[6]
Definition:
InvariantMassInclusiveDeltaRSqrIncl2Charge.h:41
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::InvariantMassInclusiveDeltaRSqrIncl2Charge::m_InvMassMin
parType_t m_InvMassMin[6]
Definition:
InvariantMassInclusiveDeltaRSqrIncl2Charge.h:39
TCS::InvariantMassInclusiveDeltaRSqrIncl2Charge::process
virtual StatusCode process(const std::vector< TCS::TOBArray const * > &input, const std::vector< TCS::TOBArray * > &output, Decision &decison) override final
Definition:
InvariantMassInclusiveDeltaRSqrIncl2Charge.cxx:207
TCS::Decision
Definition:
L1Topo/L1TopoInterfaces/L1TopoInterfaces/Decision.h:19
merge.output
output
Definition:
merge.py:17
DecisionAlg.h
TCS::InvariantMassInclusiveDeltaRSqrIncl2Charge
Definition:
InvariantMassInclusiveDeltaRSqrIncl2Charge.h:18
TCS::InvariantMassInclusiveDeltaRSqrIncl2Charge::m_MaxEta1
parType_t m_MaxEta1
Definition:
InvariantMassInclusiveDeltaRSqrIncl2Charge.h:45
TCS
Definition:
Global/GlobalSimulation/src/IO/Decision.h:18
TCS::InvariantMassInclusiveDeltaRSqrIncl2Charge::m_NumberLeading1
parType_t m_NumberLeading1
Definition:
InvariantMassInclusiveDeltaRSqrIncl2Charge.h:37
TCS::InvariantMassInclusiveDeltaRSqrIncl2Charge::processBitCorrect
virtual StatusCode processBitCorrect(const std::vector< TCS::TOBArray const * > &input, const std::vector< TCS::TOBArray * > &output, Decision &decison) override final
Definition:
InvariantMassInclusiveDeltaRSqrIncl2Charge.cxx:140
TCS::InvariantMassInclusiveDeltaRSqrIncl2Charge::m_InvMassMax
parType_t m_InvMassMax[6]
Definition:
InvariantMassInclusiveDeltaRSqrIncl2Charge.h:40
TCS::InvariantMassInclusiveDeltaRSqrIncl2Charge::m_MaxEta2
parType_t m_MaxEta2
Definition:
InvariantMassInclusiveDeltaRSqrIncl2Charge.h:47
TCS::InvariantMassInclusiveDeltaRSqrIncl2Charge::m_MinET2
parType_t m_MinET2[6]
Definition:
InvariantMassInclusiveDeltaRSqrIncl2Charge.h:42
TCS::InvariantMassInclusiveDeltaRSqrIncl2Charge::m_MinEta2
parType_t m_MinEta2
Definition:
InvariantMassInclusiveDeltaRSqrIncl2Charge.h:46
TCS::InvariantMassInclusiveDeltaRSqrIncl2Charge::initialize
virtual StatusCode initialize() override final
Definition:
InvariantMassInclusiveDeltaRSqrIncl2Charge.cxx:82
TCS::InvariantMassInclusiveDeltaRSqrIncl2Charge::m_NumberLeading2
parType_t m_NumberLeading2
Definition:
InvariantMassInclusiveDeltaRSqrIncl2Charge.h:38
TCS::StatusCode
Definition:
Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/StatusCode.h:15
Generated on Thu Nov 7 2024 21:17:16 for ATLAS Offline Software by
1.8.18