ATLAS Offline Software
Loading...
Searching...
No Matches
CutsMETMaker.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef _CUTS_METMAKER_
6#define _CUTS_METMAKER_
8// CutsMETMaker.h
9// Header file for cuts in METMakerAlg and examples
10// Author: Russell Smith <rsmith@cern.ch>
12
14
15#include "xAODTau/TauJet.h"
16#include "xAODEgamma/Electron.h"
17#include "xAODEgamma/Photon.h"
18#include "xAODMuon/Muon.h"
19
20namespace CutsMETMaker{
21 StatusCode accept(const xAOD::Muon* mu);
22 StatusCode accept(const xAOD::Electron* mu);
23 StatusCode accept(const xAOD::Photon* mu);
24 StatusCode accept(const xAOD::TauJet* mu);
25}
26#endif
StatusCode accept(const xAOD::Muon *mu)
TauJet_v3 TauJet
Definition of the current "tau version".
Muon_v1 Muon
Reference the current persistent version:
Photon_v1 Photon
Definition of the current "egamma version".
Electron_v1 Electron
Definition of the current "egamma version".