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

#include <McEventCollection_p6.h>

Collaboration diagram for McEventCollection_p6:

Public Member Functions

 McEventCollection_p6 ()
 Default constructor: More...
 

Protected Attributes

std::vector< GenEvent_p6m_genEvents
 The vector of persistent representation of GenEvents. More...
 
std::vector< GenVertex_p6m_genVertices
 The vector of persistent representation of GenVertices. More...
 
std::vector< GenParticle_p6m_genParticles
 The vector of persistent representation of GenParticles. More...
 

Friends

class McEventCollectionCnv_p6
 

Detailed Description

Definition at line 26 of file McEventCollection_p6.h.

Constructor & Destructor Documentation

◆ McEventCollection_p6()

McEventCollection_p6::McEventCollection_p6 ( )
inline

Default constructor:

Definition at line 67 of file McEventCollection_p6.h.

67  :
68  m_genEvents ( ),
69  m_genVertices ( ),
71 {}

Friends And Related Function Documentation

◆ McEventCollectionCnv_p6

friend class McEventCollectionCnv_p6
friend

Definition at line 33 of file McEventCollection_p6.h.

Member Data Documentation

◆ m_genEvents

std::vector<GenEvent_p6> McEventCollection_p6::m_genEvents
protected

The vector of persistent representation of GenEvents.

Definition at line 51 of file McEventCollection_p6.h.

◆ m_genParticles

std::vector<GenParticle_p6> McEventCollection_p6::m_genParticles
protected

The vector of persistent representation of GenParticles.

Definition at line 59 of file McEventCollection_p6.h.

◆ m_genVertices

std::vector<GenVertex_p6> McEventCollection_p6::m_genVertices
protected

The vector of persistent representation of GenVertices.

Definition at line 55 of file McEventCollection_p6.h.


The documentation for this class was generated from the following file:
McEventCollection_p6::m_genEvents
std::vector< GenEvent_p6 > m_genEvents
The vector of persistent representation of GenEvents.
Definition: McEventCollection_p6.h:51
McEventCollection_p6::m_genParticles
std::vector< GenParticle_p6 > m_genParticles
The vector of persistent representation of GenParticles.
Definition: McEventCollection_p6.h:59
McEventCollection_p6::m_genVertices
std::vector< GenVertex_p6 > m_genVertices
The vector of persistent representation of GenVertices.
Definition: McEventCollection_p6.h:55