ATLAS Offline Software
Loading...
Searching...
No Matches
Trigger/TrigT1/TrigGepPerf/src/Jet.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4
5#ifndef TRIGL0GEPPERF_JET_H
6#define TRIGL0GEPPERF_JET_H
7
8#include "TLorentzVector.h"
9
10namespace Gep{
11 struct Jet
12 {
13
14 TLorentzVector vec;
15 std::vector<int> constituentsIndices;
17 float radius {0};
18 float seedEta {0};
19 float seedPhi {0};
20 float seedEt {0};
21
22 };
23}
24
25#endif //TRIGL0GEPPERF_CUSTOMJET_H
std::vector< int > constituentsIndices