ATLAS Offline Software
Loading...
Searching...
No Matches
InvariantMassDeltaPhiInclusive2.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4// InvariantMassDeltaPhiInclusive2.h
5// TopoCore
6// Based on InvariantMassInclusive2 and DeltaPhiIncl2 by Joerg Stelzer on 19/02/2019. For questions contact atlas-trig-l1topo-algcom@cern.ch.
7// TO DO size of the input list to be possbly refined
8
9#ifndef __TopoCore__InvariantMassDeltaPhiInclusive2__
10#define __TopoCore__InvariantMassDeltaPhiInclusive2__
11
13
14class TH2;
15
16namespace TCS {
17
19 public:
20 InvariantMassDeltaPhiInclusive2(const std::string & name);
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
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 };
48 parType_t p_DeltaPhiMin[6] = { 0,0,0,0,0,0 };
49 parType_t p_DeltaPhiMax[6] = { 0,0,0,0,0,0 };
50
51 };
52
53}
54
55#endif
const std::string & name() const
DecisionAlg(const std::string &name)
Definition DecisionAlg.h:25
virtual StatusCode processBitCorrect(const std::vector< TCS::TOBArray const * > &input, const std::vector< TCS::TOBArray * > &output, Decision &decison) override final
const std::string process
uint32_t parType_t
Definition Parameter.h:22