ATLAS Offline Software
Loading...
Searching...
No Matches
TauCombineMuonRMTausAlg.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#pragma once
8
16
17namespace CP
18{
20 {
21 public:
23 StatusCode initialize () override;
24 StatusCode execute (const EventContext& ctx) override;
25
26 private:
29 this, "taus", "TauJets", "the tau collection to run on"
30 };
31
33 this, "muonrm_taus", "TauJets_MuonRM", "the muon-removal tau collection to run on"
34 };
35
37 this, "combined_taus", "TauJets_Combined", "the output tau collection with combined taus"
38 };
39 };
40}
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 writing systematics varied input data
SysReadHandle< xAOD::TauJetContainer > m_MuonRMtauHandle
SysWriteHandle< xAOD::TauJetContainer > m_outputTauHandle
SysReadHandle< xAOD::TauJetContainer > m_tauHandle
the (new) base class for EventLoop algorithms
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
virtual::StatusCode execute()
execute this algorithm
Select isolated Photons, Electrons and Muons.