ATLAS Offline Software
Loading...
Searching...
No Matches
ParticleJetParamDefs.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 JETTAGEVENT_PARTICLEJETPARAMDEFS_H
6#define JETTAGEVENT_PARTICLEJETPARAMDEFS_H
7/*****************************************************************************
8Name : ParticleJetParamDefs.h
9Package : offline/PhysicsAnalysis/JetTagging/JetTagEvent
10Author : A. Wildauer
11Created : March 2006
12
13DESCRIPTION:
14
15This file defines enums for ParticleJet parameters
16
17*****************************************************************************/
18
20
21 // do not change the order of these enums. You can add one, but
22 // changing the order is bad.
23 enum Author {unknown=0, cone4=1, cone7=2, kt=3 };
24}
25
26#endif // JETTAGEVENT_PARTICLEJETPARAMDEFS_H