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
17
18namespace CP
19{
21 {
22 public:
24 StatusCode initialize () override;
25 StatusCode execute () override;
26
27 private:
30 this, "taus", "TauJets", "the tau collection to run on"
31 };
32
34 this, "muonrm_taus", "TauJets_MuonRM", "the muon-removal tau collection to run on"
35 };
36
38 this, "combined_taus", "TauJets_Combined", "the output tau collection with combined taus"
39 };
40 };
41}
DataVector adapter that acts like it holds const pointers.
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
Select isolated Photons, Electrons and Muons.