ATLAS Offline Software
TrigMuonDefs.h
Go to the documentation of this file.
1 // Dear emacs, this is -*- c++ -*-
2 /*
3  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
4 */
5 #ifndef XAODTRIGMUON_TRIGMUONDEFS_H
6 #define XAODTRIGMUON_TRIGMUONDEFS_H
7 
9 namespace xAOD {
10 
11 namespace L2MuonParameters
12 {
13 
15  enum Chamber {
23  CSC = 7,
24  BEE = 8,
25  BME = 9,
26  Backup = 10,
27  MaxChamber = 11
28  };
29 
34  NULLID=99999};
35 
37 
38  ECRegions whichECRegion( const float eta, const float phi );
39 }
40 
41 }
42 
43 #endif // XAODTRIGMUON_TRIGMUONDEFS_H
xAOD::L2MuonParameters::ECRegions
ECRegions
Definition: TrigMuonDefs.h:36
xAOD::L2MuonParameters::COSMICID
@ COSMICID
Definition: TrigMuonDefs.h:31
xAOD::L2MuonParameters::MEDIUM_LM
@ MEDIUM_LM
Definition: TrigMuonDefs.h:33
ECRegions
ECRegions
Definition: MuFastSteering.h:42
xAOD::L2MuonParameters::Chamber
Chamber
Define chamber types and locations.
Definition: TrigMuonDefs.h:15
xAOD::L2MuonParameters::WeakBFieldB
@ WeakBFieldB
Definition: TrigMuonDefs.h:36
xAOD::L2MuonParameters::LOOSE_LM
@ LOOSE_LM
Definition: TrigMuonDefs.h:32
xAOD::L2MuonParameters::NULLID
@ NULLID
Definition: TrigMuonDefs.h:34
xAOD::L2MuonParameters::BEE
@ BEE
BEE measurement point.
Definition: TrigMuonDefs.h:24
xAOD::L2MuonParameters::EndcapExtra
@ EndcapExtra
Extra station in the endcap spectrometer.
Definition: TrigMuonDefs.h:22
xAOD::L2MuonParameters::Bulk
@ Bulk
Definition: TrigMuonDefs.h:36
xAOD::L2MuonParameters::BME
@ BME
BME measurement point.
Definition: TrigMuonDefs.h:25
xAOD::L2MuonParameters::BarrelInner
@ BarrelInner
Inner station in the barrel spectrometer.
Definition: TrigMuonDefs.h:16
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::L2MuonParameters::CSC
@ CSC
CSC measurement point.
Definition: TrigMuonDefs.h:23
xAOD::L2MuonParameters::LOOSE_HM
@ LOOSE_HM
Definition: TrigMuonDefs.h:32
xAOD::L2MuonParameters::MUONID
@ MUONID
Definition: TrigMuonDefs.h:31
xAOD::L2MuonParameters::WeakBFieldA
@ WeakBFieldA
Definition: TrigMuonDefs.h:36
xAOD::L2MuonParameters::L2MuonAlgoId
L2MuonAlgoId
Define algoriths ID.
Definition: TrigMuonDefs.h:31
xAOD::L2MuonParameters::MaxChamber
@ MaxChamber
Number of measurement point definitions.
Definition: TrigMuonDefs.h:27
xAOD::L2MuonParameters::GEV900ID
@ GEV900ID
Definition: TrigMuonDefs.h:31
xAOD::L2MuonParameters::EndcapMiddle
@ EndcapMiddle
Middle station in the endcap spectrometer.
Definition: TrigMuonDefs.h:20
xAOD::L2MuonParameters::HALOID
@ HALOID
Definition: TrigMuonDefs.h:31
xAOD::L2MuonParameters::EndcapInner
@ EndcapInner
Inner station in the endcap spectrometer.
Definition: TrigMuonDefs.h:19
xAOD::L2MuonParameters::BarrelOuter
@ BarrelOuter
Outer station in the barrel spectrometer.
Definition: TrigMuonDefs.h:18
xAOD::L2MuonParameters::MEDIUM_HM
@ MEDIUM_HM
Definition: TrigMuonDefs.h:32
xAOD::L2MuonParameters::TIGHT_HM
@ TIGHT_HM
Definition: TrigMuonDefs.h:32
xAOD::L2MuonParameters::Backup
@ Backup
Backup.
Definition: TrigMuonDefs.h:26
xAOD::L2MuonParameters::BarrelMiddle
@ BarrelMiddle
Middle station in the barrel spectrometer.
Definition: TrigMuonDefs.h:17
xAOD::L2MuonParameters::TIGHT_LM
@ TIGHT_LM
Definition: TrigMuonDefs.h:33
xAOD::L2MuonParameters::EndcapOuter
@ EndcapOuter
Outer station in the endcap spectrometer.
Definition: TrigMuonDefs.h:21
xAOD::L2MuonParameters::whichECRegion
ECRegions whichECRegion(const float eta, const float phi)
Definition: TrigMuonDefs.cxx:16