ATLAS Offline Software
Loading...
Searching...
No Matches
PATCoreEnums.h
Go to the documentation of this file.
1// dear emacs, this is -*- C++ -*-
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7// ============================================================================
8// PATCoreEnums.h
9// Author: Karsten Koeneke <karsten.koeneke@cern.ch>
10// ============================================================================
11
12#ifndef PATCORE_PATCOREENUMS_H
13#define PATCORE_PATCOREENUMS_H 1
14
15
18namespace PATCore
19{
21 {
22 enum DataType {Data = 0, Full = 1, FastShower = 2, Fast = 3, True = 4} ;
23 }
24}
25
26
27
30namespace PATCore
31{
32 namespace ParticleType
33 {
34 enum Type
35 {
37 Photon = 10,
41 Muon = 30,
42 Tau = 40,
45 Jet = 50,
49 BJet = 54
50 };
51 }
52}
53
54
55
56#endif
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Information about type of data used to fill particle.
Information about type of data used to fill particle.