ATLAS Offline Software
Loading...
Searching...
No Matches
PUClassification.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4
5#ifndef TRIGEFMISSINGET_PUCLASSIFICATION_H
6#define TRIGEFMISSINGET_PUCLASSIFICATION_H
7
8#include <type_traits>
9
10namespace HLT
11{
12 namespace MET
13 {
15 {
17 {
19 ChargedPU = 1 << 1,
20 ChargedHS = 1 << 2,
21 };
26 } // namespace PUClassification
27 } // namespace MET
28} // namespace HLT
29
30#endif //> !TRIGEFMISSINGET_PUCLASSIFICATION_H
constexpr PUClassification Charged
constexpr PUClassification NFcPU
constexpr PUClassification All
constexpr PUClassification NFcHS
It used to be useful piece of code for replacing actual SG with other store of similar functionality ...