ATLAS Offline Software
Loading...
Searching...
No Matches
utilityFunctions.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef DerivationFramework_utilityFunctions_h
5#define DerivationFramework_utilityFunctions_h
6
7#include <array>
8namespace DerivationFramework{
9
17
18
19 unsigned int
20 finalStateID(const int SUSY_Spart1_pdgId, const int SUSY_Spart2_pdgId);
21
22 int
23 gluinoSquarkClassification(const std::array<int, nParticleIndices> & c);
24
25 int
26 gauginoPairProduction(const std::array<int, nParticleIndices> & c);
27
28 int
29 slepton(const std::array<int, nParticleIndices> & c);
30
31 int
32 smuon(const std::array<int, nParticleIndices> & c);
33
34}
35
36#endif
THE reconstruction tool.
int gauginoPairProduction(const std::array< int, 35 > &c)
int gluinoSquarkClassification(const std::array< int, 35 > &c)
unsigned int finalStateID(const int SUSY_Spart1_pdgId, const int SUSY_Spart2_pdgId)
int slepton(const std::array< int, 35 > &c)
int smuon(const std::array< int, 35 > &c)