ATLAS Offline Software
Loading...
Searching...
No Matches
TrigPassFlags_p1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5/**********************************************************************************
6 * @Project: Trigger
7 * @Package: TrigSteeringEventTPCnv
8 * @class : TrigPassFlags_p1
9 *
10 * @brief persistent partner for TrigPassFlags
11 *
12 *
13 * File and Version Information:
14 * $Id:
15 **********************************************************************************/
16#ifndef TRIGSTEERINGEVENTTPCNV_TRIGPASSFLAGS_P1_H
17#define TRIGSTEERINGEVENTTPCNV_TRIGPASSFLAGS_P1_H
18#include <stdint.h>
19
21{
22public:
24 friend class TrigPassFlagsCnv_p1;
25
26private:
27 unsigned int m_nObjects = 0;
28 unsigned short int m_nFlags = 0;
29 std::vector<uint32_t> m_serialized;
30};
31
32#endif
unsigned int m_nObjects
unsigned short int m_nFlags
std::vector< uint32_t > m_serialized
friend class TrigPassFlagsCnv_p1