ATLAS Offline Software
Loading...
Searching...
No Matches
eflowObjectContainer_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#ifndef EFLOWOBJECTCONTAINER_P1_H
6#define EFLOWOBJECTCONTAINER_P1_H
7
9#include <vector>
10
12
13 public:
14
16
18
20
21 // private:
22
23 std::vector<eflowObject_p1> m_myPersVector;
24
26
28
29 // Event Shape
31 double m_thrust;
33
34 bool m_valid;
35
36
37};
38#endif
eflowObjectContainer_p1()
Constructor where we initialize the data members of this class.
std::vector< eflowObject_p1 > m_myPersVector