ATLAS Offline Software
Loading...
Searching...
No Matches
PerfMonServices.cxx
Go to the documentation of this file.
1/*
2 * Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
4
6
7// Names of the various containers.
8const std::string PerfMonServices::s_sContainerNames[NUM_CONTAINERS] = { "MuidMuonCollection",
9 "StacoMuonCollection",
10 "Muons",
11 "Electrons",// "ElectronCllection"
12 "PhotonCollection",
13 "MET_Final",
14 "TrackParticleCandidate",
15 // "VxPrimaryCandidate"};
16 "PrimaryVertices"};
17const std::string PerfMonServices::s_sAtlfastContainerNames[NUM_CONTAINERS] = { "AtlfastMuonCollection",
18 "AtlfastMuonCollection",
19 "AtlfastMuons",
20 "AtlfastElectronCollection",
21 "AtlfastPhotonCollection",
22 "AtlfastMissingEt",
23 "Placeholder" };
24
25//===========================================================================
26// Constructors & destructors
27//===========================================================================
28
32
static const std::string s_sAtlfastContainerNames[NUM_CONTAINERS]
static const std::string s_sContainerNames[NUM_CONTAINERS]