ATLAS Offline Software
Public Member Functions | Protected Attributes | Friends | List of all members
CTP_Decision_p1 Class Reference

Persistent representation of CTP_Decision. More...

#include <CTP_Decision_p1.h>

Collaboration diagram for CTP_Decision_p1:

Public Member Functions

 CTP_Decision_p1 ()
 

Protected Attributes

UInt_t m_word0
 
UInt_t m_word1
 
UInt_t m_word2
 
UInt_t m_triggerTypeWord
 
std::vector< std::string > m_items
 

Friends

class CTP_DecisionCnv_p1
 

Detailed Description

Persistent representation of CTP_Decision.

   This is the first version of the persistent representation(s) of CTP_Decision.
   It's basically the same as the original, without the accessor functions...
Version
Revision
1.1
Date
Date
2007-07-10 17:11:12
Author
Attila Krasznahorkay Jr.

Definition at line 26 of file CTP_Decision_p1.h.

Constructor & Destructor Documentation

◆ CTP_Decision_p1()

CTP_Decision_p1::CTP_Decision_p1 ( )
inline

Definition at line 43 of file CTP_Decision_p1.h.

44  : m_word0( 0 ), m_word1( 0 ), m_word2( 0 ), m_triggerTypeWord( 0 ), m_items( 0 ) {
45 
46 }

Friends And Related Function Documentation

◆ CTP_DecisionCnv_p1

friend class CTP_DecisionCnv_p1
friend

Definition at line 28 of file CTP_Decision_p1.h.

Member Data Documentation

◆ m_items

std::vector< std::string > CTP_Decision_p1::m_items
protected

Definition at line 39 of file CTP_Decision_p1.h.

◆ m_triggerTypeWord

UInt_t CTP_Decision_p1::m_triggerTypeWord
protected

Definition at line 37 of file CTP_Decision_p1.h.

◆ m_word0

UInt_t CTP_Decision_p1::m_word0
protected

Definition at line 34 of file CTP_Decision_p1.h.

◆ m_word1

UInt_t CTP_Decision_p1::m_word1
protected

Definition at line 35 of file CTP_Decision_p1.h.

◆ m_word2

UInt_t CTP_Decision_p1::m_word2
protected

Definition at line 36 of file CTP_Decision_p1.h.


The documentation for this class was generated from the following file:
CTP_Decision_p1::m_word1
UInt_t m_word1
Definition: CTP_Decision_p1.h:35
CTP_Decision_p1::m_triggerTypeWord
UInt_t m_triggerTypeWord
Definition: CTP_Decision_p1.h:37
CTP_Decision_p1::m_word0
UInt_t m_word0
Definition: CTP_Decision_p1.h:34
CTP_Decision_p1::m_items
std::vector< std::string > m_items
Definition: CTP_Decision_p1.h:39
CTP_Decision_p1::m_word2
UInt_t m_word2
Definition: CTP_Decision_p1.h:36