ATLAS Offline Software
Loading...
Searching...
No Matches
TBTriggerPatternUnit_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// Persistent representation of TBEvent/TBTriggerPatternUnit
7// See: https://twiki.cern.ch/twiki/bin/view/Atlas/TransientPersistentSeparation#TP_converters_for_component_type
8// Author: Iftach Sadeh (iftach.sadeh@NOSPAMTODAYcern.ch) , February 2010
9// -------------------------------------------------------------------
10#ifndef TBTRIGGERPATTERNUNIT_P1
11#define TBTRIGGERPATTERNUNIT_P1
12
13
15{
16
17public:
18
19 unsigned int m_triggerWord;
20 std::vector<bool> m_triggers;
21};
22
23
24#endif