ATLAS Offline Software
Loading...
Searching...
No Matches
JetMomentMapManager.h
Go to the documentation of this file.
1// -*- C++ -*-
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7#ifndef JETEVENT_JETMOMENTMAPMANAGER_H
8#define JETEVENT_JETMOMENTMAPMANAGER_H
23
25
26#include <set>
27class JetMomentMap;
29
30public:
33 void add(JetMomentMap *m);
34 void remove(const JetMomentMap *m);
35 void clear();
37protected:
38 std::set<JetMomentMap*> m_maps;
39
41
42};
43#endif
std::set< JetMomentMap * > m_maps
void remove(const JetMomentMap *m)
void add(JetMomentMap *m)
static JetMomentMapManager s_instance