ATLAS Offline Software
Loading...
Searching...
No Matches
TrigMatchDefs.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 TRIG_MATCH_DEFS_H
6#define TRIG_MATCH_DEFS_H
7
8class Muon_ROI;
9class EmTau_ROI;
10class Jet_ROI;
11class MuonFeature;
12class TrigMuonEF;
13class TrigElectron;
14class egamma;
15class TrigT2Jet;
16class Jet;
17class TrigTau;
18
19namespace Analysis {
20 class TauJet;
21}
22
23namespace TrigMatch {
24
25 // For ease of use, these typedefs contain the objects you
26 // can match to in order to determine if an offline object
27 // passes a chain or not for a given trigger level
28
29 // muons
33
34 // electrons
38
39 // photons
43
44 // jets
47 typedef Jet TrigJetEF;
48
49 // taus
53
54}
55
56#endif
Object for taus common for ESD and AOD.
Em/Tau RoI class for analysis.
Definition EmTau_ROI.h:34
Jet RoI class for analysis.
Definition Jet_ROI.h:30
Muon RoI class for analysis.
Definition Muon_ROI.h:35
LVL2 Trigger Jet Class.
Definition TrigT2Jet.h:32
File: TrigTau.h.
Definition TrigTau.h:37
elec/gamma data class.
Definition egamma.h:58
The namespace of all packages in PhysicsAnalysis/JetTagging.
helper namespace for calculating deltaR for unknown object types
TrigT2Jet TrigJetL2
Analysis::TauJet TrigTauEF
EmTau_ROI TrigPhotonL1
TrigPhoton TrigPhotonL2
MuonFeature TrigMuonL2
egamma TrigPhotonEF
Muon_ROI TrigMuonL1
egamma TrigElectronEF
::TrigMuonEF TrigMuonEF
Jet_ROI TrigJetL1
EmTau_ROI TrigElectronL1
EmTau_ROI TrigTauL1
TrigElectron TrigElectronL2
TrigTau TrigTauL2