ATLAS Offline Software
Trigger
TrigT1
L1Topo
L1TopoAlgorithms
L1TopoAlgorithms
InvariantMassInclusiveDeltaRSqrIncl2.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
// InvariantMassInclusiveDeltaRSqrIncl2.h
5
// TopoCore
6
// Based on InvariantMassInclusive2 and DeltaRSqrIncl2 created by Joerg Stelzer and V Sorin. 01/03/2019/
7
// For questions contact atlas-trig-l1topo-algcom@cern.ch.
8
9
#ifndef __TopoCore__InvariantMassInclusiveDeltaRSqrIncl2__
10
#define __TopoCore__InvariantMassInclusiveDeltaRSqrIncl2__
11
12
#include "
L1TopoInterfaces/DecisionAlg.h
"
13
14
class
TH2;
15
16
namespace
TCS
{
17
18
class
InvariantMassInclusiveDeltaRSqrIncl2
:
public
DecisionAlg
{
19
public
:
20
InvariantMassInclusiveDeltaRSqrIncl2
(
const
std::string &
name
);
21
virtual
~InvariantMassInclusiveDeltaRSqrIncl2
();
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
p_NumberLeading1
= { 0 };
38
parType_t
p_NumberLeading2
= { 0 };
39
parType_t
p_InvMassMin
[6] = { 0,0,0,0,0,0 };
40
parType_t
p_InvMassMax
[6] = { 0,0,0,0,0,0 };
41
parType_t
p_MinET1
[6] = { 0,0,0,0,0,0 };
42
parType_t
p_MinET2
[6] = { 0,0,0,0,0,0 };
43
parType_t
p_ApplyEtaCut
= { 0 };
44
parType_t
p_MinEta1
= { 0 };
45
parType_t
p_MaxEta1
= { 0 };
46
parType_t
p_MinEta2
= { 0 };
47
parType_t
p_MaxEta2
= { 0 };
48
parType_t
p_DeltaRMin
[6] = { 0,0,0,0,0,0 };
49
parType_t
p_DeltaRMax
[6] = { 0,0,0,0,0,0 };
50
51
};
52
53
}
54
55
#endif
TCS::InvariantMassInclusiveDeltaRSqrIncl2::InvariantMassInclusiveDeltaRSqrIncl2
InvariantMassInclusiveDeltaRSqrIncl2(const std::string &name)
Definition:
InvariantMassInclusiveDeltaRSqrIncl2.cxx:26
TCS::parType_t
uint32_t parType_t
Definition:
Parameter.h:22
TCS::InvariantMassInclusiveDeltaRSqrIncl2::p_InvMassMin
parType_t p_InvMassMin[6]
Definition:
InvariantMassInclusiveDeltaRSqrIncl2.h:39
TCS::InvariantMassInclusiveDeltaRSqrIncl2::p_InvMassMax
parType_t p_InvMassMax[6]
Definition:
InvariantMassInclusiveDeltaRSqrIncl2.h:40
TCS::InvariantMassInclusiveDeltaRSqrIncl2
Definition:
InvariantMassInclusiveDeltaRSqrIncl2.h:18
TCS::InvariantMassInclusiveDeltaRSqrIncl2::p_DeltaRMin
parType_t p_DeltaRMin[6]
Definition:
InvariantMassInclusiveDeltaRSqrIncl2.h:48
TCS::InvariantMassInclusiveDeltaRSqrIncl2::p_MinET2
parType_t p_MinET2[6]
Definition:
InvariantMassInclusiveDeltaRSqrIncl2.h:42
TCS::DecisionAlg
Definition:
Trigger/TrigT1/L1Topo/L1TopoInterfaces/L1TopoInterfaces/DecisionAlg.h:22
TCS::InvariantMassInclusiveDeltaRSqrIncl2::~InvariantMassInclusiveDeltaRSqrIncl2
virtual ~InvariantMassInclusiveDeltaRSqrIncl2()
Definition:
InvariantMassInclusiveDeltaRSqrIncl2.cxx:78
TCS::InvariantMassInclusiveDeltaRSqrIncl2::p_ApplyEtaCut
parType_t p_ApplyEtaCut
Definition:
InvariantMassInclusiveDeltaRSqrIncl2.h:43
TCS::InvariantMassInclusiveDeltaRSqrIncl2::processBitCorrect
virtual StatusCode processBitCorrect(const std::vector< TCS::TOBArray const * > &input, const std::vector< TCS::TOBArray * > &output, Decision &decison) override final
Definition:
InvariantMassInclusiveDeltaRSqrIncl2.cxx:138
TCS::InvariantMassInclusiveDeltaRSqrIncl2::p_MinEta1
parType_t p_MinEta1
Definition:
InvariantMassInclusiveDeltaRSqrIncl2.h:44
TCS::InvariantMassInclusiveDeltaRSqrIncl2::p_DeltaRMax
parType_t p_DeltaRMax[6]
Definition:
InvariantMassInclusiveDeltaRSqrIncl2.h:49
TCS::ConfigurableAlg::name
const std::string & name() const
Definition:
ConfigurableAlg.h:48
TCS::InvariantMassInclusiveDeltaRSqrIncl2::p_MaxEta2
parType_t p_MaxEta2
Definition:
InvariantMassInclusiveDeltaRSqrIncl2.h:47
TCS::InvariantMassInclusiveDeltaRSqrIncl2::p_MinEta2
parType_t p_MinEta2
Definition:
InvariantMassInclusiveDeltaRSqrIncl2.h:46
PlotPulseshapeFromCool.input
input
Definition:
PlotPulseshapeFromCool.py:106
TCS::Decision
Definition:
L1Topo/L1TopoInterfaces/L1TopoInterfaces/Decision.h:19
TCS::InvariantMassInclusiveDeltaRSqrIncl2::process
virtual StatusCode process(const std::vector< TCS::TOBArray const * > &input, const std::vector< TCS::TOBArray * > &output, Decision &decison) override final
Definition:
InvariantMassInclusiveDeltaRSqrIncl2.cxx:196
merge.output
output
Definition:
merge.py:17
TCS::InvariantMassInclusiveDeltaRSqrIncl2::p_MinET1
parType_t p_MinET1[6]
Definition:
InvariantMassInclusiveDeltaRSqrIncl2.h:41
DecisionAlg.h
TCS::InvariantMassInclusiveDeltaRSqrIncl2::p_NumberLeading1
parType_t p_NumberLeading1
Definition:
InvariantMassInclusiveDeltaRSqrIncl2.h:37
TCS
Definition:
Global/GlobalSimulation/src/IO/Decision.h:18
TCS::InvariantMassInclusiveDeltaRSqrIncl2::p_MaxEta1
parType_t p_MaxEta1
Definition:
InvariantMassInclusiveDeltaRSqrIncl2.h:45
TCS::InvariantMassInclusiveDeltaRSqrIncl2::initialize
virtual StatusCode initialize() override final
Definition:
InvariantMassInclusiveDeltaRSqrIncl2.cxx:82
TCS::InvariantMassInclusiveDeltaRSqrIncl2::p_NumberLeading2
parType_t p_NumberLeading2
Definition:
InvariantMassInclusiveDeltaRSqrIncl2.h:38
TCS::StatusCode
Definition:
Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/StatusCode.h:15
Generated on Sun Dec 22 2024 21:11:52 for ATLAS Offline Software by
1.8.18