ATLAS Offline Software
Loading...
Searching...
No Matches
InvariantMassInclusiveDeltaRSqrIncl1Charge.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4// InvariantMassInclusiveDeltaRSqrIncl1Charge.h
5// TopoCore
6// Based on InvariantMassInclusiveDeltaRSqrIncl1, InvariantMassInclusive1 and DeltaRSqrIncl1 created by Joerg Stelzer and V Sorin.
7// For questions contact atlas-trig-l1topo-algcom@cern.ch.
8
9#ifndef L1TOPOALGORITHMS_INVARIANTMASSINCLUSIVEDELTARSQRINCL1CHARGE_H
10#define L1TOPOALGORITHMS_INVARIANTMASSINCLUSIVEDELTARSQRINCL1CHARGE_H
11
13
14class TH2;
15
16namespace TCS {
17
19 public:
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 virtual StatusCode process( const std::vector<TCS::TOBArray const *> & input,
30 const std::vector<TCS::TOBArray *> & output,
31 Decision & decison ) override final;
32
33
34 private:
35
38 parType_t p_InvMassMin[6] = { 0,0,0,0,0,0 };
39 parType_t p_InvMassMax[6] = { 0,0,0,0,0,0 };
40 parType_t p_MinET1[6] = { 0,0,0,0,0,0 };
41 parType_t p_MinET2[6] = { 0,0,0,0,0,0 };
43 parType_t p_DeltaRMin[6] = { 0,0,0,0,0,0 };
44 parType_t p_DeltaRMax[6] = { 0,0,0,0,0,0 };
45
46 };
47
48}
49
50#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