ATLAS Offline Software
HadronUtils.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 PARTICLEJETTOOLS_HADRONUTILS_H
6 #define PARTICLEJETTOOLS_HADRONUTILS_H
7 
8 #include <utility>
9 
10 class HadronClass {
11  public:
12  static std::pair<short,short> type(int);
13  static bool HeavyHadron(int);
14 };
15 
16 #endif
HadronClass::type
static std::pair< short, short > type(int)
Definition: HadronUtils.cxx:10
HadronClass
Definition: HadronUtils.h:10
HadronClass::HeavyHadron
static bool HeavyHadron(int)
Definition: HadronUtils.cxx:32