ATLAS Offline Software
Loading...
Searching...
No Matches
eflowObjectContainer.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5/***********
6eflowObjectContainer - original author Dan Tovey.
7Added default constructor via this cxx file - M.Hodgkinson 31 May 2011
8*************/
9
11
13
14 m_misset = 0.0;
15 m_sumet = 0.0;
16 m_ptx = 0.0;
17 m_pty = 0.0;
18
19 m_numef = 0.0;
20 m_numphot = 0.0;
21 m_numele = 0.0;
22 m_nummuo = 0.0;
23
24 m_circularity = -999.0;
25 m_thrust = -999.0;
26 m_oblateness = -999.0;
27
28 m_valid = true;
29
30}
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)
SG::OwnershipPolicy ownPolicy() const
eflowObjectContainer(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS)
OwnershipPolicy