ATLAS Offline Software
Trigger
TrigT1
L1Topo
L1TopoAlgorithms
L1TopoAlgorithms
NotMatch.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3
*/
4
// NotMatch.h
5
// TopoCore
6
// Created by Joerg Stelzer on 11/16/12.
7
8
#ifndef __TopoCore__NotMatch__
9
#define __TopoCore__NotMatch__
10
11
#include <iostream>
12
#include "
L1TopoInterfaces/DecisionAlg.h
"
13
14
namespace
TCS
{
15
16
class
NotMatch
:
public
DecisionAlg
{
17
public
:
18
NotMatch
(
const
std::string &
name
);
19
virtual
~NotMatch
();
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
parType_t
p_NumberLeading1
= { 0 };
34
parType_t
p_NumberLeading2
= { 0 };
35
parType_t
p_MinET1
[2] = { 0,0 };
36
parType_t
p_EtaMin1
[2] = { 0,0 };
37
parType_t
p_EtaMax1
[2] = { 49,49 };
38
parType_t
p_MinET2
[2] = { 0,0 };
39
parType_t
p_EtaMin2
[2] = { 0,0 };
40
parType_t
p_EtaMax2
[2] = { 49,49 };
41
parType_t
p_DRCut
[2] = { 0,0 };
42
43
};
44
45
}
46
47
#endif
TCS::NotMatch::p_MinET2
parType_t p_MinET2[2]
Definition:
NotMatch.h:38
TCS::parType_t
uint32_t parType_t
Definition:
Parameter.h:22
TCS::NotMatch::initialize
virtual StatusCode initialize()
Definition:
NotMatch.cxx:54
TCS::NotMatch::p_NumberLeading1
parType_t p_NumberLeading1
Definition:
NotMatch.h:33
TCS::NotMatch::p_EtaMin2
parType_t p_EtaMin2[2]
Definition:
NotMatch.h:39
TCS::NotMatch::p_MinET1
parType_t p_MinET1[2]
Definition:
NotMatch.h:35
TCS::NotMatch::NotMatch
NotMatch(const std::string &name)
Definition:
NotMatch.cxx:26
TCS::DecisionAlg
Definition:
Trigger/TrigT1/L1Topo/L1TopoInterfaces/L1TopoInterfaces/DecisionAlg.h:22
TCS::NotMatch::p_NumberLeading2
parType_t p_NumberLeading2
Definition:
NotMatch.h:34
TCS::NotMatch::p_EtaMax1
parType_t p_EtaMax1[2]
Definition:
NotMatch.h:37
TCS::ConfigurableAlg::name
const std::string & name() const
Definition:
ConfigurableAlg.h:48
PlotPulseshapeFromCool.input
input
Definition:
PlotPulseshapeFromCool.py:106
TCS::NotMatch
Definition:
NotMatch.h:16
TCS::Decision
Definition:
L1Topo/L1TopoInterfaces/L1TopoInterfaces/Decision.h:19
merge.output
output
Definition:
merge.py:17
DecisionAlg.h
TCS::NotMatch::process
virtual StatusCode process(const std::vector< TCS::TOBArray const * > &input, const std::vector< TCS::TOBArray * > &output, Decision &decison)
Definition:
NotMatch.cxx:143
TCS::NotMatch::p_EtaMin1
parType_t p_EtaMin1[2]
Definition:
NotMatch.h:36
TCS
Definition:
Global/GlobalSimulation/src/IO/Decision.h:18
TCS::NotMatch::p_DRCut
parType_t p_DRCut[2]
Definition:
NotMatch.h:41
TCS::NotMatch::processBitCorrect
virtual StatusCode processBitCorrect(const std::vector< TCS::TOBArray const * > &input, const std::vector< TCS::TOBArray * > &output, Decision &decison)
Definition:
NotMatch.cxx:85
TCS::NotMatch::p_EtaMax2
parType_t p_EtaMax2[2]
Definition:
NotMatch.h:40
TCS::StatusCode
Definition:
Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/StatusCode.h:15
TCS::NotMatch::~NotMatch
virtual ~NotMatch()
Definition:
NotMatch.cxx:50
Generated on Thu Nov 7 2024 21:22:52 for ATLAS Offline Software by
1.8.18