ATLAS Offline Software
Loading...
Searching...
No Matches
TrigMissingET_p2.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5/**********************************************************************************
6 * @Project: Trigger
7 * @Package: TrigMissingEtEventTPCnv
8 * @class : TrigMissingET_p2
9 *
10 * @brief persistent partner for TrigMissingET
11 *
12 * @author Diego Casadei <Diego.Casadei@cern.ch> - NYU
13 **********************************************************************************/
14#ifndef TRIGMISSINGETEVENTTPCNV_TRIGMISSINGET_p2_H
15#define TRIGMISSINGETEVENTTPCNV_TRIGMISSINGET_p2_H
16
17#include <stdint.h>
18#include <string>
19#include <vector>
21
23{
24 friend class TrigMissingETCnv;
25
26 public:
27
28 TrigMissingET_p2() = default;
29 virtual ~TrigMissingET_p2() = default;
30
31 //private:
33 float m_ex = 0, m_ey = 0, m_ez = 0; //<! components of the missing energy vector
34 float m_sum_et = 0, m_sum_e = 0; //<! sums of |Et| and |E|
35 int m_flag = 0; //<! event flag: 0 (default) means OK
36 long m_roiWord = 0; //<! RoI word
37
41 unsigned int m_comp_number{}; //<! size of all following vectors
42 std::vector<std::string> m_c_name;
43 std::vector<short> m_c_status;
44 std::vector<float> m_c_ex;
45 std::vector<float> m_c_ey;
46 std::vector<float> m_c_ez;
47 std::vector<float> m_c_sumEt;
48 std::vector<float> m_c_sumE;
49 std::vector<float> m_c_calib0;
50 std::vector<float> m_c_calib1;
51 std::vector<short> m_c_sumOfSigns;
52 std::vector<unsigned short> m_c_usedChannels;
53
54
55
56};
57
58#endif
std::vector< float > m_c_ez
std::vector< std::string > m_c_name
std::vector< float > m_c_ey
float m_ex
Basic information.
std::vector< short > m_c_status
TrigMissingET_p2()=default
std::vector< float > m_c_calib1
std::vector< float > m_c_sumEt
std::vector< float > m_c_calib0
std::vector< unsigned short > m_c_usedChannels
friend class TrigMissingETCnv
std::vector< float > m_c_sumE
std::vector< short > m_c_sumOfSigns
unsigned int m_comp_number
Auxiliary information.
virtual ~TrigMissingET_p2()=default
std::vector< float > m_c_ex