ATLAS Offline Software
Loading...
Searching...
No Matches
MissingETPlusTransverseMassSelectorAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7#ifndef EVENT_SELECTOR_MISSINGETPLUSTRANSVERSEMASSSELECTORALG_H
8#define EVENT_SELECTOR_MISSINGETPLUSTRANSVERSEMASSSELECTORALG_H
9
10// Algorithm includes
16
17// Framework includes
21
23
24namespace CP {
25
28
30
32 public:
33 MissingETPlusTransverseMassSelectorAlg(const std::string &name, ISvcLocator *pSvcLocator);
34 virtual StatusCode initialize() override;
35 virtual StatusCode execute(const EventContext& ctx) override;
36
37 private:
38
40 Gaudi::Property<float> m_sumref {this, "refMETMWT", 0., "MET+MWT cut (in MeV)"};
41
43 Gaudi::Property<std::string> m_sign {this, "sign", "SetMe", "comparison sign to use"};
44
47
49 Gaudi::Property<bool> m_useDressedProperties{this, "useDressedProperties", false,
50 "whether to use dressed electron and muon kinematics rather than simple "
51 "P4 kinematics"};
52
55
58 this, "electrons", "", "the electron container to use"
59 };
60
63 this, "electronSelection", "", "the selection on the input electrons"
64 };
65
68 this, "muons", "", "the muon container to use"
69 };
70
73 this, "muonSelection", "", "the selection on the input muons"
74 };
75
78 this, "met", "SetMe", "the MET container to use"
79 };
80
82 Gaudi::Property<std::string> m_metTerm {this, "metTerm", "Final", "the MET term to use"};
83
86 this, "eventInfo", "EventInfo", "the EventInfo container to read selection decisions from"
87 };
88
91 this, "eventPreselection", "SetMe", "name of the preselection to check before applying this one"
92 };
93
96 this, "decorationName", "SetMe", "decoration name for the MET+MWT selector"
97 };
98
99 }; // class
100} // namespace CP
101
102#endif // EVENT_SELECTOR_MISSINGETPLUSTRANSVERSEMASSSELECTORALG_H
MissingETPlusTransverseMassSelectorAlg(const std::string &name, ISvcLocator *pSvcLocator)
the standard constructor
CP::SysReadSelectionHandle m_muonSelection
the muon selection
CP::SysReadHandle< xAOD::IParticleContainer > m_muonsHandle
the muon input handle
CP::SysWriteSelectionHandle m_decoration
the output selection decoration
CP::SysReadHandle< xAOD::EventInfo > m_eventInfoHandle
the event info handle
SignEnum::ComparisonOperator m_signEnum
the operator version of the comparison (>, <, etc)
CP::SysReadHandle< xAOD::MissingETContainer > m_metHandle
the MET handle
Gaudi::Property< std::string > m_sign
the comparison (GT, LT, etc)
Gaudi::Property< bool > m_useDressedProperties
use dressed kinematics
CP::SysReadSelectionHandle m_electronSelection
the electrons selection
CP::SysReadSelectionHandle m_preselection
the preselection
Gaudi::Property< float > m_sumref
the MET+MWT threshold against which to compare
CP::SysReadHandle< xAOD::IParticleContainer > m_electronsHandle
the electron input handle
a class managing the property to configure the list of systematics to process
a data handle for reading systematics varied input data
a data handle for reading systematically varied selection properties from objects
a data handle for writing systematically varied selection properties from objects
the (new) base class for EventLoop algorithms
virtual::StatusCode execute()
execute this algorithm
Select isolated Photons, Electrons and Muons.
ComparisonOperator
all possible comparison user inputs
Definition SignEnums.h:18